DFS1886E SVC message

Explanation

One or more of the following error SVC messages can be issued:
IMS TYPE 2 SVC DYNAMIC UPDATE = FAILED - RC xx
The utility has failed while updating the IMS Type 2 SVC. Depending on the error, this message might be accompanied by another DFS1886E error message or a DFS1886A operator action message. Reason code xx is one of the following:
Reason code
Explanation
4
Open of DFSRESLB library failed.
8
DFSRESLB library not APF authorized.
12
DFSRESLB library does not contain module DFSVC000.
16
DFSRESLB library does not contain module IGCxxx, where xxx = IMS Type 2 SVC number.
20
Reply to WTOR was NO for message DFS1886A MVS SVC TABLE ENTRY = EMPTY.
24
Reply to WTOR was NO for message DFS1886A MVS SVC TABLE ENTRY = ACTIVE SVC THAT IS NOT AN IMS SVC.
28
Reply to WTOR was NO for message DFS1886A MVS SVC TABLE ENTRY = IMS SVC AT HIGHER RELEASE THAN RESLIB SVC.
32
There is currently an active IMS using the SVC number specified in the IMS RESLIB.
36
Nonzero return code from MVS SVC table update services (see WTO for z/OS® return code).
56
An invalid value was specified for the SVCTYPE = input parameter.
DBRC TYPE 4 SVC DYNAMIC UPDATE = FAILED - RC = xx
The utility has failed while updating the DBRC Type 4 SVC. Depending on the error, this message might be accompanied by another DFS1886E error message or a DFS1886A operator action message. Reason code xx is one of the following:
Reason code
Explanation
4
Open of DFSRESLB library failed.
8
DSRESLB library not APF authorized.
20
Reply to WTOR was NO for message DFS1886A MVS SVC TABLE ENTRY = EMPTY.
36
Nonzero return code from MVS SVC table update services (see WTO for z/OS return code).
40
DFSRESLB library does not contain module DSPSVC00.
44
DFSRESLB library does not contain module IGC00xxx, where xxx is the signed decimal SVC number for the DBRC Type 4 SVC.
48
Reply to WTOR was NO for message DFS1886A MVS SVC TABLE ENTRY = ACTIVE SVC THAT IS NOT A DBRC SVC.
52
Reply to WTOR was NO for message DFS1886A MVS SVC TABLE ENTRY = DBRC SVC AT HIGHER RELEASE THAN RESLIB SVC.
56
An invalid value was specified for the SVCTYPE= input parameter.
DATA SET OPEN FAILED - SEE DFSRESLB DD CARD
There was a problem opening the data set pointed to by the DFSRESLB DD card. The utility terminates with RC=0004. Resolve the problem with the data set and resubmit the utility job.
DATA SET APF AUTHORIZATION FAILED - SEE DFSRESLB DD CARD
The RESLIB specified on the DFSRESLB DD card is not APF authorized. The utility terminates with RC=0008. The RESLIB must be APF authorized in order for the utility to run successfully. Ensure that the DFSRESLB DD card is pointing to the correct data sets and that those data sets are APF authorized.
MODULE DFSVC000 NOT FOUND - SEE DFSRESLB DD CARD
The secondary SCD (DFSVC000) cannot be located. The utility terminates with RC=0012. The IMS RESLIB contains the SSCD. Ensure that the DFSRESLB DD card is pointing to the correct data sets and resubmit the job.
MODULE xxxxxxxx NOT FOUND - SEE DFSRESLB DD CARD
xxxxxxxx is the name of the SVC module being updated. If the IMS Type 2 SVC is being updated, the module name is IGCxxx, where xxx is the IMS Type 2 SVC number. If the DBRC Type 4 SVC is being updated, the module name is IGC00xxx, where xxx is the signed decimal SVC number for the DBRC Type 4 SVC. The utility terminates with RC=0016 or RC=0044. The IMS RESLIB data sets should contain the SVC modules. Ensure that the DFSRESLB DD card is pointing to the correct data sets and resubmit the job.
MVS SVC TABLE ENTRY WAS EMPTY - WTOR REPLY WAS NO
The MVS SVC table entry for the SVC was empty. There is a DFS1886A message preceding this message to which the operator replied NO. If the operator did not expect the entry to be empty, this reply is probably correct. The utility terminates with RC=0020. Ensure that the correct IMS RESLIB data sets are specified and resubmit the job. This is an unusual condition, unless you are expecting this SVC entry to be empty. You might want to consult your system administrator if this situation occurs.
MVS SVC TABLE CONTAINS AN ACTIVE SVC THAT IS NOT AN IMS SVC

The MVS SVC table entry contains an active SVC that is not an IMS SVC. The utility issues a WTOR message to allow you to decide what to do. Ensure that the correct IMS RESLIB data sets are specified and that the SVC number returned in the previous DFS1886I IMS TYPE 2 SVC NUMBER = xxx message or the DFS1886I DBRC TYPE 4 SVC NUMBER = xxx message is correct. If you do not wish to continue, reply NO to the WTOR message. If you decide to continue, reply YES to the WTOR. See your system administrator to determine the correct course of action.

IMS RELEASE LEVELS INCONSISTENT - RESLIB SVC IS AT A LOWER LEVEL THAN CURRENT SVC
The MVS SVC table entry points to a newer version of the SVC than is found in the IMS RESLIB data sets. The utility issues a WTOR message to allow you to decide what to do. Ensure that the correct IMS RESLIB data sets are specified. If you do not wish to continue, reply NO to the WTOR message. If you decide to continue, reply YES to the WTOR. See your system administrator to determine the correct course of action.
THERE IS CURRENTLY AN ACTIVE IMS USING THE SAME SVC NUMBER
One or more IMS control regions are currently running and referencing the IMS Type 2 SVC. The utility terminates with RC=0032. You must wait until the currently active IMS control regions can be scheduled to be brought down. At that time, resubmit the job.
MVS SVC TABLE UPDATE SERVICES FAILED - RC=xx
A non-zero return code was returned from the MVS SVC Update service (SVCUPDTE). xx is the return code. See the SVCUPDTE macro for return code explanations.
MODULE DSPSVC00 NOT FOUND - SEE DFSRESLB DD CARD
Module DSPSVC00, which contains the DBRC Type 4 SVC number, cannot be located. The utility terminates with RC=0040. The IMS RESLIB contains module DSPSVC00. Ensure that the DFSRESLB DD card is pointing to the correct data sets and resubmit the job.
MVS SVC TABLE CONTAINS AN ACTIVE SVC THAT IS NOT A DBRC SVC
The MVS SVC table entry contains an active SVC that is not a DBRC SVC. The utility issues a WTOR message to allow you to decide what to do. Ensure that the correct IMS RESLIB data sets are specified and that the SVC number returned in the previous DFS1886I DBRC TYPE 4 SVC NUMBER = xxx message is correct. If you do not wish to continue, reply NO to the WTOR message. If you decide to continue, reply YES to the WTOR. See your system administrator to determine the correct course of action.
INVALID VALUE SPECIFIED FOR SVCTYPE= INPUT PARAMETER
An invalid value was specified for the SVCTYPE= input parameter. The utility terminates with RC=0056. Resolve the problem with the input parameter and resubmit the utility job.