SYSVLONG Automatic Macro Variable

Contains the release number and maintenance level of SAS software that is running.
Type: Automatic macro variable (read only)
See: SYSVER Automatic Macro Variable and SYSVLONG4 Automatic Macro Variable

Comparisons

SYSVLONG provides the release number and maintenance level of SAS software, in addition to the release number.

Example: Identifying a SAS Maintenance Release

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