tinycobol/info/htcobolpp_man_it.html

84 lines
2.1 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-processore.
</PRE>
<H2>SINTASSI</H2><PRE>
<B>htcobolpp</B> [ <I>opzioni=hVvdtpxfI</I> ] nome_file_da_pre-processare [ -o <I>nome_file_di_destinazione</I> ]
</PRE>
<H2>DESCRIZIONE</H2><PRE>
Il programma 'COBOL pre-processore' esegue le seguenti funzioni:
1. Converte la formattazione del sorgente COBOL da fissa a libera (free\-form).
2. Processa i comandi <B>COPY/REPLACING</B> trovati nei sorgenti COBOL.
3. Processa i comandi <B>REPLACE</B> trovati nei sorgenti COBOL.
4. Stampa i listati dei sorgenti COBOL.
L'uscita di default è lo standard output.
Notare che questa versione non converte in mado automatico i 'tabs' in 'spazi'.
Per questo scopo è più indicato il programma <B>expand</B> (1).
</PRE>
<H2>OPZIONI</H2><PRE>
<B>-h</B> Visualizza l'aiuto.
<B>-d</B> Include le linee di debug.
<B>-f</B> &lt;input_file&gt;
Il sorgente in ingresso è formattato in modalità Standard.
<B>-g</B> Attiva la modalità di debuging.
<B>-I</B> &lt;copy_dir&gt;
Cartella di ricerca dei files 'Copybooks'.
<B>-p</B> &lt;listing_file&gt;
Nome file del listato.
<B>-o</B> &lt;output_file&gt;
Nome file da generare (default: standard output).
<B>-t</B> &lt;num&gt;
Converte i 'tabs' in &lt;num&gt; spazi.
<B>-x</B> &lt;input_file&gt;
Il sorgente in ingresso è formattato in modalità libera (free form).
<B>-v</B> Modalità prolissa.
</PRE>
<H2>VEDI ANCHE</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>
<ADDRESS>
Traduzione eseguita da
<a href="mailto:mlodirizzini@libero.it">Mario Lodi Rizzini</a>
</ADDRESS>
</BODY>
</HTML>