Multiple choice technology programming languages

SAS DATASETS can be TEMPORARY and as well as PERMANENT.

  1. True

  2. False

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

SAS datasets can indeed be both temporary and permanent. Temporary datasets exist only during the SAS session and are stored in the WORK library. Permanent datasets are stored in a permanent library on disk and persist across sessions. This is a fundamental characteristic of SAS datasets.