SAS_Institute
A00-201 · Question #86
Given the following SAS code snippet, and a value for the variable JOBCODE as 'chem2': then description = 'Senior Chemist'; else description = 'Unknown'; run; Which one of the following values does…
The correct answer is B. Unknown. See the full explanation below for the reasoning.
Question
Given the following SAS code snippet, and a value for the variable JOBCODE as 'chem2':
then description = 'Senior Chemist';
else description = 'Unknown';
run;
Which one of the following values does the variable DESCRIPTION contain?
Options
- AChem2
- BUnknown
- CSenior Chemist
- D'' (missing character value)
How the community answered
(27 responses)- A4% (1)
- B74% (20)
- C15% (4)
- D7% (2)
Community Discussion
No community discussion yet for this question.