wht steps we need will coding cobol and db2 pgm ?

Answer Posted / niveditha

This question does not make any sense. please explain correctly

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?

1919


How to find the maximum value in a column in the db2 database?

687


What is the difference between plan and package in db2?

689


Give the name of some fields form sqlca.

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.

2268






What is the use of db2 optimizer?

695


What is runstats utility in db2?

681


What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?

824


What are bind parameters in db2?

691


When the like statement is used?

729


What is the purpose of rollback and commit?

678


My sql statement select avg(salary) from emp yields inaccurate results. Why?

736


How do I change the column size in db2?

709


What is a bind card?

770


What is explain in db2?

656