My cobol program(not having any sql statements) is calling
another cobol program ( having sql statements), what is
needed for compilation and run in jcls .
Answer Posted / santy
Hi,
Lets consider the name the calling prg. as PROG1 and
called prg. as PROG2, Pgm PROG1 should be compiled as a
normal CBL pgm, and Pgm. PROG2 should be compiled as a
CoBoL-DB2 pgm. And the Run JCL should call the PGM PROG1,
using IKJEFT01 pgm, since it calls pgm PROG2 with SQL
statements. For the JCL u can refer to the JCLS link in the
same website
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is performance tuning db2?
What are the different types of base tables?
What type of database is db2?
Explain about open switch business continuity software?
What is coalesce in db2?
What is db2 look?
What are foreign keys in db2?
How do I copy a table in db2?
How do I delete a table in db2?
How to check last update on table in db2?
What is precompiler in db2?
How can the duplicate values be eliminated from db2 select?
What is the cobol picture clause of the db2 data types date, time, timestamp?
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.
What is buffer pool?