Skip to content

Instantly share code, notes, and snippets.

@kireal
Created October 14, 2016 16:58
Show Gist options
  • Save kireal/1b41d10e3eb78bddc29c50766356ff3c to your computer and use it in GitHub Desktop.
Save kireal/1b41d10e3eb78bddc29c50766356ff3c to your computer and use it in GitHub Desktop.
Get env from macro
%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