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
Give e an example of..
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
how does sas handle missing values in functions? : Sas programming
How can you create a macro variable with in data step? : sas-macro
how can you import .csv file in to sas? : Sas programming
What can be the size of largest dataset in SAS?
Which function is used to count the number of intervals between two sas dates?
what is the basic structure sas administrator? : Sas-administrator
To what type of programms have you used scratch macros?
Difference between nodup and nodupkey options?
what is the use of proc contents and proc print in sas? : Sas-administrator
Explain data step in SAS
How to test the debugging in sas?
For clinical entire study how many tables will create approx?
Intern stastical programmer written test