what is the effect of the options statement errors=1? : Sas programming
Answer / Mrinal Kaushick
The OPTIONS statement with ERRORS=1 in SAS changes the default behavior for how SAS handles errors. With ERRORS=1, SAS will continue processing data steps even if errors occur, but it will issue a warning message and set the system option _ERROR_= to 1. This allows you to use the PROC MEANS or PROC SQL procedures to analyze the number of observations read and written in the data step.
| Is This Answer Correct ? | 0 Yes | 0 No |
how many types of MERGE?
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
What is the difference between one to one merge and match merge? Give an example.
Explain data_null_?
Are you involved in writing the inferential analysis plan? Tables specifications?
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?
define table lookup and how may ways it can be done...explian
What do you code to create a macro? : sas-macro
What is the difference between order and group variable in proc report?
how many types prompting framework can be broken down to? : Sas-bi
how do u test a pros sql(works or not) without executing it?
What is proc sql pass through facility?