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

How Can we see the Dataset created or modifed time ?


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
cmsmoon

New User


Joined: 17 Jun 2010
Posts: 75
Location: Chennai

PostPosted: Mon Sep 16, 2013 10:55 am
Reply with quote

Hi All,

We have option see to the member created and modified date time and time ..but how can to see the Dataset created or modified time ?
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Mon Sep 16, 2013 11:48 am
Reply with quote

Hello,
There is no straight forward way to check the creation/ modified time of a dataset. You could get this information by processing SMF.

www.ibmmainframes.com/viewtopic.php?t=61181&postdays=0&postorder=asc&start=15

Hope it helps.
Back to top
View user's profile Send private message
cmsmoon

New User


Joined: 17 Jun 2010
Posts: 75
Location: Chennai

PostPosted: Mon Sep 16, 2013 12:43 pm
Reply with quote

vasanthz wrote:
Hello,
There is no straight forward way to check the creation/ modified time of a dataset. You could get this information by processing SMF.

www.ibmmainframes.com/viewtopic.php?t=61181&postdays=0&postorder=asc&start=15

Hope it helps.


Hi ,
I got the below error while jcl scan

Code:
1 MESSAGE(S) REPORTED BY JCLPREP
1 ERROR MESSAGE(S)
.JCPA JCP0451E DATASET 'SMF' IS NOT CATALOGED -- (J)8
//XBBJ25AC JOB (MMD,MMD,50,99,0,RJE,,,00),'DB2 LOAD CARD',
// NOTIFY=&SYSUID,MSGLEVEL=(1,1),REGION=4096K,
// MSGCLASS=V,CLASS=C
//XBBJ25AC JOB (MMD,MMD,50,99,0,RJE,,,00),'DB2 LOAD CARD',
// NOTIFY=XBBJ25A,MSGLEVEL=(1,1),REGION=4096K,
// MSGCLASS=V,CLASS=C
/*NOTIFY XBBJ25A *** ADDED BY SUBMIT
//SORT EXEC PGM=SORT,REGION=5000K
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
JCP0451E DATASET 'SMF' IS NOT CATALOGED -- (J)8
//SORTIN DD DISP=SHR,DSN=SMF DATASET WITH TYPE 15 RECORDS


Code'd
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Mon Sep 16, 2013 1:54 pm
Reply with quote

Perhaps your SMF dataset is not called "SMF"? It is highly unlikely that it ever would be...
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Mon Sep 16, 2013 2:50 pm
Reply with quote

hello,
in the snippet you tried. you are supposed to give the name of the smf dataset in //sortin dd statement.


vasanth.s

sent from Xperia P
Back to top
View user's profile Send private message
cmsmoon

New User


Joined: 17 Jun 2010
Posts: 75
Location: Chennai

PostPosted: Mon Sep 16, 2013 3:03 pm
Reply with quote

vasanthz wrote:
hello,
in the snippet you tried. you are supposed to give the name of the smf dataset in //sortin dd statement.


vasanth.s

sent from Xperia P


How can we find the SMF dataset name ?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Sep 16, 2013 3:21 pm
Reply with quote

Ask YOUR people. We have absolutely no idea of the naming standards where you are.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Sep 16, 2013 6:45 pm
Reply with quote

Hello,

Quote:
How can we find the SMF dataset name ?
Be aware that many organizations do not permit developers to access the SMF data. It is both very large and rather complex.

Many organizations do create an SMF subbset for developers to use.

You need to speak with your people and learn what is available and if you are permitted to use it.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts To get the the current time DFSORT/ICETOOL 13
No new posts RC query -Time column CA Products 3
No new posts Allocated cylinders of a dataset DB2 12
Search our Forums:

Back to Top