Multiple choice technology programming languages

The attribute information includes the variable’s name, type, ......

  1. Length

  2. Format

  3. Informat

  4. Label

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

In SAS, variable attributes define the properties of a variable. The name identifies the variable, type determines if it's numeric or character, length defines storage size, label provides a descriptive text, format controls output appearance, and informat specifies how to read raw data values. All four options listed are valid SAS variable attributes.