If the main program has only cobol statements and subprogram
has the db2 statements what is the procedure for
precompilation. for which program we need to do the
precompilation

Answer Posted / giri12

You can precompile only the sub program.

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bind in db2?

608


How does a cursor work?

558


What is a bind card?

681


How connect db2 database to datastage?

765


What is multi row fetch in db2?

608






What are the various isolation levels possible?

649


What is innodb buffer pool?

564


What are packages in db2?

597


What are the contents of dclgen?

659


What is the maximum number of columns in a db2 table?

725


I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?

1938


What is the physical storage length of the data types: date, time, timestamp in the db2 database?

650


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


Why do chiropractors use drop table?

662


What is a db2 table?

597