HTCOBOLPP
COBOL pre-processor.
SYNOPSIS
htcobolpp [ options=hVvdtpxfI ] input-filename [ -o output-filename ]
DESCRIPTION
The COBOL pre-processor program will perform the following functions:
1. Convert COBOL source from fixed to free-form format.
2. Process the COPY/REPLACING statements found in the COBOL sources.
3. Process the REPLACE statements found in the COBOL sources.
4. Print COBOL source listings.
The default output stream is standard output.
Note this version will not automatically convert all tabs to white space.
The expand conversion utility is better suited to perform this task.
OPTIONS
-h Display help.
-d Include debug lines.
-f <input_file>
Input source is in standard fixed column format.
-g Turn on debuging mode.
-I <copy_dir>
Copybooks search directories.
-p <listing_file>
Listing file name.
-o <output_file>
Output file name (default: standard output).
-t <num>
Expand tabs to <num> space(s).
-x <input_file>
Input source is in free form format.
-v Verbose mode.
SEE ALSO
htcobol(1), htcobf2f(1), expand(1)
Man(1) output converted with
man2html