Sample JCL to download .ZIP file from a Case directory to a USS directory on the mainframe
search cancel

Sample JCL to download .ZIP file from a Case directory to a USS directory on the mainframe

book

Article ID: 236373

calendar_today

Updated On:

Products

IDMS

Issue/Introduction

Is there a Sample JCL to download a .ZIP file from a Case directory to a USS directory on the mainframe?

Environment

Release : 19.0

Component :

Resolution

//* Where /plexc1/u/users/ is the name of your USS directory 

//ESDGET   EXEC PGM=FTP,PARM='(EXIT TIMEOUT 720'                     
//SYSTCPD  DD DSN=VTAM.TCPIP.TCPIP.DATA,DISP=SHR                     
//SYSPRINT DD SYSOUT=*                                               
//INPUT    DD *                                                      
supportftp.broadcom.com                                              
your-email-address            
your-password                                                                
Binary                                                               
LOCSIte FWFriendly                                                   
cd /0<your-site-id>/<case-number>/files_from_broadcom/                            
dir                                                                  
get IDMSPTFs.zip +                                                   
   
/plexc1/u/users/IDMSPTFs.zip (rep                        
quit                                                                 
/*                                                                   



Additional Information

MAINFRAME COMMON MAINTENANCE PROCEDURES