SAS_Institute
A00-212 · Question #12
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…
The correct answer is C. It uses the WORK.TEMPDATA SAS data set as input to create the format. See the full explanation below for the reasoning.
Question
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?
Options
- ANo formats are created in this step.
- BAll formats created will be stored in the WORK.TEMPDATA SAS data set.
- CIt uses the WORK.TEMPDATA SAS data set as input to create the format.
- DAn ERROR message is written to the SAS log because the program is incomplete.
How the community answered
(23 responses)- A9% (2)
- B4% (1)
- C83% (19)
- D4% (1)
Community Discussion
No community discussion yet for this question.