assertlibrary.sas File Reference


Detailed Description

Check whether all files are identical in the libraries i_expcected and i_actual.

The comparison report is created later, as PROC REPORT does not support ODS Document.

Version:
$Revision: 9 $
Author:
$Author: amangold $
Date:
$Date: 2010-08-02 22:33:56 +0200 (Mo, 02 Aug 2010) $
See also:
$HeadURL: https://sasunit.svn.sourceforge.net/svnroot/sasunit/trunk/saspgm/sasunit/assertlibrary.sas $
Parameters:
i_actual library with created files
i_expected library with expected files
i_desc description of the assertion to be checked, default value: "Bibliotheken prüfen"
i_LibraryCheck stringency of the library check: STRICT (default) -> Contents of libraries have to be identical.
MORETABLES -> Library i_actual is allowed to have more tables as library i_expected.
i_CompareCheck stringency of the table check: STRICT (default) -> Tables have to be identical.
MORECOLUMNS -> Tables in library i_actual are allowed to have more columns as tables in library i_expected.
MOREOBS -> Tables in library i_actual are allowed to have more rows as tables in library i_expected.
MORECOLSNOBS -> Tables in library i_actual are allowed to have more columns and to have more rows as tables in library i_expected.
i_fuzz optional: maximal deviation of expected and actual values, only for numerical values
i_id optional: Id-column for matching of observations
i_ExcludeList optional: Names of files to be exluded from the comparison.
Returns:
ODS documents with the contents of the libraries and a SAS file with the comparison result.

Definition in file assertlibrary.sas.

Go to the source code of this file.


Generated on Sun Oct 10 14:10:15 2010 for SASUnit Examples by  doxygen 1.5.3