View previous topic :: View next topic |
Author |
Message |
Anand_Kannan Beginner
Joined: 09 Jun 2005 Posts: 4 Topics: 4
|
Posted: Fri Jun 10, 2005 1:17 am Post subject: How to resend files based on Date/Time entered by User |
|
|
Let's assume at present my files are in format <USERID.YYMMDD.HHMMSS> with YYMMDD - Date when the program last execusted and HHMMSS - Time of the last run.
If the user wants to resend all the files based on From date/time to a certain date/time, how to do that using a JCL i.e., a JCL which could be used to identify the file based on date and time entered by the user. Can it be done by passing parameters and if so how it can be done ? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Jun 10, 2005 8:04 am Post subject: |
|
|
Quote: |
Let's assume at present my files are in format <USERID.YYMMDD.HHMMSS> with YYMMDD - Date when the program last execusted and HHMMSS - Time of the last run.
|
Anand_kannan,
A minor Correction. You cannot have Node starting with a Number. So your filename should be in the format <USERID.DYYMMDD.THHMMSS>
You can send multiple files using MPUT. check this link
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/F1A1B910/5.43?DT=20010621083253
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|