Production Ready Macros for SAS Application Developers
mp_perflog.sas File Reference

Logs the time the macro was executed in a control dataset. More...

Go to the source code of this file.

Detailed Description

If the dataset does not exist, it is created. Usage:

mp_perflog(started) mp_perflog() mp_perflog(startanew,libds=work.newdataset) mp_perflog(finished,libds=work.newdataset) mp_perflog(finished)

Parameters
labelProvide label to go into the control dataset
libds=Provide a dataset in which to store performance stats. Default name is work.mp_perflog;
Version
9.2
Author
Allan Bowe https://github.com/Boemska/macrocore

Definition in file mp_perflog.sas.