The following text appears in the attached CAtoMainframe.txt JCL file:
//GETPAX JOB (ACCOUNTNO),'FTP GET ESD PACKAGE', // MSGCLASS=X,CLASS=A,NOTIFY=&SYSUID //********************************************************************* //* This sample job can be used to download a pax file directly from * //* CA Support Online to a USS directory on your z/OS system. * //* * //* When editing the JCL ensure that you do not have sequence numbers * //* turned on. * //* * //* This job must be customized as follows: * //* 1. Supply a valid JOB statement. * //* 2. The SYSTCPD and SYSFTPD JCL DD’s statements in this JCL maybe * //* optional at your site. Remove the statements that are not * //* required. For the required statements, update the data set * //* names with the correct site specific data set names. * //* 3. Replace "Host" based on the type of download method. * //* 4. Replace "YourEmailAddress" with your email address. * //* 5. Replace "yourUSSESDdirectory" with the name of the USS * //* directory used on your system for ESD downloads. * //* 6. Replace "FTP Location" with the complete path * //* and name of the pax file obtained from the FTP location * //* of the product download page. * //********************************************************************* //GETPAX EXEC PGM=FTP,REGION=0K //SYSTCPD DD DSN=yourTCPIP.PROFILE.dataset,DISP=SHR //SYSFTPD DD DSN=yourFTP.DATA.dataset,DISP=SHR //SYSPRINT DD SYSOUT=* //OUTPUT DD SYSOUT=* //INPUT DD * Host anonymous YourEmailAddress lcd yourUSSESDdirectory binary get FTP location quit
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |