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

Need to know what sysin for DFHTU690 for CICS elapsed time?


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

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Mon Jul 25, 2016 1:36 pm
Reply with quote

Hi All,

I have used the below job to get the elapsed time of a transaction which has program-a calling program B, also linking program C, where program-A is CICS-COB-DB2 program and program B is COB and program C is also CICS-COB. I have used 'SHORT' in the control card which

Code:


//TESTPF1B JOB(ESTA),'NB02020',MSGCLASS=0,MSGLEVEL=(1,1),CLASS=U,
//                  NOTIFY=&SYSUID
// EXEC PGM=DFHTU690                                             
//STEPLIB DD DISP=SHR,DSN=SYS3.CICS.X690.UI30599.SDFHLOAD         
//DFHAUXT  DD DISP=SHR,DSN=SYSC.CICS.XA2.X690.DFHAUXT             
//DFHAXPRT DD SYSOUT=A                                           
//DFHAXPRM DD * ...                                               
SHORT                                                             
/*     


gives the CICS TRACE of whole dump, how i can identify the program-a,program-b,program-c elapsed time? please help.
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 Jul 25, 2016 3:21 pm
Reply with quote

Talk to your CICS people. Remember you've lengthened the elapsed time by tracing it.

Usual way to do this is to fill the screen in, press Enter/start stopwatch simultaneously and then stop stopwatch when screen "returns". Record.

Remember, one isolated example needn't tell you the full picture anyway. What are you trying to do?
Back to top
View user's profile Send private message
pkmurali
Warnings : 1

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Mon Jul 25, 2016 3:31 pm
Reply with quote

Hi Bill,

As you have mentioned, it would be unsure which program is taking long time to execute in case of my scenario where program-a is calling program-b and program-c is liked from program-a. also program-a is having db2 SQL calls. To get the precised picture of which program is consuming how much time, i have tried this option.

Code:

1CICS - AUXILIARY TRACE FROM 21/07/16 - APPLID PVCICA2                 
                                                                       
0SELECTIVE TRACE PRINT PARAMETERS:                                     
                                                                       
 SHORT                                                                 
                                                                       
1CICS - AUXILIARY TRACE FROM 21/07/16 - APPLID PVCICA2                 
                                                                       
 37855 QR    AP 00E1 EIP   EXIT  SET-TRACEDEST OK                     REQ(00F4) FIELD-A(00000000 ....) FIELD-B(00007804 ....)
                                 BOUNDARY(0200)                              RET-AAD9336A 18:52:25.6191296474 **.********** =000001=

       


I got the below output structure.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3049
Location: NYC,USA

PostPosted: Tue Jul 26, 2016 8:25 pm
Reply with quote

Talk to CICS admin ask for what you need or explore if you have any tool like OMEGAMON or CA-Insight. or check SQL if its using or not all the desired Indexes (quickest way to find the culprit)
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 Using API Gateway from CICS program CICS 0
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 Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
Search our Forums:

Back to Top