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
Is db2 free?
What are the bind parameters ibm db2?
What are the full forms of spufi and dclgen and why are they used?
can we view the access paths created by dbrm ? how ? thx
What does a deadlock mean in DB2?
How to find schema of a table in db2?
Which command is used to connect to a database in DB2 ? Give the Syntax.
How do I add a column in db2?
What is the connection string to connect to the DB2 Database ?
What is load replace in db2?
Comment whether the cursor is closed during commit or not.
How does coalesce work?
What is the use of db2 optimizer?
What is plan in cobol db2?
What is db2 plan table?