What is the result of submitting the FORMAT procedure step?
The SAS data set WORK.TEMPDATA contains the variables FMTNAME, START and LABEL and it consists of 10 observations.
The following SAS program is submitted:
Proc format cntlin=wor.tempdata;
Run;
What is the result of submitting the FORMAT procedure step?
A . It uses the WOR
B . TEMPDATA SAS data set as input to create the format
C . All formats created will be stored in two WOR
D . TEMPDATA SAS data set
E . An ERROR message is written to the SAS log because the program is incomplete
F . NO formats are created in this step
Answer: A
Latest A00-212 Practice Questions with 184 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments