Description
A simplified version of the document detailing how to build an install tape from a Support Online download
Solution
This is a brief summary what to do with the CA Product you downloaded.
The full explanation can be found in TEC342790, which can be downloaded from the CA support web site.
First, you should have a ZIP file that you received from CA; UNZIP it.
One (or more) of the files will have an extension of ESD. It must be uploaded as BINARY object to a dataset with the attributes ' RECFM=U, LRECL=0, BLKSIZE=4096, type PS'
Then execute the program CAESDR from your Common Services library.
Here is some sample JCL with some options-
//jobcard //RESTORE EXEC PGM=CAESDR,PARM='NOVOL' 1 //STEPLIB DD DISP=SHR,DSN=your common services library //SYSPRINT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //TAPE DD UNIT=ttttt, 2 // LABEL=(1,SL,RETPD=99), 3,4 // DISP=(NEW,KEEP,KEEP) 5 //DISK DD DSN=your uploaded esd file,DISP=SHR
Notes
Remember, the full details and other options can be found in TEC342790