| SASUnit Examples
    Version 1.2.1
    | 
partition a SAS dataset by groups, one data set per group More...
Go to the source code of this file.
partition a SAS dataset by groups, one data set per group
By values and number of observations are written to data set labels
Example for the application of assertLibrary.sas, see generate_test.sas.
| data | input data set | 
| by | by variable(s) for partitioning | 
| out | prefix for putput data sets, mubers will be appended | 
Definition in file generate.sas.