IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Problem in FTP a dataset


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
anbu123
Currently Banned

New User


Joined: 19 Mar 2008
Posts: 2
Location: Chennai

PostPosted: Mon Apr 14, 2008 8:42 pm
Reply with quote

I'm trying to FTP a dataset from one LPAR to another LPAR, 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...

Code:
                           
//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:
Code:

----+----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.                                     


NOTE: This same topic is duplicated here.
Back to top
View user's profile Send private message
anbu123
Currently Banned

New User


Joined: 19 Mar 2008
Posts: 2
Location: Chennai

PostPosted: Mon Apr 14, 2008 8:48 pm
Reply with quote

Now iam getting the following error

Code:

----+----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 QUIT generated by unexpected end of file                             
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Apr 14, 2008 10:21 pm
Reply with quote

Hello,

Sounds like your environment configuration has changed.

I'd suggest you talk with your network admin people and make sure that your contol info is still valid.
Back to top
View user's profile Send private message
rajesh1183

New User


Joined: 07 Jan 2008
Posts: 98
Location: Hyderabad

PostPosted: Tue Apr 15, 2008 6:02 pm
Reply with quote

For the first error, it might be the problem with server...

where is the source filename mentioned.....you have mentioned only the destination dataset name... .that might be the reason for 2nd error.....

Also do a UNNUM/NUMOFF before you run above job....
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top