Multiple choice technology programming languages

What are the valid values of SYSENV macro variable

  1. FORE, BACK

  2. OpenVMS,WIN, HP 300

  3. Batch,Interactive

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.