Page 1 of 1

JCL or REXX to pull TIMESAMP from all members of Given PDS

PostPosted: Thu Apr 17, 2008 4:06 pm
by Ramkumar
HI all,
i need a JCL or REXX programm to pick the timestamp from all members from Loadlib


Example: pds.member.loadlib having members like A1,a2,a3,a4...
each member will have link date and timestamp. I wanted all teh timestamps in this PDS. Can anyone help me in this.

Re: JCL or REXX to pull TIMESAMP from all members of Given PDS

PostPosted: Thu Apr 17, 2008 4:43 pm
by MrSpock
I believe that the program you want to use is AMBLIST. I found a description of its usage here.

Re: JCL or REXX to pull TIMESAMP from all members of Given PDS

PostPosted: Mon May 05, 2008 2:27 pm
by jayind
you can try using LISTCAT ENT <DSN name> in the JCL. I dont remember exactly the syntax but it works

Re: JCL or REXX to pull TIMESAMP from all members of Given PDS

PostPosted: Tue May 06, 2008 6:11 am
by dick scherrer
Hello,

Please post a working example of LISTCAT showing the link dates from a loadlib.

I dont remember exactly the syntax but it works
When you remember, we'll be here.