Compiling and running in the MPE/iX environment

To run the compiler and runtime from the MPE/iX command line, you should use the following general syntax.

:RUN <command>;INFO="args"

or:

:<command> "<args>"

where:

command could be ccbl (for the compiler) or runcbl (for the runtime), and

args are the options to the compiler or runtime. The options must be enclosed in quotes.

For example:

:CHDIR /ACUCOBOL/sample
:ccbl "tourhp.cbl"
:runcbl "tourhp.acu"
Note: ACUCOBOL-GT filenames are case sensitive and must be entered in the case shown. See the installation instructions to help resolve any errors you encounter when compiling or running the tourhp sample.