Question 35: As you know, SAS Data step is executed in two phase compilation and execution phase. During each phase some variables values are assigned or created. Which of the following will not be created in compilation phase?

  1.          Descriptor of the dataset
  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 Exp : All the variables are created during the compilation phase and will not be assigned values until the execution phase. Input Buffer: It is created only when data read from a RAW file, if data read from SAS dataset then it will be read into PDV directly.

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