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

Restrict dataset to patIDs in &lookupdata dataset. More...

Detailed Description

Restrict dataset to patIDs in &lookupdata dataset.

Program inputs
  • &INDATA. (Dataset containing the patIDS to restrict.)
  • &LOOKUPDATA. (Lookup dataset.)
Program outputs
  • &OUTDATA.(Dataset containing the restricted patIDS.)

Usage

restrictclms(INDATA=worktemp.preenc_&ENRNUM., LOOKUPDATA=_IndexCovFile, OUTDATA=worktemp.preenc_&ENRNUM._&group.);

Parameters
[in]INDATAName of the dataset containing the patIDS to restrict.
[in]LOOKUPDATAName of the lookup dataset.
[out]OUTDATAName of dataset containing the restricted patIDS.

SAS Macros Dependencies

None.

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