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 |
What do you meant by Runtime Polymorphism?
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
how many types of bytes are there???
Any real time example of O2C process from taking order till creating invoice.
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
hi friends i am ravi here , i have one problem at starting at the interview that is i have my 3+ it(java) years experiance profile so if i attend the interview interviewer ased me tel me about your profile so i not able to explain because i dont knw where to start and where to end and i dont know what i should tel and what i shouldnot tel .....so can any body please clear m doubts clearly.............please help me friends,i am awaiting for friends reply please.............
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
what are the missinschema properties and should we pass primary key in select command
Code for display the images from drive using vb 6.0?
What is the difference between procedure -oriented language and object oriented language?
22 Answers IBM, Infosys, TCS,
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
what is delegats ?