Previous Topic

Next Topic

Book Contents

Book Index

Format of the $EXCLUDE member

The $EXLUDE member is used to identify data set names and DD statements to be excluded from Control-M/Restart processing.

The format used to specify data set name statements in this member is the same format used to specify data set name statements in the $DEFAULT member.

DD statements are specified in this member in the format shown in Table 31.

Table 31 DD Statements in $EXCLUDE Member

Column #s

Item

01 through 08

job name

09 through 16

procstep name

17 through 24

pgmstep name

25 through 32

DD name

33 through 80

Comments (optional)

DD statement example

Figure 6 $EXCLUDE Member DD Statement Example

JOB1 PROC1 STEP1 DD1 USED TO EXCLUDE DD1 FROM CTR

JOB2 PROC2 STEP2 DD2 USED TO EXCLUDE DD2 FROM CTR

JOB3 PROC3 STEP3 DD3 USED TO EXCLUDE DD3 FROM CTR

JOB4 PROC4 STEP4 DD4 USED TO EXCLUDE DD4 FROM CTR

JOB5 PROC5 STEP5 DD5 USED TO EXCLUDE DD5 FROM CTR

JOB6 PROC6 STEP6 DD6 USED TO EXCLUDE DD6 FROM CTR

* * * SYSABEND

In the example in Figure 6, the first-specified statement excludes the DD name DD1 from the processing of the STEP1 program step in the PROC1 procedure step for the JOB1 job.

Parent Topic

Control parameters in the Control-M/Restart PARM library