In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / sirisha
My logic is when ever u submit a d/step for execution sas
checks the syntax of all of the sas statements and then
compiles them i.e it will automatically translate the
statements into machine code...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is program data vector (pdv)?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What sas features do you use to check errors and data validation?
How to specify variables to be processed by the freq procedure?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
how to change the execute of macro
what is sas business intelligence? : Sas-bi
What are the statements in proc sql?
What are the different types of sas functions?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
how to remove duplicates using proc sql?
What is the basic syntax style in SAS?
What is SAS informats?
How to read an input file in sas?