Installation and Customization
U20944-J-Z247-6-7600
Establish SPS Program Properties
SPS must be non-swappable and execute in program key 1. These properties are given
to a program in the SCHED00 member of SYS1.PARMLIB.
SCHED00 update is simply coding the PPT statement (see Figure 5). A model statement
can be found at the beginning of SPSIPPT in SPS.SPSSAMP.
PPT PGMNAME(SPSMFSS) /* PROGRAM NAME */
NOSWAP /* NON-SWAPPABLE */
KEY(1) /* PROTECTION KEY */
AFF(NONE) /* NO PROCESSOR AFFINITY */
NODSI /* NO DATA SET INTEGRITY */
Figure 5: Sample PPT statement for SCHED00 in SYS1.PARMLIB