HTCOBOLPP

       COBOL pre-processore.


SINTASSI

       htcobolpp [ opzioni=hVvdtpxfI ] nome_file_da_pre-processare [ -o nome_file_di_destinazione ]


DESCRIZIONE

       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 COPY/REPLACING trovati nei sorgenti COBOL.

       3. Processa i comandi REPLACE 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 expand (1).



OPZIONI

       -h     Visualizza l'aiuto.

       -d     Include le linee di debug.

       -f <input_file>
              Il sorgente in ingresso è formattato in modalità Standard.

       -g     Attiva la modalità di debuging.

       -I <copy_dir>
              Cartella di ricerca dei files 'Copybooks'.

       -p <listing_file>
              Nome file del listato.

       -o <output_file>
              Nome file da generare (default: standard output).

       -t <num>
              Converte i 'tabs' in <num> spazi.

       -x <input_file>
              Il sorgente in ingresso è formattato in modalità libera (free form).

       -v     Modalità prolissa.



VEDI ANCHE

       htcobol(1), htcobf2f(1), expand(1)




Man(1) output converted with man2html
Traduzione eseguita da Mario Lodi Rizzini