| Automatic Macro Variables |
| Type: | Automatic macro variable (read only) |
| See also: | SYSVER Automatic Macro Variable , SYSVLONG4 Automatic Macro Variable |
| Comparisons | |
| Example | |
| Identifying a SAS Maintenance Release | |
| Comparisons |
SYSVLONG provides the release number and maintenance level of SAS software, in addition to the release number.
| Example |
The following statement displays information identifying the SAS release being used.
%put I am using release: &sysvlong;
Submitting this statement (for a user of SAS 9.2) writes the following to the SAS log:
I am using release: 9.02.02M2D071609
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.