How do you prepare a COBOL + DB2 program from coading till
execution ?
Answer / kaushik datta
1.Code the program with all DB2 statements inside EXEC
SQL/END-EXEC statements
2.Compile the program with suitable compile JCL/ENDEVOR.In
endevor give proper processor group
3.Package Bind the program. M.5.1.5.4
4.Create proper JCL to run that.You can you IKJEFT01
5. Run the JCL.Your program loadb should be in the library
mentioned in the STEPLIB of run JCL
| Is This Answer Correct ? | 9 Yes | 4 No |
when does the SQL statement gets executed when you use cursor in the application programming ?
Explain correlated sub-queries.
How to execute stored procedure in db2 command editor?
how can you save the query in QMF?IS IT POSSIBLE OR NOT.IF POSSIBLW HOW?
What is meant by the attachment facility?
What is the difference between a package and a plan?
6 Answers Infosys, L&T, Mphasis,
What is a DBRM, PLAN ?
What is the use of with ur in db2?
What is db2 look?
When do you use the IMAGECOPY?
What is meant by a unit of recovery?
what is the use of commit ? and what is the syntax?