Is there a Sample JCL to download a .ZIP file from a Case directory to a USS directory on the mainframe?
Release : 19.0
Component :
//* 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
/*