SASUnit Examples  Version 1.5.0
_checklog.sas File Reference

check log for errors or warnings More...

Go to the source code of this file.

Detailed Description

check log for errors or warnings

Version
$Revision: 315 $
Author
$Author: klandwich $
Date
$Date: 2014-02-28 10:25:18 +0100 (Fr, 28 Feb 2014) $
See Also
For further information please refer to SASUnit User's Guide
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_checklog.sas $
Parameters
i_logfilecomplete path and name of logfile
i_errorsymbol for error (normally error, but might be language dependant). The value will be converted to uppercase.
i_warningsymbol for warning (normally warning, but might be language dependant). The value will be converted to uppercase.
r_errorsmacro variable to return number of errors (999 if logfile does not exist)
r_warningsmacro variable to return number of warnings (999 if logfile does not exist)

Definition in file _checklog.sas.