Previous Topic: CADVIDXU

Next Topic: Input Commands

Sample JCL

Sample JCL for CADVIDXU is shown here:

//         JOB
//STEP1    EXEC PGM=CADVIDXU
//STEPLIB  DD   DISP=SHR,DSN=yourhlq.CCPILINK
//SYSPRINT DD   SYSOUT=*
//SYSIN    DD   *
  (input commands go here)
/*

No STEPLIB DD statement is required if CA SymDump System is available through the linklist.

Input commands can start in any column but each command must be fully contained on a single line.