Macros for SAS Application Developers
https://github.com/sasjs/core
mp_testjob.sas File Reference

Runs arbitrary code for a specified amount of time. More...

Go to the source code of this file.

Detailed Description

Executes a series of procs and data steps to enable performance testing of arbitrary jobs.

%mp_testjob(
  duration=60*5
)
Parameters
[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.

SAS Macros

Version
9.4
Author
Allan Bowe

Definition in file mp_testjob.sas.