Coluld anyone hepl me finding out the exect answer for following question.
Q1. Suppose COBOL program A calls B, B calls C.
As of now all the program A, B,C are pure COBOL program and it can be execute with PGM=A in JCL.
Now, due to some requirement, Program C will be calling program D, which is a COBOL+DB2 program.
i) What are the procedure to be done in terms of compilation(suppose program used Dynamic calls)
ii) How to run the program A. Do we need to convert program A from cobol program to COBOL+DB2 and execute it from JCl with PGM=IKJEFT01
i) What are the procedure to be done in terms of compilation(suppose program used Dynamic calls)
The program A(as it will be converted to COBOL+DB2), C (as changes will be done to call program D) and new program D has to be compiled and bind to make time stamp in sycn.
Quote:
How to run the program A. Do we need to convert program A from cobol program to COBOL+DB2 and execute it from JCl with PGM=IKJEFT01
Prgram A has to conver to COBOL+DB2 program and plan has to created for program A. (not sure about the answer and even I am not sure that can be done without converting program A to COBOL+DB2 program.)