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 |
Can you use max on a char column?
How does a cursor work?
in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
what is difference between Plan and Package
what is + sign and -ve sign for sql code ?
What Utility is used to migrate DB2 from one release to the next?
What is load replace in db2?
Is db2 a programming language?
How do you insert a record with a nullable column?
How is the value function used?
Explain db2.
How does coalesce work?