How to know what runtime is for a program I already ran. How do I add runtime to report?
Your Products have been synced, click here to refresh
How to know what runtime is for a program I already ran. How do I add runtime to report?
Easiest way is to put a report comment at the end of your program:
COMMENT/REPT, . "RUN TIME: "+ELAPSEDEXECUTIONTIME()
You can also put it in your header, but that requires modifying your labels.
There are also probably a gazillion threads about this if you use the search function at the top of the page.
Easiest way is to put a report comment at the end of your program:
COMMENT/REPT, . "RUN TIME: "+ELAPSEDEXECUTIONTIME()
You can also put it in your header, but that requires modifying your labels.
There are also probably a gazillion threads about this if you use the search function at the top of the page.
Actually, the easiest way is to add the ELOGO.LBL label to your report (Insert>Report Command>Report Label" (Code = REPORT/LABEL, FILENAME= ELOGO.LBL).
It will look something like this...
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |