Multiple choice technology programming languages

While working with Formats,If you don't specify the LIBRARY= option, your formats are stored in Work.Formats, and they exist

  1. only for the current procedure

  2. only for the current DATA step

  3. only for the current SAS session

  4. permanently

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

When you create user-defined formats without specifying a LIBRARY= option, SAS stores them in the Work.Formats catalog. The Work library is temporary and exists only for the current SAS session - when you end the session, Work and its contents are deleted.