This example was submitted as a test by udo.kreckel <rp14068@online-club.de>
There are some problems with our parser:

* SOURCE-COMPUTER and OBJECT-COMPUTER (return error at the variables)
  (should just strip as comments)

* lack of support to a level 77 level (can use 01 instead, 
	but should be easy to implement)

* DATA RECORD at the FD should be accepted. (even if does nothing)

* Fully qualified variable names not yet supported (VAR IN/OF PARENTVAR)

* INVALID clause in WRITE (not implemented, similar to AT END, easy)

* must support comma as an argument list separator for DISPLAY.

* there is yet a missing "cob_write_from" function (not implemented), 
	but this is library problem, not compiler.

