Question:
CA Technical Support placed a Transmit/XMIT file in my Case SFTP Directory. How get I the file loaded to my Z/OS Data Set?
Answer:
1. On your PC using binary transfer mode download the XMIT/TRANSMIT file from your case/issue SFTP Directory:
sample dir: sftp://supportftp.ca.com/mmmmmm/nnnnnnnn/files_from_ca
File name: C314475.APR28.TRANSMIT
where mmmmmm/nnnnnnnn are your SiteID/case number
2. Transfer the file to the Z/OS as BINARY in a PRE allocated data set with following DCB : RECFM FB, LRECL 80, BLKSIZE 3120
3. From TSO , ISPF Menu Option 6 execute the following command:
receive inds('filenameoftheXMIT')
When prompted for additional parameters, enter the following:
ds('yourownLOADLIB')
The implicit IEBCOPY will create 'yourownLOADLIB' & the Member/Module from your Library can be now be used.