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

Logs a message in a dataset every time it is invoked. 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
[in]labelProvide label to go into the control dataset
[in]libds=(work.mp_perflog) Provide a dataset in which to store performance stats. Default name is work.mp_perflog;
Version
9.2
Author
Allan Bowe @source https://github.com/sasjs/core

Definition in file mp_perflog.sas.