View previous topic :: View next topic |
Author |
Message |
hari108 Beginner

Joined: 03 Feb 2006 Posts: 16 Topics: 4
|
Posted: Sat Apr 12, 2008 1:40 am Post subject: Copying the string from a PS file name |
|
|
Hi,
I have a requirement here...
I need to copy a string from the input file name and append it to the output file name.
e.g.
Input file: PAY.DT03042008093034.FILE
after processing the o/p shld be like this...
Output file: RESULT.DT03042008093034.FILE
I need to copy the time stamp from the input file name which is the middle qualifier in the file name. _________________ Thanks,
Hari |
|
Back to top |
|
 |
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Sat Apr 12, 2008 10:00 am Post subject: |
|
|
I think you have heard this before but "PAY.DT03042008093034.FILE " would not be a valid mvs file name. |
|
Back to top |
|
 |
|
|