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 |
Define Abstract method & class with Example
6.int x=10; float y=20; a=x%2=? b=y%2=?
what is difference between java and c#
4.Write a program to get the string in array and print that? or Without using loop print the array.
write a program for finding the union of two integer array in java?
plz send me NIC Scientific Officer /Engineer-SB(Programmer) previous question paper or syllabus
what is oops?
What is the best action a system can take when deadlock is detected
what is the diffrence between software and hardware language?
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?