IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

fetch last modified date for datasets from system


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chopadevaibhav

New User


Joined: 07 Jan 2008
Posts: 5
Location: pune

PostPosted: Wed Jun 23, 2010 11:16 am
Reply with quote

I want to capture the last modified date for program, proc, copybook etc.
So if you have time then please tell me how the changed date is captured from REXX or other?
Also have a look on below screen shot, in that the created date and changed date is given. So I just want to capture the dates.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Jun 23, 2010 3:14 pm
Reply with quote

1. Your question does not sound like if it belongs to CICS?
2. Last modified date - well, what would you do with that information? It sounds like you are describing a manual Configuration Management system, are you?
3. And what Screen -shot you're talking about?
4. AFAIK, for datasets, you can use LISTDSI function, then the variable SYSREFDATE will contain the "last referenced date".
5. For members with ISPF statistics, you can use the LMMSTATS service, and get the "last modified date" in MODDATE.
6. Keeping point 4 & 5 in mind, where should I move your topic - REXX, as you asked about it and I don't happen to recall any such REXX function or should I move it ISPF part of the Forum?

AND "fetch", by far, does not sound as a correct terminolgy-term in the context of this topic.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Jun 23, 2010 3:21 pm
Reply with quote

Also, this topic has been discussed many times in this Forum - please search. And if you really really want to get the last modified date - I suggest you also consider working with SMF records...
Back to top
View user's profile Send private message
valyk

Active User


Joined: 16 Apr 2008
Posts: 104
Location: South Carolina

PostPosted: Fri Jun 25, 2010 4:49 pm
Reply with quote

You do not want to do this inside CICS. Doing operations like this will require you to circumvent CICS and doing so will cause CICS region to come to a screeching halt. You need to approach your CICS support group before doing something like this.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts How to delete a user's alias from the... JCL & VSAM 11
Search our Forums:

Back to Top