Chapter 6: Understanding DATA Step Processing
-
Which of the following is not created during the compilation phase?
-
the data set descriptor
-
the first observation
-
the program data vector
-
the _N_ and _ERROR_ automatic variables
Correct answer: bDuring the compilation phase, the program data vector is created. The program data vector includes the two automatic variables _N_ and _ERROR_. The descriptor portion of the new SAS data set is created at the end of the compilation phase. The descriptor portion includes the name of the data set, the number of observations and variables, and the names and attributes of the variables. Observations are not written until the execution phase. -
-
During the compilation phase, SAS scans ...
Get SAS Certification Prep Guide: Base Programming for SAS 9, Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.