Set of COBOL utility programs.



cobpp: by David Essex 

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

Usage:
htcobpp  [<options>] [<input_file>] <output is to standard output>
where <options> are:
      -h, --help              This help screen
      -v, --version           Print out version
      -t, --tab <num>         Expand tabs to <num> space(s)
      -x, --free-format       Convert source to X/Open free source format
      -f, --fixed-format      Convert source to Standard fixed column format

