SASUnit Examples
Version 1.5.0
|
Return number of observations in a SAS dataset. More...
Go to the source code of this file.
Return number of observations in a SAS dataset.
Return number of logical observations (deleted obeservations are not counted) in a SAS dataset. In case of an invalid dataset specification, a blank will be returned.
Example: %put %nobs(dataset);
data | SAS dataset to count observations from |
Definition in file nobs.sas.