Previous Topic: CA11Next Topic: CA7CTL


CA7

This CA7 option requests support of and provides criteria for processing CA 7 scheduled override statements.

This option has the following format:

CA7[([schedule-id] [date] [time])]

The schedule-id operand is optional. If omitted, it defaults to one (1) and the test of the ID of all #JI, #JO, #XI, or #XO statements is considered true.

The Julian date (yyddd) and time (hhmm) operands are optional. If you omit these operands, CA JCLCheck uses the current system date and time. #JI, #JO, #XI, or #XO statements are considered true if this date falls between the begin date/time (BD,BT) and end date/time (ED,ET) parameters.

#JI, #JO, #JEnd, #XI, #XO, #XEnd , #VER, #HLD, #MNT, #MSG, #NOX, #NTR, #JCL, #RES, and #SCC, JCL statements in the input file are conditionally included or omitted based on testing of the ID, BD, BT, ED, and ET parameters of the #JI, #JO, #XI, and #XO statements.

For example, CA7(1 93214 1900) requests that CA JCLCheck process the input and include or exclude JCL based on a schedule ID of 1, as if the job were to run on Friday, August 2, 1998, at 7:00 p.m.