version 0.73.0

This commit is contained in:
2023-07-14 12:15:30 -03:00
parent 110d8a0419
commit 945dd1a809
1466 changed files with 374820 additions and 0 deletions
+123
View File
@@ -0,0 +1,123 @@
<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> &lt;input_file&gt;
Input source is in standard fixed column format.
<B>-g</B> Turn on debuging mode.
<B>-I</B> &lt;copy_dir&gt;
Copybooks search directories.
<B>-p</B> &lt;listing_file&gt;
Listing file name.
<B>-o</B> &lt;output_file&gt;
Output file name (default: standard output).
<B>-t</B> &lt;num&gt;
Expand tabs to &lt;num&gt; space(s).
<B>-x</B> &lt;input_file&gt;
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>