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

This macro deletes PatId from a file. More...

Detailed Description

This macro deletes PatId from a file.

Program inputs
  • &DATAFILE. (Dataset to delete patients from.)
  • &PTSFILE. (Dataset containing the list of patients to delete.)
Program outputs
  • &OUTFILE. (Dataset containing record excluding patients to delete.)

Usage

%ms_delpatients(DATAFILE=worktemp._procextract,
                PTSFILE=&PTSTOEXCLUDE.,
                OUTFILE=worktemp._procextract);
Parameters
[in]DATAFILEName of the dataset to delete patients from.
[in]PTSFILEName of the dataset containing the list of patients to delete.
[in]OUTFILEName of the output dataset containing record excluding patients.

SAS Macros Dependencies

None.

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