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

SMF 110 type record analysis


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sridevi Srirangan

New User


Joined: 18 Oct 2007
Posts: 5
Location: India

PostPosted: Thu Oct 18, 2007 4:14 pm
Reply with quote

Hi, How to get the Response time for each CICS Transaction from SMF 110 type records?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Oct 18, 2007 9:53 pm
Reply with quote

If you have SAS installed, use that, it is great for reading SMF records.

If you also have MXG installed that will already contain the required macros to interpret the 110 records.

If not, good luck because you will need to sit down and study the structure of these records and code accordingly.

It may also be worth taking a look at the DFSORT forum where Frank has some links to his DFSORT SMART TRICKS.
Back to top
View user's profile Send private message
Sridevi Srirangan

New User


Joined: 18 Oct 2007
Posts: 5
Location: India

PostPosted: Fri Oct 19, 2007 4:33 pm
Reply with quote

Thanks for the response. I will check with DFSORT forum too.

I have used DFH$MOL & DFHSTUP utilities to process the SMF 110 record type. But the Transaction Start time and Transaction End time are not matching with the real system time. Hence confused, whether I am looking at the right field from the SMF dump.
Back to top
View user's profile Send private message
Sridevi Srirangan

New User


Joined: 18 Oct 2007
Posts: 5
Location: India

PostPosted: Mon Oct 22, 2007 4:51 pm
Reply with quote

Oohhh finally found that all the times are in GMT. We need to convert them to get the local time..
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Oct 22, 2007 4:56 pm
Reply with quote

Quote:
Oohhh finally found that all the times are in GMT. We need to convert them to get the local time..


Reponse time is just a difference...

(local_time_end - local_time_start) is by math equal to...
(GMT_end - GMT_start)

so why bother ....
Back to top
View user's profile Send private message
Sridevi Srirangan

New User


Joined: 18 Oct 2007
Posts: 5
Location: India

PostPosted: Wed Oct 24, 2007 2:46 pm
Reply with quote

That's right. But I was not sure whether I was selecting the right record fields. It was needed for verification....
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Validating record count of a file is ... DFSORT/ICETOOL 13
Search our Forums:

Back to Top