Multiple choice technology mainframe

Can you open areas in different modes using one open statement?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SAS’s OPEN statement can list several data‑set areas, each with its own mode (INPUT, OUTPUT, etc.). Because the mode is specified per‑area within the same statement, you can indeed open areas in different modes with a single OPEN. The stored answer (True) matches the specification.