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

This macro expands the input files aggregated caresettingprincipal variable such that it can be used to extract claims in the MSCDM and processes caresettingprincipal values containing wilcards. More...

Detailed Description

This macro expands the input files aggregated caresettingprincipal variable such that it can be used to extract claims in the MSCDM and processes caresettingprincipal values containing wilcards.

  • If the variable obsnum exists:
    • The resulting output will create duplicates when there is more than one caresettingprincipal value.
    • The variable obsnum will be recomputed.
Program inputs
  • &INFILE. (Dataset containing the caresettingprincipal to expand.)
Program outputs
  • &OUTFILE. (Dataset with the expanded caresettingprincipal.)

Usage

%ms_caresettingprincipal(INFILE=_ITGroupParamMeds, 
                         VAR=CareSettingPrincipal, 
                         OUTFILE=_ITGroupParamMeds);
Parameters
[in]INFILEName of the dataset containing the caresettingprincipal to expand.
[in]VARName of the variable containing the caresettingprincipal value.
[out]OUTFILEName of the dataset with the expanded caresettingprincipal.

SAS Macros Dependencies

None.

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