Provide the following information, as appropriate:
A filter expression can be made up of one or more attribute expressions in the form:
Filter Expression >>-| logic_expr |-.-------------------------------------------->< logic_expr: .-AND/OR-------------------------. V | |----+-----+-+-| attr_expr |------+-+---------------------------| '-NOT-' '-(-| logic_expr |-)-' attr_expr: |--attropervalue------------------------------------------------|
where:
If the attribute accepts character data, this value can be generic. Generic values can contain:
TRANID=PAY*
TRANID=PAY++96
If the value contains imbedded blanks or special characters (such as periods, commas, or equal signs), the entire value string must be enclosed in single quotes. For example:
TERMID=‘Z AB’
To include a single quote or apostrophe in a value, you must repeat the character, like this:
DESCRIPTION=‘October''s Payroll’
attr_expr AND attr_expr.
Filter expressions are evaluated from left to right. You can use parentheses to vary the meaning of a filter expression. For example, this expression:
attr_expr AND (attr_expr OR attr_expr).
has a different meaning than this one:
(attr_expr AND attr_expr) OR attr_expr.
You can negate a single attribute expression, like this:
NOT attr_expr
You can also negate multiple attribute expressions or even a whole filter expression, like this:
NOT (attr_expr OR attr_expr).
Note that you must place parentheses around the attribute expressions (or the filter expression) to be negated.
To see a list of the resource attributes, type FILTER in the COMMAND field and press Enter.
If REMOTE is specified in the Usage field, you can identify how the program is to be routed:
An override expression can be made up of one or more attribute expressions in the form:
Override Expression .-,----------. V | >>---attr=value-+-.--------------------------------------------><
where:
DESCRIPTION=‘Payroll.OCT’
DESCRIPTION=‘October''s Payroll’
To see a list of resource attributes that can be modified, type MODIFY in the COMMAND field and press Enter.
If you specify a Usage value of REMOTE when you are creating a resource assignment, and you do not specify a Related Scope value, you must provide one in the associated RASINDSC or RESDESC definition.
If you do not specify a Resource Group value when you are creating a resource assignment, you must provide one in the associated RASINDSC or RESDESC definition.
If you do not specify a Target Scope value when creating a resource assignment, you must provide one in the associated RASINDSC or RESDESC definition.