what happend with out using Commit,when closing cursor and
program?

Answer Posted / praveen

If the program ran successfully, then it will commit.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various isolation levels possible?

649


Explain db2.

620


How to find schema of a table in db2?

572


B37 abend during spufi?

982


How do you eliminate duplicate values in db2?

688






SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2155


When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?

3120


Differentiate between cs and rr isolation levels? Where do you specify them?

587


What do you mean by storage group (stogroup)?

583


Why do chiropractors use drop table?

662


What is nvl in db2?

628


What is cascading rollback?

623


What is concurrency?

711


Where do you specify them?

681


What is dbrm?

645