INVALID VSAM BATCH LOGGING TYPE SPECIFIED. LOGGING TYPE: cccc RETURN CODE (IN HEX): rc REASON CODE (IN HEX): rsnc
The CICS VR VSAM batch logger has detected an incorrect logging type in the VSAM request. Earlier in this job step the sphere was registered with another logging type.
cccc | The logging type (UNDO, REDO, ALL) |
rc | The return code. |
rsnc | The reason code |
The list of return codes and reason codes follows:
Reason Code | Description |
---|---|
X'717053C6' | Explanation: The listed VSAM sphere was originally
opened for UNDO logging by the current batch job step. However, a different
logging request was received for the same VSAM sphere from the same batch
job step. The original logging request must remain constant throughout execution
of the entire batch job step. Programmer Response: Check the FRLOG value in the catalog entry for the VSAM sphere listed in the associated IEC161I message. |
X'717053DB' | Explanation: The listed VSAM sphere was originally
opened for REDO logging by the current batch job step. However, a different
logging request was received for the same VSAM sphere from the same batch
job step. The original logging request must remain constant throughout execution
of the entire batch job step. Programmer Response: Check the FRLOG value in the catalog entry for the VSAM sphere listed in the associated IEC161I message. |
X'717053DC' | Explanation: The listed VSAM sphere was originally
opened for both UNDO and REDO logging (FRLOG value of ALL) by the current
batch job step. However, a different logging request was received for the
same VSAM sphere from the same batch job step. The original logging request
must remain constant throughout execution of the entire batch job step. Programmer Response: Check FRLOG value in the catalog entry for the VSAM sphere listed in the associated IEC161I message. |
X'717053CA' | Explanation: UNDO logging is requested but
it is currently disabled. Programmer Response: Check the CICS VR server status for UNDO logging. The CICS VR_UNDOLOG_CONTROL parameter might currently be set to DISABLE. |
Source: DFSMS (IDABLOPC)
CICS VR VSAM batch logging terminates for the VSAM application. The system continues processing.
Contact your IBM Support Center.