how to resolve -805. give clear explination for that

Answer Posted / ganesh

chk the program bind or not after compile. and chk the
correct DBRM library in bind

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What os does db2 run on?

570


Explain about dbrm.

607


What are the rules for db2 programming?

641


How to rename a table in DB2 ?

637


What is the use of commit in db2?

628






What is meant by explain?

660


What is the use of db2?

586


What is package in cobol db2?

700


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.

2149


Can you use max on a char column?

638


Define db2 and its databases?

618


What is the cobol picture clause of the db2 data types date, time, timestamp?

613


Is the primary key a clustered index?

607


What is the role of schema in the db2 database?

649


Is ibm db2 free?

573