HP 3000 Manuals

$PREPROCESSOR [ HP COBOL II/XL Quick Reference Guide ] MPE/iX 5.0 Documentation


HP COBOL II/XL Quick Reference Guide

$PREPROCESSOR 

The $PREPROCESSOR command allows you to change the default characters
used in macro definitions and names.

Syntax 

     $PREPROCESSOR parameter=subparameter [, parameter=subparameter ]

Parameters 

parameter        one of the keywords shown below.  Each may be used only
                 once in a given $PREPROCESSOR command.

                 KEYCHAR specifies that the initial character of all
                 macro names is to be subparameter.

                 PARMCHAR specifies that the initial character of all
                 formal parameters in macro definitions is to be
                 subparameter.

                 DELIMITER specifies that the delimiting character in a
                 macro string-text is to be subparameter.

subparameter     the character to be used in replacing the currently used
                 initial character or delimiter.



MPE/iX 5.0 Documentation