Page 1 of 1

How to Get the modified date of the particular PS or PDS-mem

PostPosted: Tue Jan 04, 2011 6:57 am
by fornanthakumar
Hi,

I can get the created n refferred date of particular PS file in 3.4 listing itself.

I want to know when the PS file last modified. Is that possible?

Re: How to Get the modified date of the particular PS or PDS-mem

PostPosted: Tue Jan 04, 2011 9:04 am
by steve-myers
You can't get the last modified date for a dataset; it's not retained anywhere. You can get the last reference date in ISPF 3.4; press F11. The modified flag (I'm not sure if it's displayed by ISPF) may be of use, but it does not have a date associated with it.

Load modules and program objects have their link edit date and time stored in the member. Utilities like AMBLIST will display the date.

You can get the last modified date for PDS members with SPF statistics in the member list. Members without SPF statistics and are not load modules or program objects do not retain this information in any standard format.

Re: How to Get the modified date of the particular PS or PDS-mem

PostPosted: Sat Jan 08, 2011 11:28 pm
by fornanthakumar
Thanks steve.