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 |
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?
Explain recursion with an example.
i am exeprienced person what is selection process
what is apt_dump_score in datastage where it is useful
any drawback are there in mantis?
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
What is the use of sas software? Is sas and sap are different?
can we allocate memory for interface? if no then why?