PP_01
|
P(path\mypreprocessor.ext)
or, for precompilers (Windows only):
PCOMP(path\myprecompiler.ext)
|
Where
path\mypreprocessor.ext is the full path to the executable file for your preprocessor or precompiler.
|
PPName_01
|
PreprocessorName
|
The name of the preprocessor or the precompiler (Windows only) as it should appear in
Enterprise Developer.
For example: “XYZ preprocessor”.
|
PPOptions_01
|
Preprocessor arguments
|
Arguments to pass to the preprocessor when it is selected in
Enterprise Developer. Optional (you do not need to specify
PPOptions_01 if the preprocessor does not take any arguments).
For example, the XYZ preprocessor might recognize “-r -s” as valid arguments.
|
PPExtension_01
|
ext
|
File extensions that should be treated as COBOL by
Enterprise Developer so they are recognized as a valid resource for the COBOL Compiler. Optional.
(Windows only) Source code that needs to be processed by a precompiler often does not have a
.cbl extension. If the extension is not defined using this registry entry, such files will be ignored.
|
PPBGP_01
|
1 or
0
|
A Boolean to specify if background parsing is supported (1) or not (0).
|