Hi, COBOL Gurus,
I would like to know how to instruct my COBOL program to produce a detailed log that has every statement of the COBOL program in the order that they are executed. The program has 193 performs and I want to see the order of execution.
I am running on an IBM mainframe. Here is the EXEC statement from the JCL.
EXEC COBMCBG,CPARM='NOSOURCE',REGION.GO=0M .
Any help would be greatly appreciated.
I would like to know how to instruct my COBOL program to produce a detailed log that has every statement of the COBOL program in the order that they are executed. The program has 193 performs and I want to see the order of execution.
I am running on an IBM mainframe. Here is the EXEC statement from the JCL.
EXEC COBMCBG,CPARM='NOSOURCE',REGION.GO=0M .
Any help would be greatly appreciated.