M204.2036

From m204wiki
Revision as of 17:20, 15 March 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2036  Sync level not supported

This error arises in two situations:

  • Receiving an attach request for an inbound process — The remote process is running on a processgroup whose CONFIRM/NOCONFIRM parameter does not match that of the processgroup to which the local process belongs.
  • Evaluating the CONFIRM verb — SOUL (either inbound or outbound) issued the CONFIRM verb, but the conversation is using a processgroup that does not support the CONFIRM sync level.

Response: Work with your system administrator to clarify the sync level requirements of your application (or of the partner application). Both the local and the remote processgroups that support the conversation must have the same sync level (specified by the CONFIRM/NOCONFIRM keyword in the DEFINE PROCESSGROUP command). If either program intends to issue the CONFIRM verb, the sync level must be CONFIRM.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console
SAVESaves the message in the VIEW ERRORS table

Back to list of messages