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
explain what is data set in sas? : Sas-administrator
Differentiate between format and informat? : sas-grid-administration
How to test the debugging in sas?
what is the use of proc contents and proc print in sas? : Sas-administrator
What is the difference between using drop = data set option in data statement and set statement?
what is star schema? : Sas-di
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is the basic syntax style in SAS?
Explain the difference between nodup and nodupkey options?
What versions of SAS have you used (on which platforms)?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
what is sas and what are the functions? : Sas-administrator
What are SAS/ACCESS and SAS/CONNECT?
What function CATX syntax does?