ACUCOBOL-85

From EDM2
(Redirected from ACUCOBOL)
Jump to: navigation, search
ACUCOBOL-85
NA.png
Name ACUCOBOL-85
Version 2.4 (1995)
Vendor Acucobol, Inc.
Acucorp
Author
Licence Commercial
WWW archived (1997)

ACUCOBOL-85 is a COBOL-85 conforming pseudocode compiler introduced by the USA based Acucorp in the latter half of the 80s. Later versions of the compiler also supported some extensions proposed for the ANSI X3.23a-1989 standard. The toolkit allowed you to work with C code and libraries although not in a very flexible way, the C code had to be explicitly linked to b-code rather than COBOL source code - Later the company offered tools to integrate with Java as well.

The main claim to fame was the portability of their toolkit and hence code developed for it, but in addition to 16-bit OS/2 the system supported DOS, AIX, AOS, NeXT, Ultrix, UNIX, XENIX and VMS. In the 1990s the company added support for 32-bit OS/2 (and dropped 16 bit support soon thereafter), in addition to support for MS Windows, Linux and a few new Unix variants as well. This portability was made possible with a Pascal like virtual machine that interpreted "b-code" intermediary code rather than native machine code, this also meant the compilers could not only generate code native to the system they were hosted on but also cross-compile to all the other systems, although the target system had to have a run-time licence, but these were much cheaper than the full system.

In addition to ANSI COBOL-85, the toolkit supported code written for:

  • Ryan McFarland’s RM/COBOL
  • ICOBOL (aka Data General Interactive COBOL)
  • Digital VAX COBOL
  • IBM COBOL (Both mainframe and PC variants, like IBM COBOL/2)
  • HP COBOL

Versions

  • 1.3 (1989) - Adds text-mode windowing capabilities on all supported systems in addition to considerable speed improvements over earlier versions.
  • 1.4 (1989)
  • 1.4.1 (1989)
  • 1.5.5
  • 2.0 (1991)
  • 2.1
  • 2.3
  • 2.4 (1995)
  • 2.4.2 (1996)
  • 2.4.3 (1997)

ACUCOBOL-85 JPN

  • 2.3.4 (1996)

Links