![]() |
Macros for SAS Application Developers
https://github.com/sasjs/core |
Logs a message in a dataset every time it is invoked. More...
Go to the source code of this file.
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)
[in] | label | Provide 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 ; |
Definition in file mp_perflog.sas.