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 the reason behind not using select * in embedded sql programs?
is it compulsory commitment control in journal?
How to create db2 table in mainframe?
what is the role of the cursor in db2?
What is null indicator in cobol db2?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is a collection in db2?
What is runstats and reorg in db2?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
Define buffer pool.
What kind of database is db2?
What are the rules for db2 programming?
Explain about open switch business continuity software?
What is db2 bind?
What is the max length of sqlca?