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 the use of reorg in db2?
What is db2 purescale?
What is the default page size of buffer pools?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Why do chiropractors use drop table?
Can there be more than one cursor open for any program?
What is commit in db2?
What is the difference between cursor stability and repeatable read isolation levels?
What do you mean by storage group (stogroup)?
What is dbrm?
is it compulsory commitment control in journal?
Discuss about db2 bind?
How to create db2 table in mainframe?
Are views updateable?
How to fetch the last row from the table in SQL (db2)?