CICS VR CONTROL SERVICE REQUEST IS REJECTED. CONTROL
FUNCTION: function
CONTROL STRING: string
ERROR POSITION: mark
ERROR DESCRIPTION: error
Explanation
During the initialization of the CICS VR address
space, CICS VR detected an invalid control string. The invalid control string
is ignored
In the message text:
function
|
The control function (UNDOLOG, BACKOUT, or GENERAL). |
string |
The invalid control string. |
mark |
The error position is indicated by the character "$"
when an invalid item is detected, or by the character ">" when a required
item is not detected. |
error |
The error description. |
The following is the list of possible errors:
INVALID CONTROL COMMAND
INVALID CONTROL VALUE
INVALID CONTROL SEPARATOR
System action
The CICS VR address space initialization is terminated.
Operator response
Take the
following action based on the corresponding control function that is reported:
- UNDOLOG
- Correct the CICS VR_UNDOLOG_CONTROL parameter in the active IGDSMSxx member
of SYS1.PARMLIB or issue the SETSMS CICS VR_UNDOLOG_CONTROL operator command
with a valid CICS VR UNDO logging control string.
- BACKOUT
- Correct the CICS VR_BACKOUT_CONTROL parameter in the active IGDSMSxx member
of SYS1.PARMLIB or issue the SETSMS CICS VR_BACKOUT_CONTROL operator command
with a valid CICS VR batch backout control string.
- GENERAL
- Correct the CICS VR_GENERAL_CONTROL parameter in the active IGDSMSxx member
of SYS1.PARMLIB or issue the SETSMS CICS VR_GENERAL_CONTROL operator command
with a valid CICS VR general control string.
Next, issue the VARY SMS,CICS VR,ACTIVE operator command to
restart the CICS VR server address space.