wht steps we need will coding cobol and db2 pgm ?
Answer Posted / ankitha
when you start coding any DB2 pgms you should include SQLCA
and DCLGEN member in w-s section and perform activities of
coding which need to be processed in procedure division.
all statements should be scoped in EXEC SQL and END-EXEC scope
only and you should precompile, create package and plan, you
should run this pgm by using plan. these are the steps we
follow these days.
i this this will help you
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is host variable in db2 cobol?
Mention some fields that are a part of sqlca.
What is database alias db2?
Explain in detail about buffer manager and its functionalities?
Mention the different locking levels that are available in db2.
Is db2 a mainframe database?
How do I delete a table in database?
What is the result of open cursor statement?
What is copy pending status in db2?
What is image copy in db2?
Explain about rct in db2?
What is a bind card?
What is the physical storage length of the data types date, time, and timestamp?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
How can we retrieve the total number of records in RPG & CLLE?