MSIR.0558 SirFact global error: GTBL full: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add link) |
||
Line 1: | Line 1: | ||
An unset SirFact global reference (one that begins <tt>?&/</tt>) was made but there was insufficient space in GTBL to temporarily hold a single count byte and an asterisk. This means that GTBL was either completely full or there was only one free byte left The dummy string substitution cannot be performed in this case. Increase the size of GTBL: a very slight increase should be sufficient though if the application will use globals it will probably run out of space later unless the increase in size is more significant. | An unset [[SirFact]] global reference (one that begins <tt>?&/</tt>) was made but there was insufficient space in GTBL to temporarily hold a single count byte and an asterisk. This means that GTBL was either completely full or there was only one free byte left The dummy string substitution cannot be performed in this case. Increase the size of GTBL: a very slight increase should be sufficient though if the application will use globals it will probably run out of space later unless the increase in size is more significant. | ||
{{Template:MSIR.0558 footer}} | {{Template:MSIR.0558 footer}} | ||
[[Category:Sirius Mods messages]] [[Category:MSIR.0400 - MSIR.0599]] | [[Category:Sirius Mods messages]] [[Category:MSIR.0400 - MSIR.0599]] |
Revision as of 20:57, 11 July 2016
An unset SirFact global reference (one that begins ?&/) was made but there was insufficient space in GTBL to temporarily hold a single count byte and an asterisk. This means that GTBL was either completely full or there was only one free byte left The dummy string substitution cannot be performed in this case. Increase the size of GTBL: a very slight increase should be sufficient though if the application will use globals it will probably run out of space later unless the increase in size is more significant.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |