 |
» |
|
|
|
|  |  |
- 2
- MESSAGE
Too many parameters were given for this command. (parserr 02)
- 3
- MESSAGE
Too many subparameters were given for this parameter. (parserr 03)
- 4
- MESSAGE
This parameter must have a value. (parserr 04)
- 6
- MESSAGE
This is not a valid option for this command. (parserr 06)
- 7
- MESSAGE
This is not a valid keyword for this command. (parserr 07)
- 8
- MESSAGE
This duplicate specification overrides previous specification. (parswarn 8)
- 9
- MESSAGE
The parser output buffer has overflowed. (parserr 09)
- 10
- MESSAGE
An integer value between -2147483648 and 2147483647 expected. (parserr 10)
- 11
- MESSAGE
This value is not valid for this parameter. (parserr 11)
- 12
- MESSAGE
Invalid prompt string construct in column !. (parserr 12)
- 13
- MESSAGE
The ! and ! parameters may not be specified together. (parserr 13)
- 14
- MESSAGE
Subparameter # ! of the ! parameter is required. (parserr 14)
- 15
- MESSAGE
The ! parameter is required. (parserr 15)
- 16
- MESSAGE
! and ! may not be specified together. (parserr 16)
- 17
- MESSAGE
This option has been specified more than once. (parswarn 17)
- 20
- MESSAGE
Semantic stack overflow. Parser internal error. (parserr 20)
- 21
- MESSAGE
Semantic stack underflow. Parser internal error. (parserr 21)
- 22
- MESSAGE
A command may not have more than 9 continuation lines. (parserr 22)
- 23
- MESSAGE
A command name may not exceed 16 characters.
(parserr 23)
- 24
- MESSAGE
A command line may not exceed 280 characters. (parserr 24)
- 33
- MESSAGE
A control character has been detected here. (parserr 33)
- 34
- MESSAGE
This string does not have a terminator. (parserr 34)
- 35
- MESSAGE
This character is not a valid delimiter. (parserr 35)
- 36
- MESSAGE
Expected a ! to terminate this string. (parserr 36)
- 37
- MESSAGE
Command contains too many parameters — parser overflow. (parserr 37)
- 38
- MESSAGE
The parser's output buffer has overflowed. (parserr 38)
- 45
- MESSAGE
This not a valid suboption for this option. (parserr 45)
- 46
- MESSAGE
Too many UDC parameters have been specified. (parserr 46)
- 48
- MESSAGE
The forms message must be terminated by a period. (parserr 48)
- 49
- MESSAGE
Parser internal error (cntl-y). (parserr 49)
- 50
- MESSAGE
Encountered an unexpected error. (parserr 50)
- 51
- MESSAGE
Encountered an unexpected end-of-line. (parserr 51)
- 52
- MESSAGE
Encountered an unexpected left parenthesis. (parserr 52)
- 53
- MESSAGE
Encountered an unexpected right parenthesis. (parserr 53)
- 54
- MESSAGE
Encountered an unexpected comma. (parserr 54)
- 55
- MESSAGE
Encountered an unexpected period. (parserr 55)
- 56
- MESSAGE
Encountered an unexpected slash. (parserr 56)
- 57
- MESSAGE
Encountered an unexpected semicolon. (parserr 57)
- 58
- MESSAGE
Encountered an unexpected equals sign. (parserr 58)
- 59
- MESSAGE
Encountered an unexpected special token. (parserr 59)
- 60
- MESSAGE
Encountered an unexpected string. (parserr 60)
- 61
- MESSAGE
Encountered an unexpected word. (parserr 61)
- 62
- MESSAGE
Encountered an unexpected ci syntax token. (parserr 62)
- 63
- MESSAGE
Encountered an unexpected data syntax token. (parserr 63)
- 64
- MESSAGE
Encountered an unexpected group token. (parserr 64)
- 65
- MESSAGE
Encountered an unexpected udc header token. (parserr 65)
- 66
- MESSAGE
Encountered an unexpected js syntax token. (parserr 66)
- 67
- MESSAGE
Encountered an unexpected logon name token. (parserr 67)
- 68
- MESSAGE
Encountered an unexpected MPE/iX syntax token. (parserr 68)
- 69
- MESSAGE
Encountered an unexpected special token. (parserr 69)
- 70
- MESSAGE
Encountered an unexpected udc syntax token. (parserr 70)
- 71
- MESSAGE
Encountered an unexpected vs name token. (parserr 71)
- 72
- MESSAGE
Encountered an unexpected less than token. (parserr 72)
- 73
- MESSAGE
Encountered an unexpected lt/eq token. (parserr 73)
- 74
- MESSAGE
Encountered an unexpected not equal token. (parserr 74)
- 75
- MESSAGE
Unknown token. (parserr 75)
- 76
- MESSAGE
Encountered an unexpected greater than token. (parserr 76)
- 77
- MESSAGE
Encountered an unexpected gt/eq token. (parserr 77)
- 78
- MESSAGE
Encountered an unexpected AND token. (parserr 78)
- 79
- MESSAGE
Encountered an unexpected NOT token. (parserr 79)
- 80
- MESSAGE
Encountered an unexpected OR token. (parserr 80)
- 81
- MESSAGE
Encountered an unexpected left bracket token.
(parserr 81)
- 82
- MESSAGE
Encountered an unexpected right bracket token.
(parserr 82)
- 83
- MESSAGE
Encountered an unexpected file reference token.
(parserr 83)
- 100
- MESSAGE
Expected the next parameter or an option. (parserr 100)
- 105
- MESSAGE
Expected the next positional parameter. (parserr 105)
- 110
- MESSAGE
Expected a keyword parameter or an option. (parserr 110)
- 115
- MESSAGE
Expected a value for this keyword. (parserr 115)
- 120
- MESSAGE
Expected an option. (parserr 120)
- 125
- MESSAGE
Expected a comma or a semicolon. (parserr 125)
- 130
- MESSAGE
Expected account name. (parserr 130)
- 140
- MESSAGE
Expected a file reference caret character.
(parserr 140)
- 201
- MESSAGE
Value must be >= 0 and <= 65535. (parserr 201)
- 202
- MESSAGE
Undefined variable name. (parserr 202)
- 203
- MESSAGE
String expression is too complicated. (parserr 203)
- 204
- MESSAGE
String and integer operands may not be mixed like this. (parserr 204)
- 205
- MESSAGE
String values may not exceed 255 characters. (parserr 205)
- 206
- MESSAGE
Invalid operation for strings. (parserr 206)
- 207
- MESSAGE
Division by zero. (parserr 207)
- 208
- MESSAGE
Integer value greater than 65535. (parserr 208)
- 209
- MESSAGE
Integer value less than 0. (parserr 209)
- 221
- MESSAGE
Invalid access mode. (parserr 221)
- 222
- MESSAGE
Invalid accessor. (parserr 222)
- 223
- MESSAGE
The ! access mode is not valid for this command. (parserr 223)
- 224
- MESSAGE
The ! accessor is not valid for this command. (parserr 224)
- 225
- MESSAGE
The ! access mode must be on the right side of the colon. (parserr 225)
- 226
- MESSAGE
The ! accessor must be on the left side of the colon. (parserr 226)
- 250
- MESSAGE
Invalid prompt string. Application internal error. (parserr 250)
- 251
- MESSAGE
This comment must be terminated by a right brace. (parserr 251)
- 252
- MESSAGE
Parameter is too long. (parserr 252)
- 253
- MESSAGE
The first character must be alphabetic. (parserr 253)
- 254
- MESSAGE
Numeric characters are not allowed. (parserr 254)
- 255
- MESSAGE
Invalid use of wordchar. (parserr 255)
- 256
- MESSAGE
Special characters are not allowed. (parserr 256)
- 257
- MESSAGE
Parser internal error — delims array out of sync (parserr 257)
- 258
- MESSAGE
Missing left brace. (parserr 258)
- 259
- MESSAGE
Duplicate specification of an access mode. (parserr 259)
- 260
- MESSAGE
Duplicate specification of an accessor. (parserr 260)
- 261
- MESSAGE
Can't have alpha characters. (parserr 261)
- 262
- MESSAGE
This value is not valid for this parameter. (parserr 262)
- 265
- MESSAGE
Parameter not found in prompt string. (parserr 265)
- 270
- MESSAGE
No command name was found. (parserr 270)
- 275
- MESSAGE
Integer parameters may not have values greater than 2147483647 (parserr 275)
- 280
- MESSAGE
Integer parameters may not have values less than -2147483648 (parserr 280)
- 285
- MESSAGE
Parameter number ! must be specified. (parserr 285)
- 290
- MESSAGE
"KEYWORD=" specification invalid, command has no keywords. (parserr 290)
|