The following SAS program is submitted:
data test;
set chemists;
jobcode = 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?
Lisa_L
3 months agoMisty2287
7 months, 1 week agomhminkov
2 years, 9 months agoKleinstone
3 years, 1 month ago