SASUnit Examples  Version 1.5.0
assertrowexpression.sas File Reference

Checks if all observations meet a given WHERE expression. More...

Go to the source code of this file.

Detailed Description

Checks if all observations meet a given WHERE expression.

Version
$Revision: 316 $
Author
$Author: akirchmann $
Date
$Date: 2014-03-02 10:20:58 +0100 (So, 02 Mrz 2014) $
See Also
For further information please refer to SASUnit User's Guide Here you can find the SASUnit documentation, release notes and license information.
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/assertrowexpression.sas $
Parameters
i_libreflibrary containing the data set
i_memnamedata set to be tested
i_wherewhere condition that should be met by the variable
i_descoptional: Description of the assertion to be checked
default: "Check if all observations meet the where expression"
o_maxReportObsoptional: Maximum number of invalid observations to be printed in report (default: MAX)
o_listVarsoptional: Names the variables to be listed in the report

Definition in file assertrowexpression.sas.