On Saturday, September 21, 2019, 05:43:45 PM PDT, Brian Westerman wrote: 
 > Sorry, I said 3 seconds and I meant 3 minutes of wall clock time. 


The 1 minute cpu time from the console message is for all TCB's (not just the 
TCB running the TIMEUSED macro). If the timeused value is significantly 
different, then look for what may cause this. Change the TIMEUSED call to 
return microseconds so you don't need to bit shift and divide. You can then 
display the returned value as suggested without conversion. 

System exits may not be running in the TCB you expect. Accessing products such 
as DB2, Unix or ??? may create additional TCB's. Maybe you are executing code 
that is running on a non-standard processor ( I would expect a larger SRB 
time). 

As someone said before, look at the actual value returned by TIMEUSED instead 
of your conversion. I believe first word returned in TOD clock format are 
approximately seconds.

Jon.  

Reply via email to