Previous Topic: WLP2 Control Statement ExampleNext Topic: Sample WLP Combined JCL


Sample WLP Actuals JCL

The following is an example of the JCL that could be used in the batch run for the Actuals reports. See also job N600 from the installation process.

//jobname  JOB  local jobcard standards
//WLP      EXEC  PGM=SASSWP00
//*      User input files
//STEPLIB  DD DISP=SHR,DSN=user.CA-7.loadlib
//UCC7LOG  DD DISP=SHR,DSN=user.CA-7.loghist(0)
//WLPCC    DD *
  WLP2 control records go here    <====<
//*      Report DDs
//MSGRPT   DD SYSOUT=a
//DETRPT   DD SYSOUT=a
//*      Other SYSOUT DDs
//SYSPRINT DD SYSOUT=a
//SYSOUT   DD SYSOUT=a
//SYSUDUMP DD SYSOUT=a
//*      Temporary work files
//JOBFILE  DD UNIT=SYSDA,SPACE=(CYL,(1,1),RLSE),DCB=BLKSIZE=500
//SORTWK01 DD UNIT=SYSDA,SPACE=(CYL,(1,1))
//SORTWK02 DD UNIT=SYSDA,SPACE=(CYL,(1,1))
//SORTWK03 DD UNIT=SYSDA,SPACE=(CYL,(1,1))