Previous Topic

Next Topic

Book Contents

Book Index

SELECT/IGNORE Statements for CTMCAJF

SELECT/IGNORE statements are optional and can only be specified for COMPRESS and CLEANUP functions. They identify jobs that are deleted or not deleted, as follows:

Table 105 CTMCAJF SELECT/IGNORE Statements

Statement

Description

IGNORE statements

Identify jobs that are not deleted.

SELECT statements

Identify jobs that are deleted.

Note: If a CLEANUP is being performed, SELECT/IGNORE statements are applied in addition to (not instead of) the default SELECT/IGNORE statements specified in the New Day procedure. New Day procedure default SELECT/IGNORE statements are applied by this utility.

Up to 500 SELECT/IGNORE statements can be specified. Jobs are handled according to the first statement for which the criteria are met.

One or more of the parameters described in Table 106 can be specified in any SELECT/IGNORE statement (in any order).

Table 106 CTMCAJF SELECT/IGNORE Statement Parameters

Parameter

Description

FROM date

Starting ODATE in yymmdd format

GROUP groupname

Name of the group appearing in the job scheduling definition

JOBNAME jname or MEMBER memname

  • jname—Name of the job appearing in both the JOB statement and the JOBNAME field of the Status screen
  • memname—Name of the JCL member (specified in the MEMNAME field in the job scheduling definition)
  • jname or memname (but not both) can be specified in one statement

STATUS status

Valid values are:

  • ACTIVE

Note: ACTIVE status includes all statuses except WAITSCHED, ENDOK and ENDNOTOK. This status enables the user to select or ignore jobs that are in ACTIVE status.

  • ENDOK
  • ENDNOTOK
  • HELD
  • WAITSCHED
  • DELETED
  • TBL-ACTIVE (This status means that at least one job in the SMART Table has not completed processing.)

TO date

Ending ODATE in yymmdd format

Note: A prefix can be specified instead of a full table name, job name or member name by placing an asterisk (*) at the end of the string (for example, PROD*).

Parent Topic

CTMCAJF Statements and Parameters