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

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

Detailed Description

This macro deletes encounterids from a file.

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

Usage

%ms_delencounterids(DATAFILE=worktemp._procextract,
                    ENCIDSFILE=&ENCIDSTOEXCLUDE.,
                    OUTFILE=worktemp._procextract);
Parameters
[in]DATAFILEName of the dataset to delete encounterids from.
[in]ENCIDSFILEName of the dataset containing the list of encounterids to delete.
[in]OUTFILEName of the output dataset containing record excluding encounterids.

SAS Macros Dependencies

None.

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