home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / bin / rexx.dll / string.txt
Encoding:
Text File  |  1996-02-22  |  24.4 KB  |  448 lines

  1. 3000    Failure during initialization
  2. 3001    Failure during initialization: File "&1" is unreadable
  3. 3901    Failure during initialization: Program "&1" was not found
  4. 3902    Error writing output file "&1"
  5. 3903    Program "&1" can not be run by this version of the REXX interpreter
  6. 4000    Program interrupted
  7. 4001    Program interrupted with &1 condition
  8. 5000    System resources exhausted
  9. 6000    Unmatched "/*" or quote
  10. 6001    Unmatched comment delimiter ("/*") on line &1
  11. 6002    Unmatched single quote (')
  12. 6003    Unmatched double quote 
  13. 7000    WHEN or OTHERWISE expected
  14. 7001    SELECT on line &1 requires WHEN
  15. 7002    SELECT on line &1 requires WHEN, OTHERWISE, or END
  16. 7003    All WHEN expressions of SELECT are false; OTHERWISE expected
  17. 8000    Unexpected THEN or ELSE
  18. 8001    THEN has no corresponding IF or WHEN clause
  19. 8002    ELSE has no corresponding THEN clause
  20. 9000    Unexpected WHEN or OTHERWISE
  21. 9001    WHEN has no corresponding SELECT
  22. 9002    OTHERWISE has no corresponding SELECT
  23. 10000    Unexpected or unmatched END
  24. 10001    END has no corresponding DO or SELECT
  25. 10002    Symbol following END ("&1") must either match control variable of DO specification ("&2" on line &3) or be omitted
  26. 10003    END corresponding to DO on line &2 must not have a symbol following it because there is no control variable; found "&1"
  27. 10004    END corresponding to SELECT on line &2 must not have a symbol following; found "&1"
  28. 10005    END must not immediately follow THEN
  29. 10006    END must not immediately follow ELSE
  30. 11000    Control stack full
  31. 11001    Insufficient control stack space to continue execution
  32. 13000    Invalid character in program
  33. 13001    Incorrect character in program "&1" ('&2'X)
  34. 14000    Incomplete DO/SELECT/IF
  35. 14001    DO instruction on line &1 requires matching END
  36. 14002    SELECT instruction on line &1 requires matching END
  37. 14003    THEN on line &1 must be followed by an instruction
  38. 14004    ELSE on line &1 must be followed by an instruction
  39. 14901    OTHERWISE on line &1 requires matching END
  40. 15000    Invalid hexadecimal or binary string
  41. 15001    Incorrect location of blank in position &1 in hexadecimal string
  42. 15002    Incorrect location of blank in position &1 in binary string
  43. 15003    Only 0-9, a-f, A-F, and blank are valid in a hexadecimal string; found "&1"
  44. 15004    Only 0, 1, and blank are valid in a binary string; found "&1"
  45. 16000    Label not found
  46. 16001    Label "&1" not found
  47. 17000    Unexpected PROCEDURE
  48. 17001    PROCEDURE is valid only when it is the first instruction executed after an internal CALL or function invocation
  49. 17901    INTERPRET data must not contain PROCEDURE
  50. 18000    THEN expected
  51. 18001    IF instruction on line &1 requires matching THEN clause
  52. 18002    WHEN instruction on line &1 requires matching THEN clause
  53. 19000    String or symbol expected
  54. 19001    String or symbol expected after ADDRESS keyword
  55. 19002    String or symbol expected after CALL keyword
  56. 19003    String or symbol expected after NAME keyword
  57. 19004    String or symbol expected after SIGNAL keyword
  58. 19006    String or symbol expected after TRACE keyword
  59. 19007    String or symbol expected after PARSE keyword
  60. 19901    String or symbol expected after ::CLASS keyword
  61. 19902    String or symbol expected after ::METHOD keyword
  62. 19903    String or symbol expected after ::ROUTINE keyword
  63. 19904    String or symbol expected after ::REQUIRES keyword
  64. 19905    String or symbol expected after EXTERNAL keyword
  65. 19906    String or symbol expected after METACLASS keyword
  66. 19907    String or symbol expected after SUBCLASS keyword
  67. 19908    String or symbol expected after INHERIT keyword
  68. 19909    String or symbol expected after tilde ("~")
  69. 19911    String or symbol expected after superclass colon (":")
  70. 19912    String or symbol expected after STREAM keyword
  71. 19913    String or symbol expected after MIXINCLASS keyword
  72. 20000    Symbol expected
  73. 20901    Symbol expected after DROP keyword
  74. 20902    Symbol expected after EXPOSE keyword
  75. 20903    Symbol expected after PARSE keyword
  76. 20904    Symbol expected after PARSE VAR
  77. 20905    Keyword following NUMERIC must be one of "DIGITS", "FORM", or "FUZZ"; found "&1"
  78. 20906    Symbol expected after "(" of a variable reference
  79. 20907    Symbol expected after LEAVE keyword
  80. 20908    Symbol expected after ITERATE keyword
  81. 20909    Symbol expected after END keyword
  82. 20911    Symbol expected after ON keyword
  83. 20912    Symbol expected after OFF keyword
  84. 20913    Symbol expected after USE ARG
  85. 20914    Symbol expected after RAISE keyword
  86. 20915    Symbol expected after USER keyword
  87. 20916    Symbol expected after ::
  88. 20917    Symbol expected after superclass colon (":")
  89. 21000    Invalid data on end of clause
  90. 21901    Data may not follow the NOP keyword; found "&1"
  91. 21902    Data may not follow the SELECT keyword; found "&1"
  92. 21903    Data may not follow the NAME keyword; found "&1"
  93. 21904    Data may not follow the condition name; found "&1"
  94. 21905    Data may not follow the SIGNAL label name; found "&1"
  95. 21906    Data may not follow the TRACE setting; found "&1"
  96. 21907    Data may not follow the LEAVE control variable name; found "&1"
  97. 21908    Data may not follow the ITERATE control variable name; found "&1"
  98. 21909    Data may not follow the END control variable name; found "&1"
  99. 21911    Data may not follow the NUMERIC FORM specification; found "&1"
  100. 21912    Data may not follow the GUARD OFF specification; found "&1"
  101. 22000    Invalid character string
  102. 22001    Incorrect character string "&1" ('&2'X)
  103. 22901    Incorrect double-byte character
  104. 23000    Invalid data string
  105. 23001    Incorrect data string "&1" ('&2'X)
  106. 24000    Invalid TRACE request
  107. 24001    TRACE request must be one character of "ACEFILNOR"; found  "&1"
  108. 24464    External name not found
  109. 24901    Numeric TRACE requests are valid only from interactive debug
  110. 25000    Invalid sub-keyword found
  111. 25001    Keyword following CALL ON must be one of "ERROR", "FAILURE", "HALT", "NOTREADY", "USER", or "ANY"; found "&1"
  112. 25002    Keyword following CALL OFF must be one of "ERROR", "FAILURE", "HALT", "NOTREADY", "USER", or "ANY"; found "&1"
  113. 25003    Keyword following SIGNAL ON must be one of "ERROR", "FAILURE", "HALT", "LOSTDIGITS", "NOTREADY", "NOMETHOD", "NOSTRING", "NOVALUE", "SYNTAX", "USER", or "ANY"; found "&1"
  114. 25004    Keyword following SIGNAL OFF must be one of "ERROR", "FAILURE", "HALT", "LOSTDIGITS", "NOTREADY", "NOMETHOD", "NOSTRING", "NOVALUE", "SYNTAX", "USER", or "ANY"; found "&1""
  115. 25011    Keyword following NUMERIC FORM must be one of "SCIENTIFIC" or "ENGINEERING"; found "&1"
  116. 25012    Keyword following PARSE must be one of "ARG", "LINEIN", "PULL", "SOURCE", "VALUE", "VAR", or "VERSION"; found "&1"
  117. 25015    Keyword following NUMERIC must be one of "DIGITS", "FORM", or "FUZZ"; found "&1"
  118. 25017    Here PROCEDURE must be followed by the keyword EXPOSE or nothing; found "&1"
  119. 25461    Unable to find external class "&1"
  120. 25462    Unable to find external method "&1"
  121. 25463    Unable to find external routine "&1"
  122. 25464    No result object
  123. 25901    Unknown keyword on ::CLASS directive; found "&1"
  124. 25902    Unknown keyword on ::METHOD directive; found "&1"
  125. 25903    Unknown keyword on ::ROUTINE directive; found "&1"
  126. 25904    Unknown keyword on ::REQUIRES directive; found "&1"
  127. 25905    Keyword following USE must be "ARG"; found "&1"
  128. 25906    Keyword following RAISE must be one of "ERROR", "FAILURE", "HALT", "LOSTDIGITS", "NOMETHOD", "NOSTRING", "NOTREADY", "NOVALUE", or "SYNTAX"; found "&1"
  129. 25907    Unknown keyword on RAISE instruction; found "&1"
  130. 25908    Duplicate DESCRIPTION keyword found
  131. 25909    Duplicate ADDITIONAL or ARRAY keyword found
  132. 25911    Duplicate RETURN or EXIT keyword found
  133. 25912    Keyword following GUARD ON must be "WHEN"; found "&1"
  134. 25913    Keyword following GUARD ON must be "WHEN"; found "&1"
  135. 25914    Keyword following CALL ON condition must be "NAME"; found "&1"
  136. 25915    Keyword following SIGNAL ON condition must be "NAME"; found "&1"
  137. 25916    Unknown keyword on FORWARD instruction; found "&1"
  138. 25917    Duplicate TO keyword found
  139. 25918    Duplicate ARGUMENTS or ARRAY keyword found
  140. 25919    Duplicate RETURN or CONTINUE keyword found
  141. 25921    Duplicate CLASS keyword found
  142. 25922    Duplicate MESSAGE keyword found
  143. 26000    Invalid whole number
  144. 26002    Value of repetition count expression of DO instruction must be zero or a positive whole number; found "&1"
  145. 26003    Value of FOR expression of DO instruction must be zero or a positive whole number; found "&1"
  146. 26004    Positional pattern of PARSE template must be a whole number; found "&1"
  147. 26005    NUMERIC DIGITS value must be a positive whole number; found "&1"
  148. 26006    NUMERIC FUZZ value must be zero or a positive whole number; found "&1"
  149. 26007    Number used in TRACE setting must be a whole number; found "&1"
  150. 26008    Operand to right of the power operator ("**") must be a whole number; found "&1"
  151. 26011    Result of % operation did not result in a whole number
  152. 26012    Result of // operation did not result in a whole number
  153. 26463    Message "&1" did not return a result object
  154. 27000    Invalid DO syntax
  155. 27001    WHILE and UNTIL keywords cannot be used on the same DO loop
  156. 27464    Incorrect call to method
  157. 27901    Incorrect data following FOREVER keyword on DO loop; found "&1"
  158. 27902    DO keyword &1 can be specified only once
  159. 28000    Invalid LEAVE or ITERATE
  160. 28001    LEAVE is valid only within a repetitive DO loop
  161. 28002    ITERATE is valid only within a repetitive DO loop
  162. 28003    Symbol following LEAVE ("&1") must either match control variable of a current DO loop or be omitted
  163. 28004    Symbol following ITERATE ("&1") must either match control variable of a current DO loop or be omitted
  164. 28365    Not enough arguments in method; &1 expected
  165. 28366    Too many arguments in invocation of method; &1 expected
  166. 28367    Missing argument in method; argument &1 is required
  167. 28368    Method argument &1 must be a number; found "&2"
  168. 28369    Method argument &1 must be a whole number; found "&2"
  169. 28370    Method argument &1 must be zero or a positive whole number; found "&2"
  170. 28371    Method argument &1 must be a positive whole number; found "&2"
  171. 28372    Method argument &1 must not exceed &2; found "&3"
  172. 28373    Method argument &1 must be in the range 0-99; found "&2"
  173. 28375    Method argument &1 must not be null
  174. 28376    Method argument &1 must be a hexadecimal string; found "&2"
  175. 28377    Method argument &1 must be a valid symbol; found "&2"
  176. 28378    Method argument &1 must be one of &2; found "&3"
  177. 28379    Method option must be one of &1; found "&2"
  178. 28380    Method argument &1 must have a string value
  179. 28381    Method &1 does not exist
  180. 28382    Incorrect list index "&1"
  181. 28383    Incorrect array position "&1"
  182. 28385    Argument missing on binary operator
  183. 28386    Incorrect pad or character argument specified; found "&1"
  184. 28387    Incorrect length argument specified; found "&1"
  185. 28388    Incorrect position argument specified; found "&1"
  186. 28389    Not enough subscripts for array; &1 expected
  187. 28390    Too many subscripts for array; &1 expected
  188. 28391    Length must be specified to convert a negative value
  189. 28392    Length must be specified to convert a negative value
  190. 28393    D2C value must be a valid whole number;  found "&1"
  191. 28395    Incorrect location of blank in position &1 in hexadecimal string
  192. 28396    Incorrect location of blank in position &1 in binary string
  193. 28397    Only 0-9, a-f, A-F, and blank are valid in a hexadecimal string; character found "&1"
  194. 28398    Only 0, 1, and blank are valid in a binary string; character found "&1"
  195. 28399    X2D result is not a valid whole number with NUMERIC DIGITS &1
  196. 28400    C2D result is not a valid whole number with NUMERIC DIGITS &1
  197. 28401    No more supplier items available
  198. 28402    Method argument &1 must have a string value
  199. 28403    Method argument &1 must have a single-dimensional array value
  200. 28405    Number "&1" exponent is too large for &2 spaces
  201. 28406    Number "&1" integer part is too large for &2 spaces
  202. 28407    &1 method target must be a number; found "&2"
  203. 28408    Method argument &1 must be a message object
  204. 28409    Missing argument in message array; argument &1 is required
  205. 28410    Missing argument in message array; argument &1 is required
  206. 28411    Method SECTION can be used only on single-dimensional arrays
  207. 28412    Method argument &1 must be of the &2 class
  208. 28413    The index and value objects must be the same for PUT to an index-only collection
  209. 28415    Incorrect alarm time; found "&1"
  210. 28416    Method argument &1 is an array and does not contain all string values
  211. 28417    Method argument &1 could not be converted to type &2
  212. 28418    Method "&1" can be used only on a single-dimensional array
  213. 28419    Method argument &1 is an array and does not contain all string values
  214. 28420    Element &1 of the array must be a string
  215. 28421    Element &1 of the array must be a subclass of the target object
  216. 28422    Positioning of transient streams is not valid
  217. 28423    An array cannot contain more than 99,999,999 elements
  218. 28425    Method argument &1 must have a string value or an array value
  219. 29000    Environment name too long
  220. 29001    Environment name exceeds &1 characters; found "&2"
  221. 30000    Name or string too long
  222. 30001    Name exceeds 250 characters:  "&1"
  223. 30002    Literal string exceeds 250 characters:  "&1"
  224. 30901    Hexadecimal literal string exceeds 250 characters "&2"
  225. 30902    Binary literal string exceeds 250 characters "&2"
  226. 31000    Name starts with number or "."
  227. 31001    A value cannot be assigned to a number; found "&1"
  228. 31002    Variable symbol must not start with a number; found "&1"
  229. 31003    Variable symbol must not start with a "."; found "&1"
  230. 31464    Object method not found
  231. 31465    Object "&1" does not understand message "&2"
  232. 32464    Execution error
  233. 33000    Invalid expression result
  234. 33001    Value of NUMERIC DIGITS ("&1") must exceed value of NUMERIC FUZZ ("&2")
  235. 33002    Value of NUMERIC DIGITS ("&1") must not exceed &2
  236. 33365    SOM object "&1" is no longer available
  237. 33366    Unable to convert object "&1" to a double float value
  238. 33367    Unable to load library "&1"
  239. 33368    Abnormal termination occurred
  240. 33369    Object "&1" cannot accept message "&2" because of a deadlock with "&3"
  241. 33370    Incorrect object reference detected
  242. 33371    Object of type "&1" was required
  243. 33372    Metaclass "&1" not found
  244. 33373    Class "&1" not found
  245. 33375    Cyclic inheritance in program "&1"
  246. 33376    SOM class "&1" not found
  247. 33377    Unable to convert object "&1" to a single-dimensional array value
  248. 33378    Unable to convert object "&1" to a string value
  249. 33379    A message object cannot be sent more than one SEND or START message
  250. 33380    Message object "&1" received an error from message "&2"
  251. 33381    Incorrect condition object received for RAISE OBJECT; found "&1"
  252. 33382    No active condition available for PROPAGATE
  253. 33383    Unable to convert object "&1" to a method
  254. 33385    Could not retrieve "&1" information for method "&2"
  255. 33395    No method descriptor information for method "&1" on class "&2"
  256. 33396    The SOM interface currently does not support parameter type "&1", specified for argument &2
  257. 33397    The SOM interface currently does not support parameter type "&1", specified for return value
  258. 33398    Number of OUT/INOUT type arguments cannont exceed &1
  259. 33399    REPLY can be issued only once per method invocation
  260. 33400    RETURN cannot return a value after a REPLY
  261. 33401    EXIT cannot return a value after a REPLY
  262. 33402    Message search overrides can be used only from methods of the target object
  263. 33403    Additional information for SYNTAX errors must be a single-dimensional array of values
  264. 33405    Unknown error number specified on RAISE SYNTAX; found "&1""
  265. 33406    Class "&1" must be a MIXINCLASS for INHERIT
  266. 33407    Class "&1" is not a subclass of "&2" base class "&3"
  267. 33408    Class "&1" cannot inherit from itself, a super-class, or a sub-class ("&2")
  268. 33409    Class "&1" has not inherited class "&2"
  269. 33410    FORWARD arguments must be a single-dimensional array of values
  270. 33411    FORWARD arguments must be a single-dimensional array of values
  271. 33412    Authorization failure:  &1
  272. 33414    Concurrency not supported
  273. 33464    Translation error
  274. 33901    Incorrect expression result following VALUE keyword of ADDRESS instruction
  275. 33902    Incorrect expression result following VALUE keyword of SIGNAL instruction
  276. 33903    Incorrect expression result following VALUE keyword of TRACE instruction
  277. 33904    Incorrect expression result following SYNTAX keyword of RAISE instruction
  278. 34000    Logical value not 0 or 1
  279. 34001    Value of expression following IF keyword must be exactly "0" or "1"; found "&1"
  280. 34002    Value of expression following WHEN keyword must be exactly "0" or "1"; found "&1"
  281. 34003    Value of expression following WHILE keyword must be exactly "0" or "1"; found "&1"
  282. 34004    Value of expression following UNTIL keyword must be exactly "0" or "1"; found "&1"
  283. 34005    Value of expression to left of logical operator "&1" must be exactly "0" or "1"; found "&2"
  284. 34365    Duplicate ::CLASS directive instruction
  285. 34366    Duplicate ::METHOD directive instruction
  286. 34367    Duplicate ::ROUTINE directive instruction
  287. 34368    Duplicate ::REQUIRES directive instruction
  288. 34369    CLASS keyword on ::METHOD directive requires a matching ::CLASS directive
  289. 34371    EXPOSE must be the first instruction executed after a method invocation
  290. 34372    INTERPRET data must not contain EXPOSE
  291. 34373    GUARD must be the first instruction executed after EXPOSE or USE
  292. 34375    GUARD may be issued only in an object method invocation
  293. 34376    INTERPRET data must not contain GUARD
  294. 34377    GUARD instruction did not include references to exposed variables
  295. 34378    INTERPRET data must not contain directive instructions
  296. 34379    INTERPRET data must not contain USE
  297. 34380    Unrecognized directive instruction
  298. 34381    Incorrect external directive name "&1"
  299. 34382    USE ARG requires a "," between variable names;  found "&1"
  300. 34383    REPLY may be issued only in an object method invocation
  301. 34385    Incorrect program line in method source array
  302. 34386    ::REQUIRES directives must appear before other directive instructions
  303. 34387    INTERPRET data must not contain FORWARD
  304. 34388    INTERPRET data must not contain REPLY
  305. 34389    An ATTRIBUTE method name must be a valid variable name; found "&1"
  306. 34901    Logical value must be exactly "0" or "1"; found "&1"
  307. 34902    Value of expression following GUARD keyword must be exactly "0" or "1"; found "&1"
  308. 34903    Authorization failure:  &1
  309. 35000    Invalid expression
  310. 35001    Incorrect expression detected at "&1"
  311. 35464    General message text
  312. 35465    Error
  313. 35466    running
  314. 35467    line
  315. 35468    +++ Interactive trace.  Error
  316. 35469    +++ Interactive trace.  TRACE OFF to end debug, ENTER to continue. +++
  317. 35470    January
  318. 35471    February
  319. 35472    March
  320. 35473    April
  321. 35474    May
  322. 35475    June
  323. 35476    July
  324. 35477    August
  325. 35478    September
  326. 35479    October
  327. 35480    November
  328. 35481    December
  329. 35901    Prefix operator "&1" is not followed by an expression term
  330. 35902    Missing conditional expression following IF keyword
  331. 35903    Missing conditional expression following WHEN keyword
  332. 35904    Missing initial expression for DO control variable
  333. 35905    Missing expression following BY keyword
  334. 35906    Missing expression following TO keyword
  335. 35907    Missing expression following FOR keyword
  336. 35908    Missing expression following WHILE keyword
  337. 35909    Missing expression following UNTIL keyword
  338. 35911    Missing expression following OVER keyword
  339. 35912    Missing expression following INTERPRET keyword
  340. 35913    Missing expression following OPTIONS keyword
  341. 35914    Missing expression following VALUE keyword of an ADDRESS instruction
  342. 35915    Missing expression following VALUE keyword of a SIGNAL instruction
  343. 35916    Missing expression following VALUE keyword of a TRACE instruction
  344. 35917    Missing expression following VALUE keyword of a NUMERIC FORM instruction
  345. 35918    Missing expression following assignment instruction
  346. 35919    Operator "&1" is not followed by an expression term
  347. 35921    Missing expression following GUARD keyword
  348. 35922    Missing expression following DESCRIPTION keyword of a RAISE instruction
  349. 35923    Missing expression following ADDITIONAL keyword of a RAISE instruction
  350. 35924    Missing "(" on expression list of the ARRAY keyword
  351. 35925    Missing expression following TO keyword of a FORWARD instruction
  352. 35926    Missing expression following ARGUMENTS keyword of a FORWARD instruction
  353. 35927    Missing expression following MESSAGE keyword of a FORWARD instruction
  354. 35928    Missing expression following CLASS keyword of a FORWARD instruction
  355. 36000    Unmatched "(" or "[" in expression
  356. 36901    Left parenthesis "(" in position &1 on line &2 requires a corresponding right parenthesis ")"
  357. 36902    Square bracket "[" in position &1 on line &2 requires a corresponding right square bracket "]"
  358. 37000    Unexpected ",", ")", or "]"
  359. 37001    Unexpected ","
  360. 37002    Unmatched ")" in expression
  361. 37901    Unexpected "]"
  362. 38000    Invalid template or pattern
  363. 38001    Incorrect PARSE template detected at "&1"
  364. 38002    Incorrect PARSE position detected at "&1"
  365. 38003    PARSE VALUE instruction requires WITH keyword
  366. 38901    Missing PARSE relative position
  367. 40000    Incorrect call to routine
  368. 40001    External routine "&1" failed
  369. 40003    Not enough arguments in invocation of &1; minimum expected is &2
  370. 40004    Too many arguments in invocation of &1; maximum expected is &2
  371. 40005    Missing argument in invocation of &1; argument &2 is required
  372. 40011    &1 argument &2 must be a number; found "&3"
  373. 40012    &1 argument &2 must be a whole number; found "&3"
  374. 40013    &1 argument &2 must be zero or positive; found "&3"
  375. 40014    &1 argument &2 must be positive; found "&3"
  376. 40021    &1 argument &2 must not be null
  377. 40022    &1 argument &2 must be a single character or null; found "&3"
  378. 40023    &1 argument &2 must be a single character; found "&3"
  379. 40024    &1 argument &2 must be a binary string; found "&3"
  380. 40025    &1 argument &2 must be a hexadecimal string; found "&3"
  381. 40026    &1 argument &2 must be a valid symbol; found "&3"
  382. 40032    RANDOM difference between argument 1 ("&1") and argument 2 ("&2") must not exceed 100000
  383. 40033    RANDOM difference between argument 1 ("&1") and argument 2 ("&2") must not exceed 100000
  384. 40034    SOURCELINE argument 1 ("&1") must be less than or equal to the number of lines in the program (&2)
  385. 40035    X2D argument 1 cannot be expressed as a whole number; found "&1"
  386. 40901    Result returned by &1 is longer than &2:  "&3"
  387. 40902    &1 argument &2 must not exceed 999,999,999
  388. 40903    &1 argument &2 must be in the range 0-99; found "&3"
  389. 40904    &1 argument &2 must be one of &3; found "&4"
  390. 40905    TRACE setting must be one of ACEFILNOR; found "&1"
  391. 40906    DATE argument 2 must be in a valid date format; found "&1"
  392. 40907    TIME argument 2 must be in a valid time format; found "&1"
  393. 40908    An input time can not be used with TIME("R") or TIME("E")
  394. 40912    &1 argument &2 must be a single-dimensional array; found "&3"
  395. 40913    &1 argument &2 must have a string value; found "&3"
  396. 40914    Unknown VALUE function variable environment selector; found "&1"
  397. 40915    Program "&1" can not be run by this version of the REXX interpreter
  398. 41000    Bad arithmetic conversion
  399. 41001    Non-numeric value ("&1") used in arithmetic operation
  400. 41003    Non-numeric value ("&1") used with prefix operator
  401. 41004    Value of TO expression of DO instruction must be numeric; found "&1"
  402. 41005    Value of BY expression of DO instruction must be numeric; found "&1"
  403. 41006    Value of control variable expression of DO instruction must be numeric; found "&1"
  404. 41007    Exponent exceeds &1 digits; found "&2"
  405. 41901    Value of RAISE SYNTAX expression of DO instruction must be numeric; found "&1"
  406. 42000    Arithmetic overflow/underflow
  407. 42001    Arithmetic overflow detected at:  "&1&2&3"
  408. 42002    Arithmetic underflow detected at:  "&1&2&3"
  409. 42003    Arithmetic overflow; divisor must not be zero
  410. 42901    Arithmetic overflow; exponent ("&1") exceeds &2 digits
  411. 42902    Arithmetic underflow; exponent ("&1") exceeds &2 digits
  412. 42903    Arithmetic underflow; zero raised to a negative power
  413. 43000    Routine not found
  414. 43001    Could not find routine "&1"
  415. 43901    Could not find routine "&1" for ::REQUIRES
  416. 44000    Function or message did not return data
  417. 44001    No data returned from function "&1"
  418. 45000    No data specified on function RETURN
  419. 45001    Data expected on RETURN instruction because routine "&1" was called as a function
  420. 46000    Invalid variable reference
  421. 46001    Extra token ("&1") found in variable reference list; ")" expected
  422. 46901    Missing ")" in variable reference
  423. 46902    Extra token ("&1") found in USE ARG variable reference; "," or end of instruction expected
  424. 47000    Unexpected label
  425. 47001    INTERPRET data must not contain labels; found "&1"
  426. 48000    Failure in system service
  427. 48001    Failure in system service: &1
  428. 49000    Interpretation error
  429. 49001    Interpretation Error: Unexpected failure initializing the interpreter
  430. 50001    The RXSUBCOM parameters are incorrect.
  431. 50002    The RXSUBCOM parameter REGISTER is incorrect.
  432. 50003    The RXSUBCOM parameter DROP is incorrect.
  433. 50004    The RXSUBCOM parameter LOAD is incorrect.
  434. 50005    The RXSUBCOM parameter QUERY is incorrect.
  435. 50006    The REXX queuing system is not initialized or command syntax incorrect.
  436. 50007    The return information buffer is not big enough.
  437. 50008    The size of the data is incorrect.
  438. 50009    Attempt to duplicate queue name.
  439. 50010    Storage for data queues is exhausted.
  440. 50011      is not a valid queue name.
  441. 50012    Not accessed as LIFO|FIFO.
  442. 50013    Not accessed as WAIT|NOWAIT.
  443. 50014    No data in queue.
  444. 50015    : this queue does not exist. 
  445. 50016    The queue access mode is incorrect.
  446. 50017    No memory to create queue.
  447. 50018    Failure in memory management.
  448.