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"