How to download pax file for CA GEN r8.6 z/OS Product
search cancel

How to download pax file for CA GEN r8.6 z/OS Product

book

Article ID: 131726

calendar_today

Updated On:

Products

Gen Gen - Workstation Toolset Gen - Host Encyclopedia Gen - Run Time Distributed

Issue/Introduction

Need JCL to download CA Gen z/OS products?  

How to download pax file for CA GEN r8.6 z/OS Product?

Environment

z/OS

Resolution

//********************************************************************  
//*This job can be used to download a pax file that has been ordered    
//*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 FTP generated password from FTP location              
//*6.Replace "yourUSSpaxdirectory" with the name of the USS             
//*    directory used on your system for Pax ESD downloads.             
//*Name of the pax file obtained from the FTP location              
//*of the product download page.                                                
//********************************************************************  
//GETPAX   EXEC PGM=FTP,PARM='(EXIT TIMEOUT 120',REGION=0M              
//*SYSTCPD  DD   DSN=SYS2.MVSXE86.TCPIP.DATA,DISP=SHR          
//SYSPRINT DD   SYSOUT=*                                       
//OUTPUT   DD   SYSOUT=*                                       
//INPUT    DD   *                                              
ftpdownloads.ca.com                                            
[email protected] 6Bsom5DSg+y9JeBVqHj/+A==                        
lcd /u/users/nfs/CAGen/johle05/                                
binary                                                         
get DVD03150954E.pax.Z                                         
quit                                                           
/*                                                             
//