Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
FTP parameter card

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics
Author Message
naive

New User


Joined: 26 Apr 2005
Posts: 47
Location: LA

PostPosted: Thu Jun 23, 2005 4:00 am    Post subject: FTP parameter card
Reply with quote

Hi guys
i need some quick help with an FTP parameter card. In the card, the destination filename is to have a date tag. (shown below)

ASCII
PUT 'Source Mainframe DS' AUDT.20050608.CTL
QUIT

This tag is to change every day. But that would mean changing the FTP card every day. What is the best way of doing this? (Other than by writing a COBOL/Rexx program?)
Can we use DD name in the FTP card by some means? (then we could simply do a &DATE thing in the JCL.

Thanx in advance!!
Back to top
View user's profile Send private message
References
PostPosted: Thu Jun 23, 2005 4:00 am    Post subject: Re: FTP parameter card Reply with quote

superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3004
Location: Charlotte,NC USA

PostPosted: Thu Jun 23, 2005 6:50 am    Post subject: Re: FTP parameter card
Reply with quote

Well, the first obvious choice is to name your dataset the same as the required target file (i.e. AUDT.20050608.CTL). However, I'm sure you realize that that's an invalid dataset name, so that option won't work.

In your post, you ask
Quote:

Can we use DD name in the FTP card by some means?

The answer is, of course, yes:
Code:

>put //DD:DDNAME AUDT.20050608.CTL

but I fail to see where that will help. I do know that if you omit the target filename, FTP will use the DDNAME as the filename, but that's only up to 8 characters.

Some utility/program/REXX exec/CLIST will have to be used to generate the target filename with the date value. Your options here are wide open, depending on what you prefer to use.
Back to top
View user's profile Send private message
naive

New User


Joined: 26 Apr 2005
Posts: 47
Location: LA

PostPosted: Thu Jun 23, 2005 7:47 am    Post subject:
Reply with quote

Ok, the target filename may be modified to AUDT.D050608.CTL, but then will I be able to use DD name in the card to signify the target filename??
Programming will solve it of course, but my developer is complaining!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics All times are GMT + 6 Hours
Page 1 of 1