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

Can we check the creation time of a GDG Generation


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vasanthz

Global Moderator


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

PostPosted: Thu Jul 25, 2013 6:52 pm
Reply with quote

Hello,
I don't have SYNCSORT to test this, but I think this would work on SYNCSORT as well.

Code:
//SORT  EXEC PGM=SORT,REGION=5000K                                 
//SYSPRINT DD  SYSOUT=*                                             
//SYSOUT   DD  SYSOUT=*                                             
//SMF15RPT DD SYSOUT=*                                             
//SORTIN   DD  DISP=SHR,DSN=SMF DATASET WITH TYPE 15 RECORDS       
//SYSIN    DD   *                                                   
   SORT FIELDS=COPY                                                 
   INCLUDE COND=(6,1,BI,EQ,15,&,69,5,CH,EQ,                         
               C'WELLS')                                             
   OUTFIL FNAMES=SMF15RPT,VTOF,BUILD=(02:11,4,DT1,EDIT=(TTTT/TT/TT),
     15:49,4,TM1,EDIT=(TT:TT:TT),25:15,4,31:19,8,41:69,44)         
/*                   

Quote:

I had a word with SM guy here he gave me one job i.e. a SAS job and Taking much considerable time to run ..

The SAS job could be processing all the variables in SMF 15 record type and hence could be taking more time. Cutting down the variables required could yield better results.
SAS is my first love <3 .

Hope it helps.
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 -> JCL & VSAM Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts SCOPE PENDING option -check data DB2 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 Check data with Exception Table DB2 0
No new posts C Compile time time stamps Java & MQSeries 10
Search our Forums:

Back to Top