Creating and customizing the RTCS Initiator started task PROC
Select a name for the RTCS Initiator started task PROC.This name will be used in the z/OS START command to start the RTCS Initiator address space, preferably under the Master Subsystem (MSTR). We recommend using the name OSZINIT , but this is not required.
Copy the OSZ$INIT member from the SMP/E TOSZCNTL target library to SYS1.PROCLIB or a JES-managed started task procedure library using the member name that you selected in Step 1.We recommend that you start RTCS under the Master Subsystem by using SUB=MSTR on the START command.
If you start RTCS under the Master Subsystem and you use an unmodified MSTJCL00, you must use SYS1.PROCLIB specifically for the started tasks that are started under the Master Subsystem. Otherwise, you do not require to create the PROC in SYS1.PROCLIB. You can use any started task procedure library that is defined in the IEFPDSI DD statement concatenation in the Master Scheduler JCL that contains the member MSTJCLxx of SYS1.PARMLIB. If you start RTCS under your primary JES, you can place the PROC in any JES-managed started task PROCLIB.
- Modify the STEPLIB DD statement in the new PROC to specify the DSNAME of the RTCS subsystem program library (POSZRTCS). For example, you can use the PDSE that was created in Creating-POSZRTCS.