CRITERIA directive
The CRITERIA directive is used to define the criteria that will be used to uniquely identify this address space.
Syntax: CRITERIA criteria.crittype
compare;value
Where:
- criteria
- The name of the criteria signature.
- crittype
- One of the following types of criteria to be used:
- JOBNAME
- JOBTYPE
- PROGRAM
- ARGUMENT
- USER
- compare
- The comparison operator.
Criteria types Comparison Operator JOBNAME is, starts JOBTYPE is - STARTED
- SYSTEM
- BATCH
- TSOUSER
PROGRAM is, starts (starts with), ends (ends with) ARGUMENT is, contains, starts (starts with) , ends (ends with) USER is, contains, starts (starts with) , ends (ends with) - value
- The value to be compared against.
Example 1:
CUSTSRVR Payroll.DBSERVER.EOMDB TADDM.APPDSEC.PDS(PAY001)
CRITERIA EOMDB.PROGRAM is;AAABBBCC
CRITERIA EOMDB.ARGUMENT contains;stack=yes
CRITERIA EOMDB.USER is;MYUSER
CRITERIA EOMDB.ARGUMENT starts;c:\aa
CRITERIA EOMDB.ARGUMENT ends;test.xml
Example 2:
CUSTSRVR ATM.APPSERVER.ATMCR TADDM.APPDESC.PDS(ATMCFG)
CRITERIA ATMCR.PROGRAM is;ATMSRVR