SAS_Institute
A00-211 · Question #218
The following SAS program is submitted: data test; set chemists; itjobcode = Chem2' then description = Senior Chemist'; else description = `Unknown'; run; The value for the variable JOBCODE is…
The correct answer is B. Unknown. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
data test; set chemists; itjobcode = Chem2' then description = Senior Chemist'; else description = `Unknown'; run; The value for the variable JOBCODE is:
JOBCODE ------------- chem2 What is the value of the variable DESCRIPTION?
Options
- Achem2
- BUnknown
- CSenior Chemist
- D
(missing character value)
How the community answered
(18 responses)- A17% (3)
- B72% (13)
- C6% (1)
- D6% (1)
Community Discussion
No community discussion yet for this question.