M204.0495

From m204wiki
Jump to navigation Jump to search

M204.0495  Screen option requires terminal option within a procedure

A procedure contains an EDIT SCREEN command.

Response: Replace the EDIT command's SCREEN option with the TERMINAL option, remove the SCREEN option and follow the EDIT command line with Line Editor commands, or issue the EDIT command from your terminal.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages