When using Micro Focus 2.2 to compile a .NET 2013 application's INTERFACE that references a COBOL copybook which contains an 88 level, the error "COBCH1747: Only properties and events allowed in interface data division"surfaces. The copybooks are old, legacy system copybooks so we can't easily remove all 88 levels. To temporarily bypass this compile error, changed interface to no longer reference copybook but instead use an 01 level with a PIC clause but this is not the desired solution.
NOTE: This was not an issue when same application compiled with .NET 2010 under previous version of Micro Focus.