|
|
| Author |
Message |
Sharath S
New User
Joined: 18 Mar 2008 Posts: 4 Location: Mysore
|
|
|
|
| I need to read the File creation date of a tape file by running a job using a command. Please help me how this can be done?? |
|
| Back to top |
|
 |
References
|
Posted: Tue Mar 18, 2008 11:38 am Post subject: Re: How to Get the File creation date from a Tape file? |
 |
|
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2439 Location: Brussels once more ...
|
|
|
|
| I have recently posted some REXX code to do that, or your could interrogate the TMS |
|
| Back to top |
|
 |
ashok4u_it
New User
Joined: 12 Mar 2008 Posts: 15 Location: Chennai
|
|
|
|
Hi Sharath,
You can extract a File Creation date of a Tape file by usiing a TSO Command,
LISTCAT ENT(/) VOL on the left side of a Tape dataset.
Let me know, if you want any additional information.
Regards,
Ashok Kumar.K |
|
| Back to top |
|
 |
Bill Dennis
Active User
Joined: 17 Aug 2007 Posts: 149 Location: Iowa, USA
|
|
|
|
| Remember that the LISTCAT shows the date the catalog entry was created, not the actual tape creation date. In some cases, the tape might be cataloged on a later date due to manual execution of IDCAMS. |
|
| Back to top |
|
 |
|
|