Random Flashcards
1
Q
Which statements allow you to control the order in which variables are displayed? (6)
A
- array
- attrib
- format
- informat
- length
- retain
2
Q
What type of variable list is each of these an example of:
- X1-X50
- ID – ABC, x-numeric-a, x-character-a
- SUM(of Sales)
- _NUMERIC_, _CHARACTER_, _ALL_
A
- Numbered range lists
- name range lists: chooses all variables from ID to ABC. Chooses all numeric variables from x to a. Chooses all character variables from x to a.
- name prefix lists
- special SAS name lists