Question 37 : 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?

  1. chem2
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 2

 Explaination : 

You can access to full explanation to question and answer from this page.