What is the effect of the OPTIONS statement ERRORS=1?

Answers were Sorted based on User's Feedback



What is the effect of the OPTIONS statement ERRORS=1?..

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

What is the effect of the OPTIONS statement ERRORS=1?..

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

What is the effect of the OPTIONS statement ERRORS=1?..

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

Post New Answer

More Programming Languages AllOther Interview Questions

1.) - Design the class model and produce a class diagram for a set of vehicle types for a vehicle manufacturer. At a minimum, the class model should include the following information: - Type of vehicle (e.g. sedan, truck, etc), - Number of seats - Number of doors - Color of the vehicle - Transmission type (auto vs manual) - Engine’s rated horsepower - Number of engine cylinders - Engine size (in liters) - Number of stereo speakers - Does it include satellite radio? - Does it have a CD player? (and if so, how many CDs can it hold?) - Is it front, rear, all, or 4 wheel drive? - Truck bed type (e.g. short, standard, long) - Trunk size (for those vehicle types that have a trunk) 2.) I want to create an in-memory definition for a set of airline routes for a small airline company. I want to maintain a list of all of my planes and their current locations (or their destination location if they are currently in the air). One of the possible locations needs to be “hangar” for maintenance or repairs. I want to have the full airline schedule available so that I can look for available flights. I also want to store information on which planes are operating each schedule. Assuming that a customer comes to the ticketing counter at one of my airports when it opens at 6:00am, I want to be able to give a customer the fastest option to get from one airport to another. Keep in mind that it may take more than one flight to get from one airport to another. Describe how you would fulfill this request with your design. 3.) I want to create a course registration database for a university. I want to store information for each department, information for each course (including which department they’re offered under as well as which professors are teaching them), information for each professor, and the list of the registered students and which courses each student has registered for. Keep in mind that an instance of a course could be taught by multiple instructors (i.e. one instructor for the first half of the course and then a different instructor for the second half). Also keep in mind that there could be multiple instances of a given course offered by different sets of instructors (e.g. offered by Bob Smith on Mondays & Wednesdays at 10am and Bill Jones on Tuesdays & Thursdays at 1pm). Design a set of database tables to store this information. 4.) Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 5.) Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?

1 Answers   GE,


Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout

0 Answers  


what are the steps for creating prompt table dynamically for the specified field

0 Answers  


What is Boxing?

3 Answers  


Write a program to find factorial of a number using functions

0 Answers   Peerless,






how to stop execution of step 3 in a job mainframe

0 Answers  


What is meant by QUEUE?

4 Answers   Mascot,


What is procedural oriented language language..? give some examples of this language....?

0 Answers  


What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?

0 Answers  


What sysoption determines where the macro facility searches a specific catalog for complied macro?

0 Answers   GE,


hoe to data grid use in sql server 2000?

0 Answers   HCL,


In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?

0 Answers   DST Global Solutions,


Categories