Multiple choice technology programming languages

What is true about the user defind format

  1. stored in sashelp.formats

  2. stored in sasuser.formats

  3. temporary not stored anywhere

  4. Stored in a SAS catalog

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

User-defined formats in SAS are stored in SAS catalogs, not in SASHELP or SASUSER libraries. These catalogs are typically associated with a specific library using the LIBRARY option in PROC FORMAT. Formats are temporary unless explicitly stored in a permanent catalog.