Previous Topic

Next Topic

Book Contents

Book Index

Example 2

IGNORE JOBNAME OPER*

IGNORE JOBNAME PROD* STATUS ENDNOTOK

SELECT GROUP   TEST

In this example, no jobs whose names begin with prefix OPER are deleted. Also no jobs whose names begin with prefix PROD that ended NOTOK are deleted. Of the remaining jobs, those belonging to group TEST are deleted. In addition, the default action is also taken. All jobs that ended OK and all jobs whose MAXWAIT interval is exceeded are also deleted even though they are not part of group TEST.

Parent Topic

Examples