Description:
JCL as delivered, after EZTSEDIT is run, and contains a //SMPHOLD DD statement but where is this //SMPHOLD DD file to be found?
//RECEIVE EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M //SMPCSI DD DISP=SHR,DSN=SYS9.EASYTR.V11R6M0.CSI //SMPPTFIN DD DISP=SHR,DSN=SMPPTFIN //SMPHOLD DD DISP=SHR,DSN=HOLDDATA //SMPCNTL DD * SET BOUNDARY(GLOBAL). RECEIVE SYSMODS HOLDDATA.
Solution:
Please note:
Other CA products do use the //SMPHOLD dataset, but CA Easytrieve incorporates any ++HOLD information into the one file.
These are the changes which need to be made to the above JCL:
The revised JCL will then be as follows:
//RECEIVE EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M //SMPCSI DD DISP=SHR,DSN=highlevelqualifer.CSI //SMPPTFIN DD DISP=SHR,DSN=xxxxxx(ROxxxxxx) // DD DISP=SHR,DSN=xxxxxx(ROxxxx02) //SMPCNTL DD * SET BOUNDARY(GLOBAL). RECEIVE SYSMODS.