Which statement is true about the output dataset?
The following SAS program is submitted:
data WORK.ACCOUNTING;
set WORK.DEPARTMENT;
label Jobcode=’Job Description’;
run;
Which statement is true about the output dataset?
A . The label of the variable Jobcode is Job (only the first word).
B . The label of the variable Jobcode is Job Desc (only the first 8 characters).
C . The label of the variable Jobcode is Job Description.
D . The program fails to execute due to errors. Labels must be defined in a PROC step.
Answer: C
Latest A00-231 Practice Questions with 262 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments