Question 59 : The following SAS program is submitted:

 data work.building;

 code='DAL523';

 code='SANFRAN604';

 code='HOUS731';

 run;

 Which one of the following is the length of the code variable?

  1. 6
  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

 Ans : 1

 Exp : The DATA step first goes through a compilation phase, then an execution phase. The length of a variable is set during the compilation phase and is based on the first time the

 variable is encountered.

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