What is the syntax of SELECT statement when embedded in a
COBOL program?
Answer Posted / guest
EXEC SQL
SELECT STATEMENT : HOST VARIABLE NAME
END-EXEC.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are the two types of logging in the db2 database? Explain them.
What is bind and rebind in db2?
What is a db2 cursor?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
can we view the access paths created by dbrm ? how ? thx
What is the usage of open cursor command?
What is dbrm? What it contains?
What is a db2 schema?
Explain how can you do the explain of a dynamic sql statement?
List out the three types of page locks that can be held.
What is schema in db2?
How to check sequence on a table in db2?
How to execute stored procedure in db2 command editor?
What are the rules for db2 programming?
What is meant by union and union all?