Page 1 of 1

Changed-date File Attribute using C.

Posted: Wed Oct 09, 2013 12:33 pm
by Anushka Sharma
Hi,

How to get the date changed from a member of a PDS in 'C' on zOS? Can someone give some pointer?

Re: Changed-date File Attribute using C.

Posted: Wed Oct 09, 2013 4:00 pm
by Anuj Dhawan
fstat() C-language function should give you what you're looking for.

However, if you don't have ISPF statistics turned on then the time-stamp information is not kept by the file-system and the function might not be of help but then your site chose to do so. Said that, in such a case, and if you still need that info, you should touch base with your site support group.