Previous Topic Next topic Print topic


Example Integrated Preprocessor

Note: The Integrated Preprocessor is supported for native COBOL only.

An example integrated stackable preprocessor is available in Samples Browser - click and open the Preprocessor sample. Follow the instructions in the sample readme to build and debug the preprocessor.

The example preprocessor can be used as a basis for other preprocessors, and demonstrates the following:

Specification of the Example Preprocessors

The example preprocessor recognizes and processes several verbs as follows:

  • MOV is converted to MOVE
  • DIS is converted to two lines, the first being a DISPLAY of a blank line and the second containing the original line with the word DIS replaced by DISPLAY
  • RETRIEVE is converted to COPY, and is expanded by the preprocessor
Previous Topic Next topic Print topic