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

Format SMF 64 record type


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

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Mon Aug 10, 2009 12:58 pm
Reply with quote

Hi Friends,

I want to format the information into an understandable format from the record type SMF 64 . I have done the extract from SYS1.MAN dump dataset 's backup file to a my VBS dataset.

I want to format the information about the VSAM activity for a given VSAM dataset which is used in a particular jobname.

I do not know assembler but i am ready to learn SAS if required. Also if we know the format, will it be possible to infer the information using SORT tool (syncsort) ?

Please throw some light in the direction in which i need to proceed (like manuals i need to go thru or skills i need to acquire for learning this)?

Thanks,
Ajay
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Mon Aug 10, 2009 1:27 pm
Reply with quote

To read about SMF records click HERE
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Aug 10, 2009 5:02 pm
Reply with quote

Contact your site support group and find out if they use MXG, MICS, or any other SMF analysis tool. Running through the output of one of these tools is much simpler than handling the raw data yourself.

The code, in SAS or assembler or whatever, is not easy since you must do bit-level manipulations and work with variable numbers of variable length groups. I certainly would not recommend a newcomer to SAS start by attempting to process SMF data -- that would be like telling an architecture student her first assignment is to design a 90-story skyscraper!
Back to top
View user's profile Send private message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Sun Aug 16, 2009 9:34 pm
Reply with quote

Robert,

Our support people are using MXG. I do not now the full process yet how they are processing the SMF data.

But i see that SMF data can be interpreted in REXX for which i got some examples on CBTTAPE .

I will try it thru REXX.

Thanks
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Sun Aug 16, 2009 9:51 pm
Reply with quote

MXG converts the SMF data into a set of SAS data sets that can be analyzed with much, much less trouble than attempting to process the raw SMF data. The MXG TYPE64 and TYPE64X records are what you need to use in SAS. Use them instead of redoing the work already completed by MXG to determine what the data is. I strongly recommend using the MXG data even if you have to learn some SAS to use them -- it will take no longer to learn the SAS code you need than it would take to figure out the details of the SMF records.

SMF processing usually is done after midnight each night for the accumulated data for the day. MXG usually has a weekly or monthly accumulation of the daily records.
Back to top
View user's profile Send private message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Tue Aug 18, 2009 8:35 pm
Reply with quote

Thanks a lot Robert!!
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

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Populate last day of the Month in MMD... SYNCSORT 2
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
Search our Forums:

Back to Top