Skip to content

Add ability to use Environment variable as default value in PARMV #5

Description

@sasutils

Allow use of an Environment variable as source of default value for parameter being checked by %PARMV() macro.

Example:

1 options set=STUDY=XYX101 ;
2 %let study=;
3 %parmv(study,_envar=STUDY);
4 %put &=study;
STUDY=XYX101

%macro parmv

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions