Skip to main content

Problem:

Compiling a CGI program produces the following error:

Server Express Embedded HTML Preprocessor
Version 5.1.0.2 Copyright (c) 1984-2008 Micro Focus (IP) Limited.
*  645P         copy 'mic1999.html'.
* 803-S*******************                                             (   0)**
**    Integrated preprocessor message
**    HTML splitter error 002

Resolution:

The HTML file being included in a COBOL Source cannot be marked with READ-ONLY attribute. 

This is because if any line in the HTML file is too long to be processed by the checker, it will be modified by the HTML Splitter before feeding into the checker, therefore it has to be a writeable file.

This will be added to the documentation in wrappack 17.