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
How do I import a csv file into db2?
How do you eliminate duplicate values in db2?
Explain the benefits you can get from mainframe connect?
Can we delete records from view?
Explain correlated sub-queries.
How to test SQL -911 error while developing COB-DB2 program
How to take backup of table in db2?
Explain in brief how does db2 determine what lock-size to use?
If I have a view which is a join of two or more tables, can this view be updateable?
Is db2 a database?
How to check table size in db2 sap?
How does a cursor work?
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?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
can all users have the privilage to use the sql statement select * (dml)?