Files
tinycobol/info/htcobolpp_man_es.html
T
2023-07-14 12:15:30 -03:00

71 lines
1.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<HTML>
<BODY>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
</PRE>
<H2>SUMARIO</H2><PRE>
<B>htcobolpp</B> [ <I>opciones=hVvdtpxfI</I> ] nombrefichero-entrada [
-o <I>nombrefichero-salida</I> ]
</PRE>
<H2>DESCRIPCIÓN</H2><PRE>
El preprocesador de COBOL realiza las siguientes fun­
ciones:
1. Convertir el fuente de COBOL de formato fijo a for­
mato libre.
2. Procesar las sentencias <B>COPY/REPLACING</B> que se
encuentren en los fuentes COBOL.
3. Procesar las sentencias <B>REPLACE</B> encontradas en los
fuentes COBOL (actualmente no implementado).
4. Mostrar los listados del fuente COBOL.
El flujo de salida por defecto es la salida estándar.
Notar que esta versión no convierte automáticamente todos
los tabulados a espacios.
La utilidad de conversión <B>expand</B> es más adecuada para
realizar esa tarea.
</PRE>
<H2>OPCIONES</H2><PRE>
<B>-h</B> Muestra ayuda.
<B>-d</B> Incluye lineas de debug.
<B>-f</B> &lt;fichero_entrada&gt;
El fuente de entrada está en formato estándar de
columnas fijas.
<B>-g</B> Activar el modo debug.
<B>-I</B> &lt;copy_dir&gt;
Directorio de búsqueda para copybooks.
<B>-p</B> &lt;fichero_listado&gt;
Nombre del fichero para el listado.
<B>-o</B> &lt;fichero_salida&gt;
Nombre del fichero de salida (por defecto la salida
estándar).
<B>-t</B> &lt;num&gt;
Expandir los tabuladores a &lt;num&gt; espacios.
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>