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 are concurrency issues?
Explain about mirror activator disk mirroring?
How do I optimize a query in db2?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What are catalog tables in db2?
How to find schema of a table in db2?
What kind of database is db2?
Explain various types of locks in db2?
is it compulsory commitment control in journal?
What is the maximum number of columns in a db2 table?
How to find the maximum value in a column in the db2 database?
Describe major components of db2?
Explain packages.
What is runstats utility in db2?
What is the syntax for FETCH in DB2 ?