can i code union in cobol-db2 pgm ?
Answers were Sorted based on User's Feedback
Answer / lu
Sure you can...union is like to check the existence row in
many differents tables...
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / krishna
Deafnetly you can use,
if union is coded in cobol-db2 program cursor declaration
is mandatory
| Is This Answer Correct ? | 10 Yes | 2 No |
How to restart a DB2 program?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
what is the use of commit ? and what is the syntax?
What is cursor?
What is nvl in db2?
How to insert more than one record using insert?
Under what circumstances will DB2 allow an SQL statement to update more than one primary key value at a time?
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
When can an insert of a new primary key value threaten referential integrity?
wht is d/f between union and joins ?
What is meant by explain?
Why do we use cursor?