Author: pkmurali
Subject: Need to know what sysin for DFHTU690 for CICS elapsed time?
Posted: Mon Jul 25, 2016 1:36 pm (GMT 5.5)
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
gives the CICS TRACE of whole dump, how i can identify the program-a,program-b,program-c elapsed time? please help.
Subject: Need to know what sysin for DFHTU690 for CICS elapsed time?
Posted: Mon Jul 25, 2016 1:36 pm (GMT 5.5)
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.