In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / vijay
first step is comilation. during compilation it will check
for syntax errors
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
for what purpose would you use the retain statement? : Sas programming
What do you understand by the term Normal Distribution?
how does sas handle missing values in procs? : Sas programming
What is the difference between using drop = data set option in data statement and set statement?
how could you generate test data with no input data? : Sas programming
Explain why double trailing @@ is used in input statement?
Give some examples where proc report’s defaults are same as proc print’s defaults?
How to sort in descending order?
What is the length assigned to the target variable by the scan function?
what are some good sas programming practices for processing very large data sets? : Sas programming
how does sas handle missing values in a merge? : Sas programming
Define run-group processing?
What are the difficulties u faced while doing vital signs table or dataset?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what is the primary data source for the wrs? : Sas-bi