Previous Topic: Assign Values to the Initialization ParametersNext Topic: Run Post-Install Jobs as Required for Other Environments


SVCCODE

The SVCCODE statement specifies the user SVC number used by CA Spool. The CA Spool SVC is designed so it can run as a normal type-4 user SVC routine. The system administrator responsible for the MVS system must decide which unused Type 4 SVC number to use.

During startup, CA Spool verifies if the specified SVC number in the SVC table points to a valid SVC routine. If the SVC table entry corresponding to the specified SVC number is not in use, CA Spool dynamically loads the SVC routine module into the CSA and updates the SVC table entry to point to it.

Note the following:

ESRCODE

The CA Spool SVC is designed to use the extended SVC-router (ESR) support. This means that the CA Spool SVC does not need to occupy an SVC number by itself. ESR is called (SVC 109) with a routing code in register 15, indicating the module to be given control.

Note the following: