What operators can be specified for Database Analyzer for Db2 for z/OS (PDA) Program-Based Action Conditions so that objects can be selected or excluded based on multiple DB2 statuses.
Database Analyzer allows users to create action conditions based on one or more Db2 statuses. These action conditions can also be used with either an OR operator or an AND operator.
A comma specifies the OR operator and an ampersand specifies specifies the AND operator. A user can select objects based on a series of Db2 statuses separated by the logical operator - the comma or the ampersand. The 'NOT' condition value can also be used to skip certain statuses.
The condition returns a value denoting the outcome of a true/false test which then determines whether the objects is selected (true) or rejected(false).
Examples:
S (TS) Check for one or more DB2 statuses B ! AREO*,REORP
S (TS) Check for one or more DB2 statuses B ! NOT STOP & NOT COPY