From: David E. <de...@us...> - 2007-01-04 19:57:15
|
Vince Coen wrote: > Where is a list of Cobol Language and syntax as used > in TinyCobol to be found? > > This would help in knowing what changes I need to make > to some old MF cobol sources. There is no COBOL syntax documentation for TC. If you use COBOL-85 syntax and avoid MF specific extensions, most programs should compile and run. Some areas or problems you may encounter. 1) No report generator. 2) Limited support for curses based screen IO 3) Using very large/small numbers can be problematic. I'm sure there are many others. Hope this helps. David Essex |