SASUnit Examples  Version 1.5.0
assertrecordexists.sas File Reference

Check whether at least one record exists which satisfies a certain WHERE condition. More...

Go to the source code of this file.

Detailed Description

Check whether at least one record exists which satisfies a certain WHERE condition.

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/assertrecordexists.sas $
Parameters
i_datasetdata set to check
i_whereExprdata set where-expression to be checked
i_descdescription of the assertion to be checked
default: "Check for existence of specific records"

Definition in file assertrecordexists.sas.