Hi,
I am trying to FTP a dataset from one LPAR to another LPAR... when i execute, it gives MAXCC=000 but the dataset is not moved to the requested LPAR.
Last two months back it was working properly, now it is not working...
Please find the below code... and guide me to rectify the issue...
//IBMABCD1 JOB (1,74117,VCS-S-165),'GET FTP FILES',PRTY=9,
// MSGCLASS=J,NOTIFY=&SYSUID
//STEPFTP EXEC PGM=FTP,REGION=4M
//STEPLIB DD DSN=SYS1.SEZALINK,DISP=SHR
//SYSLIB DD DSN=SYS1.SEZATCP,DISP=SHR
//ABNLIGNR DD DUMMY
//SYSABEND DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//INPUT DD *
MFSYQ1.ABCD.COM
******* ENTER YOUR USER ID
******* ENTER YOUR PASSWORD
BIN
STR R
LOCSITE CYLINDERS PRI=2 SEC=2 RECFM=VB LRECL=4096 BLOCKSI=2799
GET 'IBMABCD.TEST1'
CLOSE
QUIT
/*
//
Error:
----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+---->
EZA1736I FTP
EZY2640I Using 'NTPROD.TCPIP.FTP.DATA' for local site configuration parameters.
EZA1450I IBM FTP CS V1R7
EZA1456I Connect to ?
EZA1736I MFSYQ1.ABCD.COM
EZA1553E Invalid port number. Open fails.
******************************** Bottom of Data ********************************