What is the purpose of _error_?
Answer / ravi
the purpose of _error_ is to locate errors in data records. By default _error_ is set to 0, if there is any data error, conversion error the value of _error_ is set to 1.
| Is This Answer Correct ? | 3 Yes | 0 No |
What report output formats can you generate using SAS?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what are different type of sas servers ? On which server does the sas code execute ?
what is option year cuttoff in sas
What are the scrubbing procedures in sas?
Name statements that are execution only?
How does proc sql work?
Mention what is SAS data set?
How many ways to overcome a missing values???