- In which portion of a SAS data set are the following found?
- The name of the data set.
- The type of the variable Salary.
- The creation date of the data set.
- In this PROC CONTENTS output, what is the default length of the variable Month?
Alphabetic List of Variables and Attributes |
# |
Variable |
Type |
Length |
1 |
Month |
Num |
? |
- Which LIBNAME statement has the correct syntax?
- Which PROC step successfully prints a list of all data sets in the orion library without printing descriptor portions for the individual data sets?
- In this data set, what type of variable is Employee_ID?
Obs |
Employee_ID
|
Last
|
Salary
|
1 |
. |
Ralston |
29250 |
2 |
120101 |
Lu |
163040 |
3 |
120104 |
Billington |
46230 |
4 |
120105 |
Povey |
27110 |
5 |
120106 |
Hornsey |
. |
- What type of data set is the input data set in this PROC PRINT step?
proc print data=order_fact;
run;
- A numeric variable can store numeric values with a maximum of eight digits.
- Which of the following is not true of SAS date values?
- Which statement about SAS libraries is true?
- Which of the following librefs is valid?
|