Answer Posted / aravind9882
error=1 means there is error in ur code and sas stops
executing the next code
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Mention how to limit decimal places for the variable using proc means?
how many display types available in sas bi dashboard? : Sas-bi
what is slowly changing dimension? : Sas-di
What versions of SAS have you used (on which platforms)?
How are numeric and character missing values represented internally?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
How will you generate test data with no input data?
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 are the automatic variables for macro? : sas-macro
what does the run statement do? : Sas programming
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
Explain by-group processing?
Can you execute a macro within a macro? Describe. : sas-macro
How do you use the do loop if you don’t know how many times you should execute the do loop?