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
1 month, 1 week agoMisty2287
5 months, 2 weeks agomhminkov
2 years, 7 months agoKleinstone
2 years, 12 months ago