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 |
How to save the log information in a file for future use
How to limit decimal places for variable using proc means?
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
who is the best SAS clinical Trainer in Hyderabad?
what is a post baseline?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
how do the in= variables improve the capability of a merge? : Sas programming
Identify statements whose placement in the DATA step is critical.
Explain how merging helps to combine data sets.
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?