EasyManua.ls Logo

Oce PRISMAproduction - Install the PP;ROUTER Start-Up Procedure; Virtual and Real Storage Considerations

Oce PRISMAproduction
139 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Installation and Customization
U20944-J-Z247-6-7600
Install the PP/ROUTER Start-up Procedure
Start-up procedures to control the PP/ROUTER driven printers must be defined and
placed in the installation proclib. Shown below is a model start-up procedure illustrating
the coding for two ROUTER client printers.
//********************************************************************/ 00016000
//* */ 00020000
//* SPS: START UP PROCEDURE FOR PP/ROUTER */ 00030029
//* */ 00040000
//********************************************************************/ 00400000
//* 00410000
//PPROUTER PROC PREFIX='SPS.V380' 00421000
//* 00430000
//S3800 EXEC PGM=SPSMFSS,TIME=1440,REGION=8M 00512000
//* 00550000
//* STEPLIB ONLY NEEDED IF SPS MODULES ARE NOT INSTALLED 00570000
//* IN LINK LIST. 00580000
//STEPLIB DD DSN=&PREFIX..SPSLINK,DISP=SHR 00603500
//* 00620000
//RTRTABDD DD DSN=SPS.SMIC.SPSPARM(RTRTAB02),DISP=SHR (REQUIRED) 00661200
//* 00661300
//SYSUDUMP DD SYSOUT=X R/W 00663000
//* 00670000
//* A DATA SET MAY ALSO BE USED IN WHICH CASE THE SYSOUT 00680000
//* STATEMENT SHOULD BE REPLACED BY: 00690000
//* 00700000
//* //SYSUDUMP DD DSN=&PREFIX..DUMPSPS1,DISP=MOD 00710000
//* 00720000
//* 00930000
//SPSMSGDD DD DSN=SMIC.SPS.MESSAGES.V030800.SY09014(ENGLISH),DISP=SHR 00971000
// DD DSN=SMIC.SPS.MESSAGES.V030800.SY09014(ENGLISH8),DISP=SHR 01000100
//* 01010000
//SPSPARM DD DSN=SPS.SMIC.SPSPARM,DISP=SHR R 01072000
//* 01080000
//* THE LAST 4 CHARS OF THE DDNAME MUST BE THE JES PRINTER 02190000
//* NUMBER (PRT9906 = 9906). 02200000
//* NUMBER (PRT9907 = 9907). 02200000
//* 02210000
//SPS19906 DD DSN=SPS.SMIC.TRA19906,DISP=SHR PRIV 02240100
//SPS29906 DD DSN=SPS.SMIC.TRA29906,DISP=SHR PRIV 02240200
//SPS19907 DD DSN=SPS.SMIC.TRA19907,DISP=SHR PRIV 02240100
//SPS29907 DD DSN=SPS.SMIC.TRA29907,DISP=SHR PRIV 02240200
Figure 10: Example Start-up Procedure
Virtual and Real Storage Considerations
SPS is re-entrant with the exception of its data areas. When only one SPS printer is
supported in an installation, only a single copy of SPS will ever be in virtual storage. When

Table of Contents

Other manuals for Oce PRISMAproduction