Problem description:
When debugging a COBOL CICS program it calls another COBOL module and immediately gets an initialization error.
In MFE it works using the same program, same compile process, same CBL member but in EDZ it doesn't work.
Resolution:
After examining the customer's environment, we found that the Variable accessed in Linkage is not passed via the calling Program. We found their called program which is non-CICS program that has CICS preprocessor option checked. We unchecked CICS preprocessor option, and after compilation the linkage variable was passed correctly during debugging and the problem has been resolved.
Additional Keywords:
RTS114 CICS MFE Initialize called program
#EnterpriseDeveloper
#MFDS
