wht steps we need will coding cobol and db2 pgm ?

Answer Posted / jujubi

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.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by rollback?

651


How do I add a column to a table in db2?

713


What is deadlock in db2?

677


List out the data types available.

798


What is meant by dclgen?

705






What is the use of value function?

728


How is a typical db2 batch pgm executed?

721


What is the use of reorg in db2?

698


How do you pull up a query which was previously saved in qmf?

778


How can you count the number of rows from a table tab?

722


What is the maximum size of a char data type in db2?

672


What is a db2 collection?

688


Explain correlated sub-queries.

663


What is drop table?

661


How to check last update on table in db2?

708