Problem:
We have COBOL programs that contain copy statements in the Procedure Division that contain pre-processed (generated) code from mainframe CICS. How can we use this in MFE?
Resolution:
Mainframe Express does not support translated IBM CICS preprocessor statements. DFHECI and its parameters have no meaning for Mainframe Express because it generates its own translated statements from the EXEC CICS API statement. The translator produces different underlying generated Cobol statements but our functionality is the same. If you are in a situtation where a vendor has supplied this code, the vendor should be contacted to obtain new copybooks with only the EXEC CICS statements.
#MFDS
#EnterpriseDeveloper




