Page 1 of 1

Problem in FTP a dataset

PostPosted: Mon Apr 14, 2008 8:39 pm
by anbu123
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 ********************************

Re: Problem in FTP a dataset

PostPosted: Mon Apr 14, 2008 10:43 pm
by MrSpock
Are you sure there's not something else in your input records (like extraneous line numbers) that's causing a problem?

Re: Problem in FTP a dataset

PostPosted: Tue Apr 15, 2008 1:50 am
by dick scherrer
Hello,

As i mentioned elsewhere, it sounds like your environment has been modified.

I'd suggest you talk with network admin people and ensure your job is still correct.