wht r the requirements for writing a cobol-db2 pgm ?
Answer Posted / tej
1. Declare the table structure you wanted to access in
working storage section or linkage section.(Can use DCLGEN
here).
2.Declare host variables in Working storage section.(if
DCLGEN used no need of declaring these host variables
separately).
3.Include SQLCA.
3.Now you can add the embedded SQL statements to your program.
Please add if i missed any other info..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the role of union all and union
Explain dclgen.
What is db2 bind?
What are types of indexes?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is package in db2 mainframe?
What is the use of dclgen in db2?
Explain the function done by data manager?
Explain about mirror activator disk mirroring?
What is the difference between oracle and db2?
Before you give the explain statement, what are the prerogatives?
What is the difference between cursor and select statement?
How do I connect my db2 database to ibm?
Explain the function of data manager.
How does cobol compile db2 program?