Question 29:

 The following SAS program is submitted:

 data work.products;

 Product_Number = 5461;

 Item = '1001';

 Item_Reference = Item'/'Product_Number;

 run;

 Which one of the following is the value of the variable ITEM_REFERENCE in the output data set?

  1. 1001/5461
  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 : 4 Exp : The program fails to execute due to errors. Since there i s no concatenate symbol between them.

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