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
What do you mean by rollback?
How do I add a column to a table in db2?
What is deadlock in db2?
List out the data types available.
What is meant by dclgen?
What is the use of value function?
How is a typical db2 batch pgm executed?
What is the use of reorg in db2?
How do you pull up a query which was previously saved in qmf?
How can you count the number of rows from a table tab?
What is the maximum size of a char data type in db2?
What is a db2 collection?
Explain correlated sub-queries.
What is drop table?
How to check last update on table in db2?