下列文本显示在随附的 CAtoMainframe.txt JCL 文件中:
//GETPAX JOB (帐号),'FTP GET PAX 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 statements in this JCL may be * //* 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 "yourUSSpaxdirectory" with the name of the USS * //* directory used on your system for Pax 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,PARM='(EXIT',REGION=0M //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 您的电子邮件地址 lcd 您的 USS pax 目录 binary get FTP 位置 quit
|
版权所有 © 2014 CA。
保留所有权利。
|
|