In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / ganesh kumar
Fisrt action of the flowing is intially it checks the
syntax errors and later on it compiles and does three
things during the compilition process.
first it creates Input Buffer, PDV,Discriptive portion of
the sas Data set.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Approximately what date is represented by the SAS date value of 730?
Tell e how how dealt with..
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
how would you determine the number of missing or nonmissing values in computations? : Sas programming
what are the considerations when picking a SAS/STAT procedure?
What is the function of output statement in a SAS Program?
Explain what Proc glm does?
Do you need to rearrange the order of the data for the report?
Explain proc univariate?
Give e an example of..
What is a put statement?
what is the purpose of _error_? : Sas programming
What is interleaving in SAS?
What is the difference between using drop = data set option in data statement and set statement?