home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / WINDOWS / adabas / f_0001 / env / sqlpl.enm < prev    next >
Text File  |  1999-11-01  |  16KB  |  229 lines

  1. ++**********************************************************************
  2. ++ system messages for SQLPL  in English
  3. ++
  4. ++ number ranges for the  SQLPL  error messages :
  5. ++
  6. ++   160  -  Runtime environment (SQLPL )
  7. ++           16080 - 16099  --> messages for file transactions
  8. ++   161  -  Runtime environment (FORM)
  9. ++   162  -  Compiler ( of type  : ... expected)
  10. ++   163  -  Compiler
  11. ++   164  -  Compiler
  12. ++   165  -  System errors
  13. ++   166  -  Precompiler interface
  14. ++   167  -  DB-effects
  15. ++   168  -  Header texts
  16. ++   1685 -  Debugger
  17. ++   169  -  Workbench error messages  ( stored as literals )
  18. ++
  19. ++**********************************************************************
  20. run      SQLPL        ENG  16001 -16001 &1 not found
  21. run      SQLPL        ENG  16002 -16002 Application not found
  22. run      SQLPL        ENG  16003 -16003 Module not found
  23. run      SQLPL        ENG  16020 -16020 Vector index must be between 1 and 255 (&1)
  24. run      SQLPL        ENG  16021 -16021 Repeat string length is out of bounds (&1)
  25. run      SQLPL        ENG  16022 -16022 Too much data
  26. run      SQLPL        ENG  16023 -16023 No temporary space available
  27. run      SQLPL        ENG  16024 -16024 Endless loop supposed (&1)
  28. run      SQLPL        ENG  16025 -16025 Nested SQL calls not allowed (&1)
  29. run      SQLPL        ENG  16026 -16026 The parameter PROC_DATA_CACHE is too small
  30. run      SQLPL        ENG  16031 -16031 Call of stored command is too long (&1)
  31. run      SQLPL        ENG  16032 -16032 NULL value not allowed in stored command (&1)
  32. run      SQLPL        ENG  16033 -16033 Stored command not found (&1)
  33. run      SQLPL        ENG  16040 -16040 No terminal I/O in batch (&1)
  34. run      SQLPL        ENG  16041 -16041 Module &1 has to be stored again ( e.g. with MSTORE )
  35. run      SQLPL        ENG  16042 -16042 Invalid pattern in LIKE predicate
  36. run      SQLPL        ENG  16050 -16050 Not a PROC (&1)
  37. run      SQLPL        ENG  16051 -16051 Not a FUNCTION (&1)
  38. run      SQLPL        ENG  16052 -16052 Not a FORM (&1)
  39. run      SQLPL        ENG  16053 -16053 Not a HELPFORM (&1)
  40. run      SQLPL        ENG  16054 -16054 Not a MENU (&1)
  41. run      SQLPL        ENG  16070 -16070 The printer is not available
  42. run      SQLPL        ENG  16080 -16080 End of file
  43. run      SQLPL        ENG  16081 -16081 File '&1' already open
  44. run      SQLPL        ENG  16082 -16082 File '&1' not writable
  45. run      SQLPL        ENG  16083 -16083 File '&1' not readable
  46. run      SQLPL        ENG  16084 -16084 Too many files already opened
  47. run      SQLPL        ENG  16085 -16085 File '&1' isn't open
  48. run      SQLPL        ENG  16086 -16086 Open error at file '&1'
  49. run      SQLPL        ENG  16100 -16100 Stack overflow (&1)
  50. run      SQLPL        ENG  16101 -16101 There is no line for key labels (&1)
  51. run      SQLPL        ENG  16102 -16102 Out of memory (&1)
  52. run      SQLPL        ENG  16103 -16103 PULLDOWN label and COMMENT buffer overflow
  53. run      SQLPL        ENG  16104 -16104 Too many labels in menu
  54. run      SQLPL        ENG  16105 -16105 Too many PULLDOWNs in menu
  55. run      SQLPL        ENG  16106 -16106 Wrong terminal type
  56. run      SQLPL        ENG  16107 -16107 All labels are empty in menu (&1)
  57. run      SQLPL        ENG  16108 -16108 Actionbar out of window
  58. compile  SQLPL        ENG  16201 -16201 '.' expected
  59. compile  SQLPL        ENG  16202 -16202 '=' expected
  60. compile  SQLPL        ENG  16203 -16203 ''' expected
  61. compile  SQLPL        ENG  16204 -16204 ':=' expected
  62. compile  SQLPL        ENG  16205 -16205 '(' expected
  63. compile  SQLPL        ENG  16206 -16206 ')' expected
  64. compile  SQLPL        ENG  16207 -16207 ':' expected
  65. compile  SQLPL        ENG  16208 -16208 '<->' expected
  66. compile  SQLPL        ENG  16211 -16211 PROC, DBPROC, FORM or FUNCTION expected
  67. compile  SQLPL        ENG  16212 -16212 LAYOUT expected
  68. compile  SQLPL        ENG  16213 -16213 AND expected
  69. compile  SQLPL        ENG  16214 -16214 DO expected
  70. compile  SQLPL        ENG  16215 -16215 END expected
  71. compile  SQLPL        ENG  16216 -16216 THEN expected
  72. compile  SQLPL        ENG  16217 -16217 UNTIL expected
  73. compile  SQLPL        ENG  16218 -16218 WHEN expected
  74. compile  SQLPL        ENG  16219 -16219 AS expected
  75. compile  SQLPL        ENG  16220 -16220 CALL expected
  76. compile  SQLPL        ENG  16221 -16221 OF expected
  77. compile  SQLPL        ENG  16222 -16222 PRINT parameter expected
  78. compile  SQLPL        ENG  16223 -16223 TO or DOWNTO expected
  79. compile  SQLPL        ENG  16224 -16224 READ, WRITE or APPEND expected
  80. compile  SQLPL        ENG  16225 -16225 IMMEDIATE expected
  81. compile  SQLPL        ENG  16226 -16226 INTO expected
  82. compile  SQLPL        ENG  16227 -16227 ROWS expected
  83. compile  SQLPL        ENG  16228 -16228 F1, F2 ... or F12 or HELP expected
  84. compile  SQLPL        ENG  16229 -16229 Length (S, M, L, XL) expected
  85. compile  SQLPL        ENG  16230 -16230 HIGH, LOW, INV, BLK, ATTR1, ... ATTR16 or UNDERL expected
  86. compile  SQLPL        ENG  16231 -16231 BACKGROUND, NOHEADLINE, SETLOCAL or SETOFF expected
  87. compile  SQLPL        ENG  16232 -16232 SUM, AVG, COUNT, MIN, MAX, VAL1, VAL2, VAL3 or VAL4 expected
  88. compile  SQLPL        ENG  16233 -16233 IN, OUT or INOUT expected
  89. compile  SQLPL        ENG  16241 -16241 New line expected
  90. compile  SQLPL        ENG  16242 -16242 Parameter expected
  91. compile  SQLPL        ENG  16243 -16243 Special sign expected
  92. compile  SQLPL        ENG  16244 -16244 Comparison operand expected
  93. compile  SQLPL        ENG  16245 -16245 Expression expected
  94. compile  SQLPL        ENG  16246 -16246 Statement expected
  95. compile  SQLPL        ENG  16247 -16247 Any character expected
  96. compile  SQLPL        ENG  16248 -16248 Variable list expected
  97. compile  SQLPL        ENG  16249 -16249 Literal expected
  98. compile  SQLPL        ENG  16250 -16250 Slice specification expected
  99. compile  SQLPL        ENG  16251 -16251 Compiler option expected
  100. compile  SQLPL        ENG  16252 -16252 FORM option expected
  101. compile  SQLPL        ENG  16253 -16253 Numeric literal expected
  102. compile  SQLPL        ENG  16254 -16254 Logic expression expected
  103. compile  SQLPL        ENG  16256 -16256 Parameters for stored command expected
  104. compile  SQLPL        ENG  16257 -16257 REPORT result specification expected
  105. compile  SQLPL        ENG  16258 -16258 SQL datatype expected
  106. compile  SQLPL        ENG  16259 -16259 Call of a stored command expected
  107. compile  SQLPL        ENG  16260 -16260 QUERY 'RUN' symbol expected
  108. compile  SQLPL        ENG  16261 -16261 Name of a stored command expected
  109. compile  SQLPL        ENG  16262 -16262 'EXEC' symbol not allowed in REPORT call
  110. compile  SQLPL        ENG  16270 -16270 Constant is expected to be in hex notation
  111. compile  SQLPL        ENG  16271 -16271 Because of vector slice in argument list a predicate is expected
  112. compile  SQLPL        ENG  16280 -16280 Missing keyword
  113. compile  SQLPL        ENG  16281 -16281 ENDLAYOUT expected
  114. compile  SQLPL        ENG  16282 -16282 POS expected
  115. compile  SQLPL        ENG  16284 -16284 VAR expected
  116. compile  SQLPL        ENG  16285 -16285 CATCH expected
  117. compile  SQLPL        ENG  16286 -16286 FROM expected
  118. compile  SQLPL        ENG  16287 -16287 USING expected
  119. compile  SQLPL        ENG  16288 -16288 PREPARE, EXECUTE or DESCRIBE expected
  120. compile  SQLPL        ENG  16300 -16300 Obscure statement
  121. compile  SQLPL        ENG  16301 -16301 Type declaration not allowed
  122. compile  SQLPL        ENG  16302 -16302 Invalid layout specification
  123. compile  SQLPL        ENG  16303 -16303 Invalid number
  124. compile  SQLPL        ENG  16304 -16304 Invalid pattern
  125. compile  SQLPL        ENG  16305 -16305 Invalid name
  126. compile  SQLPL        ENG  16306 -16306 Invalid statement
  127. compile  SQLPL        ENG  16307 -16307 Invalid boolean expression
  128. compile  SQLPL        ENG  16308 -16308 Invalid slice specification
  129. compile  SQLPL        ENG  16309 -16309 Invalid vector index
  130. compile  SQLPL        ENG  16310 -16310 Variable is declared as a vector
  131. compile  SQLPL        ENG  16311 -16311 Variable is declared as a simple variable
  132. compile  SQLPL        ENG  16312 -16312 Undeclared variable
  133. compile  SQLPL        ENG  16313 -16313 Variable declared with a different type
  134. compile  SQLPL        ENG  16320 -16320 CALL and SWITCH not allowed in FUNCTIONs
  135. compile  SQLPL        ENG  16321 -16321 A vectorcomponent is not allowed as formal parameter
  136. compile  SQLPL        ENG  16322 -16322 Empty layout not allowed
  137. compile  SQLPL        ENG  16323 -16323 MESSAGE is not allowed here
  138. compile  SQLPL        ENG  16324 -16324 Sign is not allowed here
  139. compile  SQLPL        ENG  16325 -16325 CALL and SWITCH not allowed in HELPFORM screens
  140. compile  SQLPL        ENG  16326 -16326 This SQL command is not allowed here
  141. compile  SQLPL        ENG  16327 -16327 PAGE statement and explicit MESSAGE are not allowed
  142. compile  SQLPL        ENG  16328 -16328 Only one field allowed in FIELD statement with DOMAIN specification
  143. compile  SQLPL        ENG  16329 -16329 AUTOPAGE statement not allowed with ACTIONBAR definition
  144. compile  SQLPL        ENG  16330 -16330 Only one INIT, SIZE and CHECK specification per FIELD statement allowe
  145. compile  SQLPL        ENG  16331 -16331 This statement in CONTROL block is not allowed
  146. compile  SQLPL        ENG  16332 -16332 Only one ACCEPT option allowed
  147. compile  SQLPL        ENG  16333 -16333 Only one CONTROL option allowed
  148. compile  SQLPL        ENG  16334 -16334 In HELPFORM screens only local variables are allowed
  149. compile  SQLPL        ENG  16335 -16335 Only 20 attribute options on form call allowed
  150. compile  SQLPL        ENG  16336 -16336 Only 20 INPUT/NOINPUT variable arguments on form call allowed
  151. compile  SQLPL        ENG  16337 -16337 This statement is only allowed in field oriented forms
  152. compile  SQLPL        ENG  16338 -16338 Only 20 DISPLAY formats per form allowed
  153. compile  SQLPL        ENG  16339 -16339 This statement is allowed only in between AFTER FIELD or AFTER GROUP
  154. compile  SQLPL        ENG  16340 -16340 Only ACTIONBAR in first line allowed
  155. compile  SQLPL        ENG  16341 -16341 ACTIONBAR in the layout expected
  156. compile  SQLPL        ENG  16342 -16342 PULLDOWN menu not defined
  157. compile  SQLPL        ENG  16343 -16343 Too many levels of PULLDOWN menus
  158. compile  SQLPL        ENG  16344 -16344 Too many labels in menu
  159. compile  SQLPL        ENG  16345 -16345 Key labels and ACTIONBAR are not allowed
  160. compile  SQLPL        ENG  16346 -16346 BUTTON in the layout expected
  161. compile  SQLPL        ENG  16347 -16347 ACTIONBAR or BUTTON not defined
  162. compile  SQLPL        ENG  16350 -16350 This statement is illegal in a DB procedure
  163. compile  SQLPL        ENG  16351 -16351 This statement is illegal in field oriented forms
  164. compile  SQLPL        ENG  16352 -16352 Global variables not allowed in functions
  165. compile  SQLPL        ENG  16353 -16353 All or none of the fields has to belong to a group
  166. compile  SQLPL        ENG  16354 -16354 Group name expected
  167. compile  SQLPL        ENG  16355 -16355 Input variables may occur only in one FIELD statement
  168. compile  SQLPL        ENG  16356 -16356 Global variables not allowed in DB procedures and triggers
  169. compile  SQLPL        ENG  16360 -16360 Too many modules in this program
  170. compile  SQLPL        ENG  16361 -16361 Too many variables
  171. compile  SQLPL        ENG  16363 -16363 Too many field groups
  172. compile  SQLPL        ENG  16364 -16364 Too many SQL variables
  173. compile  SQLPL        ENG  16365 -16365 Too many parameters
  174. compile  SQLPL        ENG  16370 -16370 Routine/Form too complex
  175. compile  SQLPL        ENG  16400 -16400 This name is reserved
  176. compile  SQLPL        ENG  16402 -16402 Duplicate definition
  177. compile  SQLPL        ENG  16411 -16411 Up to 255 different fields may be used at runtime
  178. compile  SQLPL        ENG  16412 -16412 Up to 9 different attribute definitions are possible
  179. compile  SQLPL        ENG  16413 -16413 Up to 20 ignore definitions are possible
  180. compile  SQLPL        ENG  16420 -16420 Number of parameters does not agree
  181. compile  SQLPL        ENG  16430 -16430 This variable definition does not match the number of layout fields
  182. compile  SQLPL        ENG  16431 -16431 There is no corresponding variable for this field number
  183. compile  SQLPL        ENG  16432 -16432 Number of fields does not match the slice definition
  184. compile  SQLPL        ENG  16433 -16433 All fields of a vector slice have to be input or output fields
  185. compile  SQLPL        ENG  16434 -16434 Variable, vector or field number has to be defined in the layout
  186. compile  SQLPL        ENG  16435 -16435 This variable is already defined as input field
  187. compile  SQLPL        ENG  16436 -16436 The value has to be greater than 0
  188. compile  SQLPL        ENG  16440 -16440 This SQL command is too long or the closing parenthesis is missing
  189. compile  SQLPL        ENG  16441 -16441 This QUERY/REPORT command is too long
  190. compile  SQLPL        ENG  16442 -16442 Maximal length exceeded
  191. compile  SQLPL        ENG  16460 -16460 Label not found
  192. compile  SQLPL        ENG  16461 -16461 Too many labels
  193. compile  SQLPL        ENG  16462 -16462 Duplicate label
  194. compile  SQLPL        ENG  16490 -16490 DOMAIN definition syntactically incorrect
  195. compile  SQLPL        ENG  16491 -16491 Unknown DOMAIN name
  196. compile  SQLPL        ENG  16492 -16492 Unknown field or group in NEXTFIELD or NEXTGROUP statement
  197. compile  SQLPL        ENG  16493 -16493 No label definition possible for this key
  198. sys_err  SQLPL        ENG  16500 -16500 Not yet implemented
  199. sys_err  SQLPL        ENG  16501 -16501 System error
  200. sys_err  SQLPL        ENG  16502 -16502 Invalid system variable
  201. sys_err  SQLPL        ENG  16503 -16503 Internal value error : &1
  202. sys_err  SQLPL        ENG  16505 -16505 Internal database error : &1
  203. sys_err  SQLPL        ENG  16506 -16506 Out of system memory
  204. sys_err  SQLPL        ENG  16510 -16510 Syntax tree too complex
  205. sys_err  SQLPL        ENG  16514 -16514 Bounds of vector slice parameter exceeded
  206. sys_err  SQLPL        ENG  16515 -16515 Parameter must be a vector slice
  207. sys_err  SQLPL        ENG  16519 -16519 System error while accessing a variable's value
  208. prec     SQLPL        ENG  16600 -16600 Precompiler and SQLPL  interpreter are incompatible
  209. prec     SQLPL        ENG  16601 -16601 One of the variable values is too large
  210. prec     SQLPL        ENG  16602 -16602 One of the output variables is not known in the form
  211. prec     SQLPL        ENG  16604 -16604 Too many parameters
  212. db_err   SQLPL        ENG  16700 -16700 Database not accessible
  213. db_err   SQLPL        ENG  16704 -16704 Error during CONNECT on additional database
  214. db_err   SQLPL        ENG  16705 -16705 Too many databases
  215. db_err   SQLPL        ENG  16706 -16706 Unknown symbolic database name
  216. db_err   SQLPL        ENG  16730 -16730 Wrong SQL datatype
  217. db_err   SQLPL        ENG  16731 -16731 Command not prepared
  218. db_err   SQLPL        ENG  16732 -16732 Execute DB differs from PREPARE DB
  219. run      SQLPL        ENG  16801 User interrupt
  220. run      SQLPL        ENG  16802 Border of form reached
  221. compile  SQLPL        ENG  16803 Invalid Input
  222. run      SQLPL        ENG  16804 PICK buffer is empty
  223. run      SQLPL        ENG  16805 Value exceeds PICK buffer length
  224. run      SQLPL        ENG  16806 PICK/PUT invalid on this cursor position
  225. run      SQLPL        ENG  16807 Top of list
  226. run      SQLPL        ENG  16808 Bottom of list
  227. debug    SQLPL        ENG  16850 Variable name expected
  228.          SQLPL        ENG  16999 SQLPL.enm   10.05.01    1998-04-24
  229.