Problem in FTP a dataset



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Problem in FTP a dataset

Postby anbu123 » Mon Apr 14, 2008 8:39 pm

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 ********************************
anbu123
 
Posts: 2
Joined: Wed Mar 19, 2008 5:58 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Problem in FTP a dataset

Postby MrSpock » Mon Apr 14, 2008 10:43 pm

Are you sure there's not something else in your input records (like extraneous line numbers) that's causing a problem?
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times

Re: Problem in FTP a dataset

Postby dick scherrer » Tue Apr 15, 2008 1:50 am

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.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post