//JCKJOB JOB (XXXX),'JCLCHK',MSGCLASS=H
//DFDSS1 EXEC PGM=ADRDSSU
//STEPLIB DD DSN=SYS1.DFDSSLIB,DISP=SHR
//INPUT DD UNIT=SYSDA,DISP=SHR
//OUTPUT DD DSN=PUBLIC.JCLCHCK.TEST,DISP=(NEW,KEEP),
// UNIT=SYSDA,SPACE=(CYL,(1,1),RLSE)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DUNP LOGINDD(INPUT) OUTDD(OUTPUT) - <== command Dump is misspelled
DATASET(INC(PUBLIC.TEST.DATA.**)) -
ALLDATA(*) ALLEXCP SHR
/*
Release : 12.0
Component : JCLCheck Workload Automation
The site has a user-exit to the ADRDSSU program.
The exit will abend with a U0999 if the SYSIN control statement is invalid
JCLCheck is not in error. Override the ADRDSSU exit by adding the load library that contains the exit-free ADRDSSU module to the JCLCheck job.
Example:
//JCLCHK JOB (XXXX),'JCLCHK',MSGCLASS=H,REGION=0M
//STEP1 EXEC PGM=JCLCHECK, PARM='AU,PDS,INCLUDE(JCKJOB)'
//STEPLIB DD DISP=SHR,DSN=SYS1.ADRDSSU.LOADLIB <== load library of ADRDDSU without user exit