Intermec CV30 Intermec Terminal Emulator (ITE) Programmer's Reference Manual - Page 52

Parameter Error Codes and Descriptions, System Messages and Parameter Errors continued, Field Exit - parts list

Page 52 highlights

Chapter 1 - About 3270 and 5250 Programming System Messages and Parameter Errors (continued) Code 0012 0013 0014 0015 0016 0017 0018 0019 0020 0021 0023 0026 0099 C00 PXX Description No room in field for insert. The field is full or on the last byte. Cannot leave field while in insert mode. Field is mandatory fill and cannot be exited until filled. MOD 10 or MOD 11 Check has failed on field. Field error: Cannot be used in field that is not signed numeric. Attempt to use Field Exit key in unfilled, mandatory fill field. Only a nondata key can be used to exit this field; for example, Field Exit. Dup key not allowed in this field. Cannot use AID-generating key to exit signed numeric or right-adjusted field. Must use Field Exit. Cannot exit a mandatory enter field without entering data. Invalid hex value entered. The Field key was pressed, but the last character of the field was not 0-9. Invalid key pressed before computer was in session. Only Sys Req is allowed. Invalid 5250 command received, byte sequence sent to host: 01 10 03 01 01. System code where "XX" is the parameter error. When a 5250 command contains invalid parameters, system code "PXX" appears on the bottom line of the display. The "XX" in the system code indicates the type of parameter error. The message sent to the host is: 01 10 05 01 XX, where "XX" is the same parameter error that was put in the computer's display. The parameter errors are a subset of the 5250 data stream command set. Errors supported by the computers are listed in the following table. Parameter Error Codes and Descriptions Parameter Error Description P21 Premature end of data stream. P22 A row or column specification is out of range. P23 Ending address of the RA order is less than the start address. P25 A signed input field had a length of 1. It must be at least 2. P26 An input field start address was less than a previously-defined input field start address. P27 An invalid Restore Screen command was received. P28 An attempt was made to define an input field past the end of the display. P29 Format table overflow (too many input fields were defined). P2A An attempt was made to write data past the end of the display. P2C Invalid roll up or roll down parameters were received. P30 An invalid attribute was received as part of an SF order. P87 MOD 10 or 11 input field defined with a length greater than 33. 40 Intermec Terminal Emulator (ITE) Programmer's Reference Manual

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184

Chapter 1 — About 3270 and 5250 Programming
40
Intermec Terminal Emulator (ITE) Programmer’s Reference Manual
When a 5250 command contains invalid parameters, system code “PXX” appears on
the bottom line of the display. The “XX” in the system code indicates the type of
parameter error.
The message sent to the host is: 01 10 05 01 XX, where “XX” is the same parameter
error that was put in the computer's display. The parameter errors are a subset of
the 5250 data stream command set. Errors supported by the computers are listed in
the following table.
0012
No room in field for insert. The field is full or on the last byte.
0013
Cannot leave field while in insert mode.
0014
Field is mandatory fill and cannot be exited until filled.
0015
MOD 10 or MOD 11 Check has failed on field.
0016
Field error: Cannot be used in field that is not signed numeric.
0017
Attempt to use
Field Exit
key in unfilled, mandatory fill field.
0018
Only a nondata key can be used to exit this field; for example,
Field Exit
.
0019
Dup
key not allowed in this field.
0020
Cannot use AID-generating key to exit signed numeric or right-adjusted field.
Must use
Field Exit
.
0021
Cannot exit a mandatory enter field without entering data.
0023
Invalid hex value entered.
0026
The
Field
key was pressed, but the last character of the field was not 0-9.
0099
Invalid key pressed before computer was in session. Only
Sys Req
is allowed.
C00
Invalid 5250 command received, byte sequence sent to host: 01 10 03 01 01.
PXX
System code where “XX” is the parameter error.
Parameter Error Codes and Descriptions
Parameter Error
Description
P21
Premature end of data stream.
P22
A row or column specification is out of range.
P23
Ending address of the RA order is less than the start address.
P25
A signed input field had a length of 1. It must be at least 2.
P26
An input field start address was less than a previously-defined input field
start address.
P27
An invalid Restore Screen command was received.
P28
An attempt was made to define an input field past the end of the display.
P29
Format table overflow (too many input fields were defined).
P2A
An attempt was made to write data past the end of the display.
P2C
Invalid roll up or roll down parameters were received.
P30
An invalid attribute was received as part of an SF order.
P87
MOD 10 or 11 input field defined with a length greater than 33.
System Messages and Parameter Errors (continued)
Code
Description