Chapter Contents |
Previous |
Next |
SAS Companion for UNIX Environments |
The following functions have operating environment dependencies:
blank . < ( + & ! $ * ) ; ^ - / , % |
%SYSGET(environment-variable); |
For example, the following code writes the value of the HOME environment variable to the SAS log:
%let var1=%sysget(HOME); %put &var1;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.