Answer Posted / vijay
suresh is write.
_n_ : gives the number of times SAS system looped through a
data step
Sudheer's answer is for _error_ :
_error_ : gives value of 0 or 1 depending on it is error or
not..if it is an error _error_ value will be 1 else 0
| Is This Answer Correct ? | 35 Yes | 10 No |
Post New Answer View All Answers
What is the use of PROC gplot?
What are the difference between the sas data step and sas procs?
How would you identify a macro variable?
what are some differences between proc summary and proc means? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
How would you define the end of a macro? : sas-macro
Are you sensitive to code walk-throughs peer review or QC review?
What is the use of function Proc summary?
what is operational data and operational system? : Sas-di
What is the purpose of _character_ and _numeric_?
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
What is the difference between match merge and one to one merge?
Approximately what date is represented by the SAS date value of 730?
What is the use of %include statement?
Give some examples where proc report’s defaults are different than proc print’s defaults?