To start the server process, you need to run the process as an MPE/iX 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
Enter one of the following to stream the job, assuming you are in the MPE/iX group where the job file is:
MPE:
:STREAM JACURCLD
POSIX:
shell/iX> callci "STREAM ./JACURCLD"
Enter one of the following to stop the job.
MPE:
:/ACUCOBOL/bin/acurcl "-kill"
POSIX:
shell/iX> /ACUCOBOL/bin/acurcl -kill