What is the effect of the OPTIONS statement ERRORS=1?
Answers were Sorted based on User's Feedback
Answer / anand kumar
Stop on errors 1 (if you set this option to 1 the session
will be stopped after occurance of 1 error row. if it is 0
theĆ session will not be stopped even u got n number of
errors.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / joshu
options error :set a limit for data errors.
options error=1 then after executing if errors are more than 1 it stops the session.
options error =max (default)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suraj sarjine
this error=1 option will sort out all the observation
having errors in the data set,and we can make a seperate
data set with errors data.
this technique is used for finding errors in the data set.
| Is This Answer Correct ? | 3 Yes | 5 No |
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
which worker is involved in all the phases of SDLC?
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
smal talk is pure object oriented or not?
how to work search engine? plz detail answer me.
what is difference between restoring and non restoring division?
what is lazy loading in hibernate?Explain in detailed manner?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
what is different between kenerl mode and user mode?