Syntax and Behavior • The EXHIBIT statement is not supported by isCOBOL.It can be replaced by a DISPLAY statement. If EXHIBIT was used alone, the replacement can be done using the -rc compiler flag: -rc=display,exhibit If EXHIBIT was used with either NAMED or CHANGED clauses, then it must be handled through regular expression. In this case, add the following entry to the Compiler configuration: iscobol.compiler.regexp="(?i)((EXHIBIT)\\s+(NAMED)?\\s+(CHANGED)?)|(EXHIBIT)" "DISPLAY"