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

This macro extracts pregnancy outcomes from the MIL table. More...

Detailed Description

This macro extracts pregnancy outcomes from the MIL table.

Program inputs
  • &PREGNANCYCODES. (Dataset that includes the codes for pregnancy outcomes.)
  • indata.&MILTABLE. (Dataset with mother-infant linkage data.)
  • indata.&PROCTABLE. (Dataset with procedure data.)
Program outputs
  • &OUTFILE. (Dataset containing the extracted records.)

Usage

%ms_extractmillinkage_po(MINDATE=&studystartdate.,
                         OUTFILE=worktemp.milextract); 
Parameters
[in]MINDATEExtract all claims occuring on or after this date.
[out]OUTFILEName of the output dataset containing the extracted records.

SAS Macros Dependencies

None.

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