M204.1188

From m204wiki
Jump to navigation Jump to search

M204.1188  Unable to run procedure procName for subsystem subsysName-GTBL full​,​ LGTBL​=​value

Model 204 was unable to set the communication global variable to the procedure name procName. The global variable table (GTBL) was full. Subsystem processing is terminated for the user.

Response: Use the VIEW LGTBL command to display the current length of GTBL. Issue the UTABLE command with the LGTBL parameter to increase the size of GTBL.

System manager response: Consider increasing the value of the LGTBL parameter set during Model 204 system initialization.

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
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
SAVESaves the message in the VIEW ERRORS table

Back to list of messages