QRP
 
Loading...
Searching...
No Matches
logparse.sas File Reference

Extracts performance statistics from SAS log file. More...

Detailed Description

Extracts performance statistics from SAS log file.

Extracts performance statistics from SAS log file

Usage:

%logparse(saslog=C:\QRP\msoc\r01_cida.log, outds=r01_cida_log_parse);

Parameters
[in]saslogPath and name of the log file to be parsed.
[out]outdsDataset containing variables created from the parsed log file.
[in]system
[in]pdsloc
[in]append
Returns
Dataset containing variables created from the parsed log file.
Note
The original macro was downloaded here: https://github.com/scottbass/SAS/blob/master/Macro/logparse.sas
Author
Scott Bass