CL Command Reference - CRTFTR
CL Command List > CRTFTR Reference
Description:
The Create Filter (CRTFTR) command creates a filter object of the specified type. Filters contain selection entries and action entries. A filter allows the user to categorize data into groups and specify special actions to be applied to each group. The typical user is a system programmer or operator responsible for system management.
Examples:
CRTFTR FILTER(MYLIB/MYFILTER) TYPE(*ALR) AUT(*CHANGE)
TEXT(¡¯My filter¡¯)
This command creates an alert filter called MYFILTER in the library MYLIB. The type is *ALR and the public has *CHANGE authority to the filter, described as ¡¯My filter¡¯.