Installation and Customization
U20944-J-Z247-6-7600
RECEIVE the Product
Perform a standard receive of the PP/ROUTER feature, which is shipped as functional
sysmods. The model job in Figure 14 can be modified to suit installation requirements and
used to receive the product.
//RECEIVE JOB 'ACCOUNT #','NAME',MSGLEVEL=(1,1)
//RECEIVE EXEC SMPPROC
//SMP.SMPPTFIN DD DSN=SMPMCS,DISP=(OLD,PASS),
// VOL=SER=PSvrm8,LABEL=(1,SL),
// UNIT=(tape,,DEFER)
//SMP.SYSIN DD * (SMPCNTL)
SET BDY(GLOBAL) .
RECEIVE S(SPSvrm8) SYSMOD .
/*
Figure 7: Sample SMP Receive Job
PP/ROUTER Install Data Sets
PP/ROUTER uses the libraries that are already in use for the SPS base product. These
libraries have been named for distribution purposes as shown in Table 10. The names of
the data sets are arbitrary, as all references to libraries by SPS and SMP are by ddname.
The systems programmer may choose any names convenient to the installation.
However, throughout this document all references to these data sets will be by the names
used in the table.
DATA SET SMP DDNAME FUNCTION
SPS.ASPSDLIB ASPSDLIB DLIB module library
SPS.ASPSMESS ASPSMESS DLIB message library
SPS.SPSLINK SPSLINK Target load library
SPS.SPSMESS SPSMESS Target message library
Table 8: SPS Libraries
APPLY the Product
Perform a standard apply check for functional sysmods and then apply PP/ROUTER. The
model job in Figure 14 can be modified to suit installation requirements.