🎴 Flashcard Mode

Programming Languages and Concepts: SAS, SQL, and Object-Oriented Design

Card1 / 20
Mastered0
Review0
QuestionClick to flip

INFORMATS are used in SAS for

AnswerClick to flip back
A
To instruct SAS to read in values.
💡 Explanation:

In SAS, informats specify instructions for reading raw data from external files or input streams and converting them into internal numeric or character variables. Formats, conversely, are used for writing or displaying values. Options indicating dropping variables or writing values are incorrect tasks for informats.

Change Mode