In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / suresh
First it creates an input buffer and PDV.
After that it initialises all variables to missing
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
How would you identify a macro variable? : sas-macro
List down the reasons for choosing sas over other data analytics tools.
Can you explain the process of calendar?
What are the automatic variables for macro? : sas-macro
Mention how to limit decimal places for the variable using proc means?
what are the categories that sas informats are used to the place the data? : Sas-administrator
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
what is the function of catx syntax? : Sas-administrator
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What sas features do you use to check errors and data validation?
Explain proc sort?
What are symget and symput? : sas-macro
what is the primary data source for the wrs? : Sas-bi
how do you test for missing values? : Sas programming