wht steps we need will coding cobol and db2 pgm ?
Answer Posted / yuvaevergreen
step1>>put all the sql statements in cobol program inside
exec sql and end-exec.Because precompiler identifies using
sql using these keywords.
step2>>all sql statements should be within 12th and 72th
column in program.
step3>>Include the dclgen if created or use the host
variable declaration name and sqlca.
step4>>precompile,compile,bind,linkedit and execute.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is dbrm library?
What is db2 stogroup?
What types of tables are there in the db2 database?
Explain db2.
Is db2 a database?
What is load replace in db2?
Which is faster delete or truncate?
Explain about rct in db2?
Is db2 free?
What is clone table?
Can one database have multiple instances?
How to check sequence on a table in db2?
What is the difference between nvl and coalesce?
What does db2 plan contain?
What are concurrency issues?