This macro extracts enrollment and demographic claims based on either age or fixed calendar date, then creates claim based on valid date. More...
This macro extracts enrollment and demographic claims based on either age or fixed calendar date, then creates claim based on valid date.
Usage
%ms_extractanniversarydate(DATAFILE=worktemp.enr_&enrollmentnum., LOOKFILE=_ITGroupParamDate, LOOKVAR=code, OUTFILE=_itdates);
[in] | DATAFILE | Name of the dataset to containing enrollment and birth date records. |
[in] | LOOKFILE | Name of the sas dataset containing the list of dates to extract. |
[in] | LOOKVAR | Name of the variable containing the dates to extract. |
[out] | OUTFILE | Name of the output dataset containing the extracted records. |
None.