Previous Topic: VRM DBT Job Extract JCLNext Topic: SYSIN Control Cards


PARM Keywords

The SASSDT60 program accepts two PARM values. The first parameter, REPORT indicates that this is a report run only. The DT60ADDS file will not be generated; however, a report will be produced. The SASSDT60-01 VRM Job Extract Report displays the jobs and resource connections for the CA WA CA 7 Edition Batch Terminal Interface commands that would have been generated if this had been an actual run.

The second parameter, ALLJOBS indicates that all jobs and their associated resource connections will be extracted for this run. This allows bypassing the selection of specific jobs using the SYSIN DD control cards. If the ALLJOBS PARM is coded, any control cards found in the SYSIN DD are ignored.

The following are PARM examples:

//jobname job ..........
//  EXEC PGM=SASSDT60,PARM='REPORT'

//jobname job ..........
//  EXEC PGM=SASSDT60,PARM='REPORT,ALLJOBS'