Adding RTCS programs to the z/OS PPT
The RTCS Initiator, the RTCS subsystem, and the RTCS Generalized Server require that they be executed in a started task address space with certain z/OS-assigned special attributes.
Definitions for the job step program used in these PROCs in the z/OS Program properties table (PPT) cause the required attributes to be assigned by z/OS. Before RTCS can be started, the z/OS PPT must be updated to include the entries required for RTCS.
To add RTCS programs to the PPT by using member OSZSCHED of the SMP/E TOSZCNTL target library
Use one of the following methods:
- Update an existing SCHEDxx member by performing the following tasks:
- Merge the contents of member OSZSCHED into an existing SCHEDxx member.
Refresh the PPT by issuing the following z/OS operator command:
SET SCH=(xx)
The variable xx is the suffix of any existing SCH member.
- Create a new SCHEDyy member by performing the following tasks:
- Copy the sample OSZSCHED member into SYS1.PARMLIB (or a logical parameter library data set), and name it SCHEDyy.
- Update the appropriate IEASYSxx member to specify this new SCHEDyy member and any existing SCH members.
Refresh the PPT to have the additional entries in the new member become effective by issuing the following z/OS operator command:
SET SCH=(xx,yy)
The variable xx is the suffix of any existing SCH member (named SCHEDyy).