Chapter Contents |
Previous |
Next |
SYSVLONG |
Type: | Automatic macro variable (read only) |
See also: | SYSVER |
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 maintenance release: &sysvlong;
Submitting this statement (for a user of Release 6.12) writes this to the SAS log:
I am using maintenance release: 6.12.0005P123199
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.