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

Problem in ftp a file with long name.


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
baansal

New User


Joined: 05 Jun 2007
Posts: 4
Location: bangalore

PostPosted: Thu Jun 07, 2007 6:11 pm
Reply with quote

Hi,

My problem is the file name is so long that it is exceeding the 80 column limit of the mainframe screen.
Is there any continuation mark that i can use and can continue to code in the next line..

PUT 'AAAAA.BBBBB.CCCCC.DDDDD.EEEEE' any continuation AAAAA.BBBBB.CCCCC.DDDDD.EEEEE.TXT


This will help you in understanding my problem.

Thanks
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Jun 07, 2007 6:21 pm
Reply with quote

See Chapter 4.9 Submitting FTP requests in batch from the z/OS V1R7.0 Comm Svr: IP User's Guide and Commands manual.

Other options:

- Use a sysin file with a larger LRECL.
- Use the put from a DDNAME rather than from a dataset name.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top