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
Can you use max on a char column?
What is dbrm in db2 database?
Explain the function done by data manager?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
Define sqlca.
What is meant by explain?
What is sqlca’s maximum length?
Which component is responsible for db2 startup and shutdown?
What types of tables are there in the db2 database?
Give a brief description of db2 isolation levels?
What is an instance database?
Differentiate between cs and rr isolation levels? Where do you specify them?
How can you find out the # of rows updated after an update statement?
How do I delete a table in database?
What is the picture clause of null indicator variable?