|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Runs arbitrary code for a specified amount of time. More...
Go to the source code of this file.
Executes a series of procs and data steps to enable performance testing of arbitrary jobs.
%mp_testjob( duration=60*5 )
| [in] | duration= | (30) The time in seconds which the job should run for. Actual time may vary, as the check is done in between steps. |
Definition in file mp_testjob.sas.