Set of Utility programs.



cobpp: by David Essex 

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

Usage:

fixed to free:
cobpp -f  test01.cob > test01.cob.f.txt

free to fixed:
cobpp -x test01.cob.f.txt > test01.cob.x.txt

