Created
October 14, 2016 16:58
-
-
Save kireal/1b41d10e3eb78bddc29c50766356ff3c to your computer and use it in GitHub Desktop.
Get env from macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%let LD_LIBRARY_PATH =%sysget(LD_LIBRARY_PATH); | |
%put LD_LIBRARY_PATH is &LD_LIBRARY_PATH; | |
%let ODBCINST =%sysget(ODBCINST); | |
%put ODBCINST is &ODBCINST; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment