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=your.easytrieve.CSI //SMPPTFIN DD DISP=SHR,DSN=SMPPTFIN //SMPHOLD DD DISP=SHR,DSN=HOLDDATA //SMPCNTL DD * SET BOUNDARY(GLOBAL). RECEIVE SYSMODS HOLDDATA.
Easytrieve Report Generator, release 11.6
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.