Finding COBOL or COBOL - DB2

How to find a program whether it is a COBOL or COBOL-DB2 program by looking at JCL?

Questions by clrMFint

Showing Answers 1 - 6 of 6 Answers

saransh

  • Mar 14th, 2014
 

The JCL must have a DBRM module in the JCL.

  Was this answer useful?  Yes

PK.Ganapathy

  • Jan 7th, 2015
 

Pure COBOL programs can be executed by EXEC PGM=. DB2 programs will need to be executed by EXEC PGM=IKJEFT01 with the SYSTSIN DD card with the plan/program name. If you are using IMS for checkpointing, then it is a little tricky.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions