How to get the parameter EXCPUTM to display in seconds and milliseconds
Add NXTIME or XTIMEM to the EXCPUM parameter.
The NXTIME option changes the value to ssss.lll format, where ssss is seconds and lll is milliseconds.
The XTIMEM option translates the time value to hhh:mm:ss:lll format, where hhh is hours, mm is minutes, ss is seconds, and lll is milliseconds
Sample JCL:
// EXEC EXPRPT,SIZE=EXPRPT INPUT(EVSEFBK) TAB ACNAME(AS4BUE*) ACIDEN(E) SORT ALPHA VSE PACCNT ACNAME AND, VSE PACCNT EXPID AND, VSE PACCNT ACDATE AND, VSE PACCNT EXJDUR AND, VSE PACCNT EXCPUTM NXTIME AND, VSE PACCNT EXSIO END RUN /* SAMPLE OUTPUT: FROM 01/15/2016 02.54.52 TO 01/15/2016 21.17.00 SHIFT NONE EACH PERIOD NONE POWER POWER PART START STOP JOB CPU SIO JOB NAME NAME ID TIME TIME DATE DURATION TIME COUNT -------- -------- ---- -------- -------- -------- -------- -------- ----- AS4BUEND AS4BUEND BG 02.56.09 02.56.23 01/15/16 00:00:14 0.003 289 02.56.38 02.58.24 01/15/16 00:01:46 0.007 411 SUMMARY 00:02:00 0.010 700