Multiple choice technology programming languages

INFORMATS are used in SAS for

  1. To instruct SAS to read in values.

  2. instruct SAS to drop the variables.

  3. instructs SAS to write the values of the variable.

  4. To provide value for the variables.

Reveal answer Fill a bubble to check yourself
A Correct answer
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.