124 lines
1.9 KiB
HTML
124 lines
1.9 KiB
HTML
<HTML>
|
|
<head>
|
|
<title>TinyCOBOL manual - htcobolpp (1)</title>
|
|
</head>
|
|
<BODY bgcolor="#ffffff" text="#000000" LINK="#006699" VLINK="#cccccc">
|
|
|
|
<!-- Manpage converted by man2html 3.0.1 -->
|
|
<H2>HTCOBOLPP</H2><PRE>
|
|
COBOL pre-processor.
|
|
|
|
|
|
</PRE>
|
|
<H2>SYNOPSIS</H2><PRE>
|
|
<B>htcobolpp</B> [ <I>options=hVvdtpxfI</I> ] input-filename [ -o <I>output-filename</I> ]
|
|
|
|
|
|
</PRE>
|
|
<H2>DESCRIPTION</H2><PRE>
|
|
The COBOL pre-processor program will perform the following functions:
|
|
|
|
1. Convert COBOL source from fixed to free-form format.
|
|
|
|
2. Process the <B>COPY/REPLACING</B> statements found in the COBOL sources.
|
|
|
|
3. Process the <B>REPLACE</B> 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 <B>expand</B> conversion utility is better suited to perform this task.
|
|
|
|
|
|
|
|
</PRE>
|
|
<H2>OPTIONS</H2><PRE>
|
|
<B>-h</B> Display help.
|
|
|
|
<B>-d</B> Include debug lines.
|
|
|
|
<B>-f</B> <input_file>
|
|
Input source is in standard fixed column format.
|
|
|
|
<B>-g</B> Turn on debuging mode.
|
|
|
|
<B>-I</B> <copy_dir>
|
|
Copybooks search directories.
|
|
|
|
<B>-p</B> <listing_file>
|
|
Listing file name.
|
|
|
|
<B>-o</B> <output_file>
|
|
Output file name (default: standard output).
|
|
|
|
<B>-t</B> <num>
|
|
Expand tabs to <num> space(s).
|
|
|
|
<B>-x</B> <input_file>
|
|
Input source is in free form format.
|
|
|
|
<B>-v</B> Verbose mode.
|
|
|
|
|
|
|
|
</PRE>
|
|
<H2>SEE ALSO</H2><PRE>
|
|
<B>htcobol(1)</B>, <B>htcobf2f(1)</B>, <B>expand(1)</B>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PRE>
|
|
<HR>
|
|
<ADDRESS>
|
|
Man(1) output converted with
|
|
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
|
|
</ADDRESS>
|
|
</BODY>
|
|
</HTML>
|