How do you prepare a COBOL + DB2 program from coading till
execution ?
Answer Posted / 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 |
Post New Answer View All Answers
What is db2 bind process?
What is dclgen (declaration generator)?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
What is an instance database?
What is a system catalog table in db2?
Is schema the same as database?
What is a db2 collection?
What is meant by union and union all?
How to resolve deadlock issue
Define predicate?
How to check table size in db2 sap?
What are the benefits of using the db2 database?
How can you do the explain of a dynamic sql statement?
How do I copy a table in db2?
What is the function of logging in the db2 database?