Question : 11 Due to growth within the 919 area code, the telephone exchange 555 is being reassigned to the 920 area code.
|
Hits: 3065
|
Question : 12 Suppose you need to create the variable FullName by concatenating the values of FirstName,
|
Hits: 3335
|
Question 13: The SAS data set SASUSER.HOUSES contains a variable PRICE which has been assigned a permanent label of "Asking Price
|
Hits: 6020
|
Question 14:The following SAS program is submitted:data work.empsalary;
|
Hits: 5795
|
Question 15: The following SAS program is submitted:data work.accounting;
|
Hits: 6104
|
Question 16 : Which keyword, when added to the PROC FORMAT statement, will display all the formats in your catalog?
|
Hits: 2853
|
Question 17 : The format JOBFMT was created in a FORMAT procedure. Which FORMAT statement will apply it to the variable JobTitle in the program output?
|
Hits: 2315
|
Question 18 : You can place the FORMAT statement in either a DATA step or a PROC step. What happens when you place it in a DATA step?
|
Hits: 2163
|
Question 19 : Which keyword can be used to label missing numeric values as well as any values that are not specified in a range?
|
Hits: 2169
|
Question 20: How many characters can be used in a label? 1. 40 2. 96 3. 200 4. 256 Correct Answer : 4 Exp : When specifying a label, enclose it in quotation marks and limit the label to 256 characters.
|
Hits: 11647
|