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
6 months, 4 weeks agoMisty2287
11 months agomhminkov
3 years agoKleinstone
3 years, 5 months ago