Running the DFHCSVCJ job
The DFHCSVCJ job runs the DFHCSVCU utility program to dynamically update the MVS SVC number that is specified in the PARM statement to invoke the required module, and so removes the need to restart the z/OS LPAR in order to use a new or updated SVC. You can use the DFHCSVCU utility program only if you have the required authorization.
The DFHCSVCU utility updates or adds a single SVC entry in the SVC table with a pointer containing the entry point of the supplied module. For an existing SVC number, before the SVC is updated, all CICS regions using that SVC number must be shut down, otherwise results can be unpredictable.
Before the DFHCSVCU utility program is run, the target program must be loaded into the MVS link pack area (LPA) using the following MVS console command:
SETPROG LPA,ADD,MODNAME=module, DSNAME=data set
- module is the module to be invoked by the SVC and
- data set is the load library where the module resides.
- A PARM statement is specified on the EXEC JCL card.
- The PARM statement contains an SVCnnn= keyword statement.
- The number specified is greater than 199 and less than 256.
- The SVC type for the specified SVC number is 3 or 4.
- The module name is less than or equal to 8 characters in length.
When an existing SVC is to be updated the utility asks the operator to confirm that the SVC update is to proceed. Any response other than Yes results in the utility ending with the return code set to 12.