AUTOFORMAT (AF)
For fixed-format COBOL source programs (the default unless you use compiler directive SOURCEFORMAT(FREE)), AUTOFORMAT changes the margins from 8-71 to 1-250 for any copybook included inside an EXEC HTML block. This preserves any HTML formatting created with the <PRE> tag.
CONFIRM
Causes the preprocessor to echo directives.
DEBUG (D)
Causes the preprocessor to write extra information to the file specified by DEBUGFILE or OUT.
DEBUGFILE
Causes the preprocessor to output a file source.deb where source is the name of your source file. This file contains the expanded source code produced by the preprocessor.
OUT
Causes the preprocessor to output a file containing the expanded source code produced by the preprocessor.
PREPROCESS (P)
Calls a nested preprocessor to read the source file and process COPY statements.
STEPEXEC
Causes the Debugger to output an entire EXEC HTML...END-EXEC block as a single step.
STEPHTML
Causes the Debugger to output each separate line of HTML in a separate Debugger step.
TRACE
Causes the preprocessor to output a file source.trc where source is the name of your source file.
WARN
Causes the preprocessor to output warnings for any errors it finds, either to the .lst file if one is being produced or to the screen.