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
Highlight all the advantages that are attached to a package.
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is the difference between bind and rebind in db2?
What is package in db2 mainframe?
Where can you declare a cursor in a cobol-db2 program?
What is host variable in db2 cobol?
How can record locking be achieved in those DB2 versions which do not support it?
What is iseries database?
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.
What is collection in db2 bind?
What is performance tuning db2?
Why do we need reorg in db2?
What is the maximum size of varchar data type in db2?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.