To start the server process on an MPE/iX host, you need to run the process as an MPE batch job. The job file might be called JACURCLD and might look something like this:
!JOB JACURCLD,MGR.ACUCOBOL;PRI=CS
!RUN /ACUCOBOL/bin/acurcl;&
!  INFO='start -c /ACUCOBOL/etc/acurcl.cfg -le
                        /ACUCOBOL/bin/acurcl.err -t3';&
!  PRI=CS
!EOJ
            To stream the job, you could do the following, assuming you are in the MPE group where the job file is:
| MPE | :STREAM JACURCLD | 
| POSIX | shell/iX> callci "STREAM ./JACURCLD" | 
| MPE | ABORTJOB #[job-number] Note: Use SHOWJOB to obtain the job number, if necessary. 
                               | 
| POSIX | shell/iX> /ACUCOBOL/bin/acurcl -kill |