SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Debugging and Testing DATA Steps
Understanding DATA Step Processing


Question: At the end of the DATA step, which action does not occur?


All of the variables in the program data vector, including the automatic variables, are written to the data set as part of the observation.
Control returns to the top of the DATA step.
The value of variables created in programming statements, such as the assignment statement, are reset to missing.


  back||next

 

Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement