MSIR.0235 APPDATE requires SYSTEM before USER 0 parameter line: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (minor word change)
 
Line 1: Line 1:
This indicates that you coded an APPDATE command in the CCAIN input prior to the user 0 parameter line, but you did not use a command that begins '''APPDATE SYSTEM''', which is the only form of the command allowed there.
This indicates that you coded an APPDATE command in the CCAIN input prior to the User 0 parameter line, but you did not use a command that begins '''APPDATE SYSTEM''', which is the only form of the command allowed there.


{{Template:MSIR.0235 footer}}
{{Template:MSIR.0235 footer}}
[[Category:MSIR.0200 - MSIR.0399]]
[[Category:MSIR.0200 - MSIR.0399]]

Latest revision as of 19:52, 3 January 2018

This indicates that you coded an APPDATE command in the CCAIN input prior to the User 0 parameter line, but you did not use a command that begins APPDATE SYSTEM, which is the only form of the command allowed there.


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

Back to list of messages