neopragma / cobol-unit-test

Unit testing framework and sample code for batch Cobol programs.
GNU General Public License v3.0
117 stars 36 forks source link

Support for ambiguity resolution in GnuCOBOL 2.0 #80

Open neopragma opened 9 years ago

neopragma commented 9 years ago

From btiffin:

more strict ambiguity change regarding LENGTH OF and FUNCTION LENGTH (for when FUNCTION ALL INTRINSIC is mentioned in a REPOSITORY paragraph. With 2.0, the OF keyword is mandatory to distinguish usage, LENGTH OF. Effected src/main/cobol/CONVERT.CBL and CONVER2.CBL in the calls to "C$TOUPPER".