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

Joined: 01 May 2003 Posts: 26 Topics: 9 Location: India
|
Posted: Wed Feb 18, 2004 4:04 am Post subject: Accessing the date-time stamp inside an EXEC |
|
|
Hi,
I want to extract the date time stamp of one member stored in a PDS, inside an EXEC. This i will compare with some known value to take some action. The member name and the PDS name is known.
Is there a way to do so?
By 'SAVING' the list in DSLIST panel and then finding the module by reading the saved list is one way, but this SAVE cant be incorporated inside an EXEC.
Can anyone show me the way?  _________________ <i><b> Don't wish it were easier. Wish you were better. </b></i> |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Wed Feb 18, 2004 6:29 am Post subject: |
|
|
Quote: |
By 'SAVING' the list in DSLIST panel and then finding the module by reading the saved list is one way, but this SAVE cant be incorporated inside an EXEC
|
You do the same function by using the ISPF LMMLIST function, with the option enabled to SAVE the member list statistics to a dataset. Look it up in the ISPF Library Management Models. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|