Programmer Introduced Warning/Error Reason Codes
- 101
- Keyword repeated or keyword within a like category was repeated.
For example, RED and BLUE; UNDERLINE and REVERSE.
- 102
- Keywords are incompatible. For example, PROTECT and NUMERIC
- 103
- Missing keyword or panel name
- 104
- The control character being defined is invalid or missing
- 105
- Panel is too large for the screen
- 108
- Parenthesis missing
- 109
- Pad character invalid
- 110
- Task has no associated terminal
- 111
- Panel has no input fields defined during a receive
- 112
- Panel name is invalid
- 115
- REXX variable name (or field ID) is invalid
- 116
- Number is specified incorrectly. Explicit length value in panel
source or row col value
- 117
- Variable value was too long and was truncated to fit output
field
- 118
- Text field was truncated. Check to see if explicit length did
not force a subsequent field to overlay another field.
- 119
- Bad or missing panel command. It should be SEND, RECEIVE, CONVERSE,
TEST, or END.
- 122
- A modified field was received but it had no corresponding input
field definition.
- 124
- Empty received buffer. Clear, ENTER, and the PA keys will cause
this.
- 125
- File name is invalid
- 126
- Field identifier for the ATTRIBUTE keyword was not found in
the panel.
- 129
- Too many arguments supplied with the command
- 130
- SEND must be performed before a RECEIVE
- 131
- Panel source has no panel definition. '.PANEL' was probably
not in column 1 or did not have a space after.
- 132
- Keyword encountered is unknown
- 133
- DROP asked for a control character not presently active
- 136
- Continuation is in effect but end of source was encountered
- 137
- Row or column specified is too large for the current display
CURSOR() or POSITION() the likely source of error.
- 138
- Variable identifier control character was being defined and
more than one stem name was listed.
- 139
- More variable fields defined than listed in the control character
definition.
- 140
- Explicit input field value caused field to go past screen end
- 143
- Panel name in file does not match the panel name in the panel
runtime command.
- 144
- Panel has more rows than the present screen allows
- 145
- Panel has more columns than the present screen allows