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 |
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
proc means? proc sort? proc append? proc freq? proc print? proc content?
How do you read in the variables that you need?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
What is substr function?
How can you create a macro variable with in data step? : sas-macro
why is the use of Retrive statement and give me with example?
how does sas handle missing values in a merge? : Sas programming
How do you control the number of observations and/or variables read or written?
What is the use of divide function?
how do the in= variables improve the capability of a merge? : Sas programming