Overriding the Default SVC for the ADARUN Control Statement (z/OS)
Overriding the Default SVC for the ADARUN Control Statement (z/OS)
On z/OS, the PowerExchange Listener uses the Adabas default SVC number of 249 by default. If you want the PowerExchange Listener to use another SVC number, you must define the override SVC parameter for the ADARUN control statement in a separate member.
The ADARUN control statement defines and starts the Adabas operating environment, starts Adabas utilities, and loads the ADAIOR module, which performs all database I/O.
Create a member to hold the override parameter value for the ADARUN control statement.
In the new member, define the override SVC parameter that the PowerExchange Listener will use. Use the following syntax:
ADARUN SVC=
nnn
The
nnn
variable is the override SVC number. Valid values are 200-255. Adabas default is 249.
Add a DDCARD DD statement n the PowerExchange Listener JCL that points to the override member that you created. For example:
//DDCARD DD DSN=
library
.
file
(
member
),DISP=SHR
For more information about the ADARUN control statement and its parameters, see the Adabas documentation.