Created On:  11 June 2010
Problem:
We are getting the following error when compiling CICS programs "Operand DFHEIGDI is not declared" like this:
60*
* 12-S **
** Operand DFHEIGDI is not declared
** (message applies to code produced by External Compiler Module)
* 348-S******************* **
** Procedure name DFH_MF_EXIT_PROGRAM undeclared, line xx (first usage)
cob32: error(s) in compilation: demo.cbl
60*
* 12-S **
** Operand DFHEIGDI is not declared
** (message applies to code produced by External Compiler Module)
* 348-S******************* **
** Procedure name DFH_MF_EXIT_PROGRAM undeclared, line xx (first usage)
cob32: error(s) in compilation: demo.cbl
Resolution:
This error can be caused by the compiler picking-up an older version of the dfheiblk.cpy copy file. Make sure that you are using the correct dfheiblk definition for the version of the compiler you are using.  This is normally located in the $COBDIR/cpylib directory.
Incident #2458289
Old KB# 31169
#MFDS
#EnterpriseDeveloper

