From: John R. C. <jo...@we...> - 2006-04-28 13:00:44
|
Returning to Tiny Cobol after an absence I tried a test program called screen2.cbl. The compile hangs. Using the verbose option I get the following: found copybook name 'PROMPTI.cpy' found copybook name 'PROMPTP.cpy' I ran the compile with htcobool -v -F screen2.cbl Then I tried a recompile of the 63 source and ran the test suite. I got the following failures: ------------------------------- C004: FAIL Identification Division Test 1 C004: FAIL Permit multi-line remarks SL02: FAIL Recognize full SELECT (SEQUENTIAL) SL04: FAIL Recognize full SELECT (RELATIVE) SL06: FAIL Recognize full SELECT (RANDOM) SL08: FAIL Recognize full SELECT (INDEXED) CPI1: FAIL Recognize INITIALIZE verb full format COMPILER ONLY TESTS: FAILED Sort fixed file US OP : FAILED Sort fixed file US GI : FAILED ---------------------------- Are these the expected results from the test suite? Is development of Tiny Cobol continuing? I like it better then Open Source Cobol because of the SCREEN facility. -- John Culleton |