Maybe this useful?
>From rexx programming guide - "Using the TIME Built-in Function"*:*
The TIME function can also perform elapsed-time calculations. The following
example measures the amount of time it took to run the Send Network File (
SNDNETF) command:
Call TIME 'R'
'SNDNETF FILE(MYLIB/BIGFILE) TOUSRID(THEBOSS)'
elapsed = TIME('E')
SAY 'The SNDNETF command took' elapsed 'seconds.'
Regards
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html