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

This macro extracts death and cause of death records associated with the cohort of interest. More...

Detailed Description

This macro extracts death and cause of death records associated with the cohort of interest.

Program inputs
  • &CODDATAFILE. (Dataset(s) containing the cause of death raw claims.)
  • &DEATHDATAFILE. (Dataset(s) containing the death raw claims.)
  • &LOOKFILE. (Dataset containing the lookup parameters.)
Program outputs
  • &OUTFILE. (Dataset with the extracted claims.)

Usage

%ms_loopdth(DEATHDATAFILE=worktemp.deathextract,
            CODDATAFILE=worktemp.codextract,
            LOOKFILE=_ITGroupParamDth,
            KEEPVARS=indexcriteria codesupply dateonly CodeType EncType %if %eval(&type=2 | &type=3 | &type=4) %then %do; fupcriteria %end;,
            OUTFILE=_ITDth);
Parameters
[in]DEATHDATAFILEName of the the dataset(s) containing the death raw claims.
[in]CODDATAFILEName of the the dataset(s) containing the cause of death raw claims.
[in]LOOKFILEName of the dataset containing the lookup parameters.
[in]KEEPVARSList of variables in the lookfile dataset to keep in the outfile dataset.
[out]OUTFILEName of the dataset with the extracted claims.

SAS Macros Dependencies

None.

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