From: Hudson R. <hud...@so...> - 2002-07-19 01:53:18
|
Hi Michael > Hello All, > It seems that we have made some progress thanks to Jonathan Riddell's > message... but we are still unable to compile our first test program with > Tiny Cobol... Here is a trace of our last attempt and a copy of the source > code. > Any help will be greatly appreciated ;-) Thanks Well, change the first line(id division) of your program to: identification division. This will should work. I Hope this helps Hudson Reis. |