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

How to concatenate file names when i am using FTP commands


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

New User


Joined: 14 Jul 2005
Posts: 7
Location: USA

PostPosted: Fri Mar 24, 2006 2:45 am
Reply with quote

Hi,

I am using FTP commands PUT and GET in JCL if file names are too long how can we concatenate both files in single statement.

//jobcard
//FTP EXEC PGM=FTP,
//SYSIN DD *
put WORK.JCL(FTPSSLPT) 'remote.file.name'
quit
/*
//

here in this put command small file names are there. Suppose if we use big file names how can we concatenate.

Dont give me the answer of JCL continuation.
Waiting for your replies.
Thanks,
Krishna. icon_biggrin.gif
Back to top
View user's profile Send private message
Bharanidharan

New User


Joined: 20 Jun 2005
Posts: 86
Location: Chennai, India

PostPosted: Fri Mar 24, 2006 10:03 am
Reply with quote

Please try the connector '+'. For example:

put yourid.WORK.JCL(FTPSSLPT) +
'remote.file.name.toolong.filename'

Please let me know if this doesn't work out.
Back to top
View user's profile Send private message
chethireddy

New User


Joined: 14 Jul 2005
Posts: 7
Location: USA

PostPosted: Mon Apr 17, 2006 10:53 pm
Reply with quote

Thanks a lot Bharani.

It s working fine.

Thanks,
Chethireddy
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 FTP VB File from Mainframe retaining ... JCL & VSAM 1
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
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top