If you want to configure a CEA scheduler address space you need to add a new CEAScheduler section to your XML file. This section should be added inside the <Configuration /> XML tags. For example:
<Configuration SVC_NO="238" DSP_TOKEN="TAURSERV"> <STCScheduler SCHEDULER_NAME="TAURISPF" LISTENER_PORT="1200" FIRST_PORT="1201" LAST_PORT="1249" USER_SERVER_JOBNAME="IVPUSRT" CCSID="037" > <UserServer CCSID="037" /> </STCScheduler> <CEAScheduler SCHEDULER_NAME="CEASCHED" LISTENER_PORT="1250" FIRST_PORT="1251" LAST_PORT="1299" CEA_LOGONPROC="CEAPROC" CEA_ACCOUNT="ACCT#" > <UserServer CCSID="37" /> </CEAScheduler> </Configuration>
Use the following parameters to configure a CEA scheduler:
The ports defined for the CEA scheduler LISTENER_PORT and range defined by FIRST_PORT:LAST_PORT need to be opened in the firewall protecting the z/OS host system.
Optionally, if you have uncommented MAILHDR in the scheduler procedure, you will need to add the MAIL_NOTIFY="1" attribute to the scheduler section. For example:
<CEAScheduler SCHEDULER_NAME="CEASCHED" LISTENER_PORT="1250" FIRST_PORT="1251" LAST_PORT="1299" CEA_LOGONPROC="CEAPROCD" CEA_ACCOUNT="ACCT#" MAIL_NOTIFY="1" > <UserServer CCSID="37" /> </CEAScheduler>
For a complete overview of all possible parameters for a scheduler address space, see Scheduler and user server configuration.
For a complete overview of all parameters for a CEA scheduler address space see the parameters listed in Configuration reference as applying to CEA schedulers.