What are the valid values of SYSENV macro variable
-
FORE, BACK
-
OpenVMS,WIN, HP 300
-
Batch,Interactive
-
All of the above
A
Correct answer
Explanation
The automatic SAS macro variable SYSENV indicates whether the SAS session is running in the foreground or background. It only accepts two valid values: FORE (for interactive or foreground execution) and BACK (for non-interactive or background execution). Other options represent operating systems or incorrect terminology.