SASUnit Examples  Version 1.5.0
_detectsymbols.sas File Reference

determine the language dependant symbols used for NOTE, ERROR, WARNING in the SAS log More...

Go to the source code of this file.

Detailed Description

determine the language dependant symbols used for NOTE, ERROR, WARNING in the SAS log

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/_detectsymbols.sas $
Parameters
r_note_symbolname of macro variable used to return the symbol for NOTE (default note_symbol)
r_warning_symbolname of macro variable used to return the symbol for WARNING (default warning_symbol)
r_error_symbolname of macro variable used to return the symbol for ERROR (default error_symbol)

Definition in file _detectsymbols.sas.