| Notes: | Acucorp offers an open systems COBOL, ACUCOBOL-GT, that lets you write a program once, and run it on virtually any operating system platform without recompiling. This is achieved using a pseudocode system. Rather than producing native code for a single platform, our compiler produces a small, independent object that can be placed on any open-systems machine. At runtime, the object is executed by a native runtime executable. |