Installation and Customization
U20944-J-Z247-6-7600
Allocate the SPS Execution Libraries
The SPS execution data sets defined in the start-up procedures must be allocated. Table
6 shows the suggested data set allocation parameters. A sample allocation for the dump
data set is shown in the event the installation prefers a dump data set to a file. It is
suggested that the trace data set suffix jjjj be the number of the JES printer expanded to 4
digits (jjjj in SPSIEXDS sample) and the dump data set suffix ssss be the start-up
procedure step name (see "Data Set Names" on page Error! Bookmark not defined.).
When twin printers are installed, an external storage data set may be optionally used. It is
suggested that the suffix for this data set be the number of the JES printer expanded to 4
digits (jjjj in SPSIEXDS sample). A model allocation job for the SPS execution data sets
can be found in member SPSIEXDS of SPS.SPSSAMP. This job also copies the
SPSPARM sample members from the SPSSAMP to the SPSPARM library. Please
customize the iebcopy control statements in order to copy only the members needed for
the printer types that you have (APA, LIP or MOD2).
DATA SET RECFM LRECL BLKSIZE BLOCKS DIR DISP
SPS.SPSPARM FB 80 3120 100,50 15 SHR
SPS.SPS1jjjj VB 284 4096 3000,0 - SHR
SPS.SPS2jjjj VB 284 4096 3000,0 - SHR
SPS.DUMPssss VB 125 1632 660,330 - MOD
SPS.ESDjjjj F 8192 8192 3000,0 - OLD
Table 6: SPS Execution Data Set Allocations