M204.0307

From m204wiki
Jump to navigation Jump to search

M204.0307  Default Len or DP too large

The user's VDP parameter default value is larger than the default VLEN parameter, or VDP is greater than 15. The compilation continues but the request is not executed.

Response: Use the RESET command to change the VDP and/or VLEN parameters. Then retry.

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
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages