SASUnit Examples  Version 1.2.1
_sasunit_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

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)
Version
$Revision: 106 $
Author
$Author: b-braun $
Date
$Date: 2013-01-10 14:59:21 +0100 (Do, 10 Jan 2013) $
See Also
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_sasunit_checklog.sas $

Definition in file _sasunit_checklog.sas.