Attempting to use the JCL to extract a PTF from the Support Online site directly to the z/OS server.
Receiving the following error:
EZA1736I FTP (TIME 40
EZY2640I Using 'TCPIP.FTP.DATA' for local site configuration parameters.
EZA1450I IBM FTP CS V2R1
EZA1456I Connect to ?
EZYFS34W FTP will not remove TRAILING sequence numbers
EZA1736I ftp.broadcom.com
EZA1553E Invalid port number. Open fails.
The JCL is quite simple...
//FTPSTEP EXEC PGM=FTP,REGION=0M,PARM=' (TIME 40'
//SYSPRINT DD SYSOUT=*
//OUTPUT DD SYSOUT=*
//INPUT DD *
downloads.broadcom.com
anonymous
(email address)
cd /apars/d19/pCGHE/r8.6/oOS
dir
bin
locsite CYL primary=001 secondary=001
get SO16038.BIN 'GJD.CAGEN.FTPPTF(SO16038)'
Note1: the 'order location' above contains the component to be FTP'd. Don't include that in the 'cd' statement below.