QRP
 
Loading...
Searching...
No Matches
getfromtovars_min_max_missing.sas File Reference

Extracts the minimum &var.from and the maximum &var.to values from a dataset and counts the number of missing values in &var.from and &var.to. More...

Detailed Description

Extracts the minimum &var.from and the maximum &var.to values from a dataset and counts the number of missing values in &var.from and &var.to.

Program inputs
  • &DATASET. (Dataset containing the variable to extract the minimum and maximum from.)
Program outputs
None.

Usage

getfromtovars_min_max_missing(DATASET=RISKSCOREFILE, VAR=Risk);

Parameters
[in]DATASETName of the dataset containing the variable to extract the minimum and maximum from.
[in]VARName of the variable to extract the minimum and maximum from.

SAS Macros Dependencies

None.

Author
Sentinel Coordinating Center (info@.nosp@m.sent.nosp@m.inels.nosp@m.yste.nosp@m.m.org)