Skip to content

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

@sasutils

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions