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 |
What is the use of runstats in db2?
What technique is used to retrieve data from more than one table in a single SQL statement?
What is with ur in db2?
How to insert more than one record using insert?
What is the use of commit in db2?
Can i insert bulk records into a db2 table using qmf of spufi only............!!!
There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........
How can you compare table column after update and before update?
What is the difference between CS and RR isolation levels?
what needs to be done if a table is in copy pending / check pending status?
What is meant by repeatable read?
What does the sqlcode of -818 pertain to?