Previous Topic: NDVRRJCL InputsNext Topic: Return Codes


NDVRRJCL Outputs

The NDVRRJCL output file (NDVRJCLO) will contain the converted JCL jobstream(s) which have been converted using the input commands against the input file.

The NDVRRJCL output listing file (NDVRLST) will contain a summary of the input commands read and all error and informational messages issued.

The following is an output file contained in the NDVRJCLO file.

//SAMPDDDL JOB (????????),'IDD UPDATE'
//DDDL     EXEC PGM=NDVRBOOK,REGION=1024K
//STEPLIB  DD  DISP=SHR,DSN=SYSTEM81.LOADLIB
//         DD  DISP=SHR,DSN=DIST.CAABF0.LOADLIB
//         DD  DISP=SHR,DSN=DIST.CAGJE0.LOADLIB
//SYSLST   DD  SYSOUT=*
//SYSPRINT DD  SYSOUT=*
//SORTMSG  DD  SYSOUT=*
//SYSUDUMP DD  SYSOUT=*
//SYSCTL   DD  DISP=SHR,DSN=SYSTEM.SYSCTL
//SYSPCH   DD  SYSOUT=*
//SYSIDMS  DD  *
DMCL=CVDMCL
/*
//SYSIPT   DD *
SIGNON USER DBADMIN PASSWORD DBADMIN DICTNAME SRCNDVR.
 ...
/*
//NDVRLST DD SYSOUT=*
//NDVRIPT DD *
SIGNON USER NAME IS "EDBADMIN"
       PASSWORD  IS "EDBADMIN"
        DICTNAME IS "SRCNDVR"
        .
PROGRAM IS IDMSDDDL.
/*
//