tinycobol/utils
Nilo Roberto C Paim 945dd1a809 version 0.73.0 2023-07-14 12:15:30 -03:00
..
cobf2f version 0.73.0 2023-07-14 12:15:30 -03:00
Makefile version 0.73.0 2023-07-14 12:15:30 -03:00
Makefile.in version 0.73.0 2023-07-14 12:15:30 -03:00
Readme.txt version 0.73.0 2023-07-14 12:15:30 -03:00
htcobdispcv.tcl version 0.73.0 2023-07-14 12:15:30 -03:00
htcobviscomp.tcl version 0.73.0 2023-07-14 12:15:30 -03:00
make_sd.sh version 0.73.0 2023-07-14 12:15:30 -03:00
xtr_rw version 0.73.0 2023-07-14 12:15:30 -03:00
y2l version 0.73.0 2023-07-14 12:15:30 -03:00

Readme.txt

Set of COBOL utility programs.

------------------------------------------------------------------------------

cobf2f: by David Essex 

Utility program that will convert from/to fixed to/from free-form COBOL formats.

Usage: htcobf2f [<options>] [-i input file ] [-o output file ]
where <options> are:
      -h            This help screen
      -V            Print out version
      -x            Convert source to X/Open free format (Default)
      -f            Convert source to Standard fixed column format
      -m <num>      Fixed format line number multiplier (Default = 10)
      -i <filename> Input  filename (Default is standard input)
      -o <filename> Output filename (Default is standard output)

      Note: Tab expandtion not supported (Hint: Use expand utility).

------------------------------------------------------------------------------

viscomp.tcl: by Rildo Pragana

Visual parser tool for stepping through compiler operation and general use gdb
frontend.

------------------------------------------------------------------------------

dispcv.tcl: by Rildo Pragana

A tcl script to convert "DISPLAY (X, Y) ..." syntax to our supported syntax 
"DISPLAY LINE/POS ...".