Sample DD statements:
//SYSUT1 DD DSN=gdg.data.set(0),DISP=(SHR,KEEP,KEEP)
//SYSUT2 DD DSN=gdg.data.set(+1),
// DISP=(NEW,CATLG,DELETE),
// UNIT=(VTAPE,,DEFER),
// LABEL=(,SL,EXPDT=99000),
// DCB=(RECFM=VB,LRECL=1150,BLKSIZE=0,DSORG=PS)
JCLCheck issued error on SYSUT2 DD:
CAY6153E DATASET 'gdg.data.set.G0002V00' IS NOT ON VOLUME, 'x16213' 'TMS' DATASET NAME IS
'gdg.data.set.G0001V00'
The error should not occur.
Release: 12.0
Component: JCLCheck Workload Automation
JCLCheck runtime option VSAM.
Remove runtime option VSAM, and specify runtime option CSI.
The CSI option is the replacement for the VSAM option and has been available since 2010.
JCLCheck PTFs SO03601 and SO03602 force option CSI to be used when option VSAM is specified .
- Where to set the JCLCheck Runtime Options:
https://knowledge.broadcom.com/external/article?articleId=55640