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
Explain by-group processing?
What are common programming errors committed in sas
How many ways to overcome a missing values???
How does the internal authentication work in sas? : sas-grid-administration
Name and describe few sas character functions that are used for data cleaning in brief.
Describe the function and utility of the most difficult SAS macro that you have written?
Approximately what date is represented by the SAS date value of 730?
how to change the execute of macro
what is SAS OPTIMIZATION?
how to read the variables in sas? : Sas-administrator
What is the basic structure of the SAS base program?
Explain the difference between informat and format with an example.
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the difference between the proc sql and data step?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi