In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / latha reddy
1)Compilation Phase
When you submit a DATA step,it reads the input statements
it creates an input buffer and brings the variables and
observations.it is a logical memory area.
and pdv brings the observations at a time from input buffer
and checks the errors.
PDV contains 2 automatic variables _n_ & _error_ ,these
checks the erros in observations.
_n_ : indicates the no of obs.
_error_: 1 if error occured
0 if no error
After that it assigns the datavalues to appropriate
variable and build a sas dataset.
2)Execution Phase
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the difference between the proc sql and data step?
explain about data integrator metadata reports? : Sas-di
AE datasets names? how many types?
what is null hypothesis? why do you consider that?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Differentiate input and infile.
What is your favorite all time computer book? Why?
What are the five ways to do a table lookup in sas? : sas-grid-administration
what are several options for creating reports in web report studio? : Sas-bi
what do you mean by data staging area? : Sas-di
what is sas enterprise intelligence architecture? : Sas-bi
Name few SAS functions?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What is the basic structure of a sas program?
What is the difference between one to one merge and match merge? Give an example.