home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 April / comcd0402.iso / vollver / adabas / f_0001 / env / load.enm < prev    next >
Encoding:
Text File  |  1999-11-01  |  11.3 KB  |  158 lines

  1. ++**********************************************************************
  2. ++ System-messages for LOAD  in english
  3. ++**********************************************************************
  4. ++-----------------messages also coded in VLO45-------------------------
  5. nomsg:   LOAD         ENG  12000
  6. m_def:   LOAD         ENG  12001 Message Number: &1. Parameter: &2 &3
  7. m_acc:   LOAD         ENG  12002 Database is not accessible
  8. m_ins:   LOAD         ENG  12003 &1: inserted &2, rejected &3 lines
  9. m_upd:   LOAD         ENG  12004 &1: &2 lines updated, &3 lines invalid
  10. m_acu:   LOAD         ENG  12005 Sum of updates &1, sum of invalid lines &2
  11. m_aci:   LOAD         ENG  12006 Sum of inserted lines &1, sum of rejected lines &2
  12. m_off:   LOAD         ENG  12007 Last transaction committed at input line &1
  13. m_srw:   LOAD         ENG  12008 Rows written : &1
  14. m_fsr:   LOAD         ENG  12010 Pages read : &1
  15. m_fst:   LOAD         ENG  12011 Pages transferred : &1
  16. m_oth:   LOAD         ENG  12050 Other errors
  17. m_mod:   LOAD         ENG  12090 INPUT       EXECUTE     PROTOCOL    NO DBCONNECTBREAK       OUTPUT
  18. m_fkl:   LOAD         ENG  12091 RUN     PROT    NEXT    RESET   END     HELP    GO ON   TEST    QUIT    RETURN
  19. m_txt:   LOAD         ENG  12092             LOAD/UPDATE/EXTRACT
  20. ++-----------------messages for file errors------------------------------
  21. m_dup:   LOAD         ENG  12101 Duplicate file name, file already open
  22. m_ope:   LOAD         ENG  12102 Error opening file: &1
  23. m_clo:   LOAD         ENG  12103 Error closing file: &1
  24. m_rea:   LOAD         ENG  12104 Error reading file: &1
  25. m_wri:   LOAD         ENG  12105 Error writing file: &1
  26. m_ers:   LOAD         ENG  12106 Error erasing file: &1
  27. m_irl:   LOAD         ENG  12107 Record length &1 too large
  28. m_eof:   LOAD         ENG  12108 Input file contains no data
  29. m_kef:   LOAD         ENG  12109 No command file accessed
  30. m_eoc:   LOAD         ENG  12110 End of command file
  31. m_pri:   LOAD         ENG  12111 Printer not accessible
  32. m_ifc:   LOAD         ENG  12112 It is not possible to open another INCLUDE file
  33. m_ijc:   LOAD         ENG  12113 ORACLE file specifies invalid number of columns
  34. ++-----------------messages for length restrictions----------------------
  35. m_int:   LOAD         ENG  12201 INTEGER field : 1, 2 or 4 bytes long, (double if HEX)
  36. m_ral:   LOAD         ENG  12202 REAL field : 4 or 8 bytes long (double if HEX)
  37. m_dec:   LOAD         ENG  12203 DECIMAL field : 10 bytes, ZONED field : 20 bytes maximum (double if HEX)
  38. m_ffl:   LOAD         ENG  12204 Incorrect field length, necessary length : &1
  39. m_fra:   LOAD         ENG  12205 Fractional part too small, minimum length : &1
  40. m_eol:   LOAD         ENG  12206 Derived length of output line is too large
  41. m_rec:   LOAD         ENG  12207 Position exceeds permitted row length
  42. m_lrc:   LOAD         ENG  12208 SQL statement is too long
  43. m_lfn:   LOAD         ENG  12209 File name is too long
  44. m_stl:   LOAD         ENG  12210 String is too long
  45. m_cin:   LOAD         ENG  12211 A constant input value must not be empty
  46. m_lcv:   LOAD         ENG  12212 Comparison value in condition has invalid length
  47. m_ctm:   LOAD         ENG  12213 At most 254 columns can be specified for one table
  48. m_tmt:   LOAD         ENG  12214 At most 20 tables can be loaded simultaneously
  49. m_tmc:   LOAD         ENG  12215 No further conditions allowed
  50. m_usg:   LOAD         ENG  12216 Declare USAGE between 50% and 100%
  51. m_eos:   LOAD         ENG  12217 Statement cannot be displayed completely
  52. m_mle:   LOAD         ENG  12218 Memory space for LONG columns exhausted
  53. m_mse:   LOAD         ENG  12219 Memory space for SAVE contents exhausted
  54. ++----------------messages for invalid data and formats------------------
  55. m_ida:   LOAD         ENG  12301 Invalid input for date or time column
  56. m_ino:   LOAD         ENG  12302 This value is not a valid number
  57. m_ipo:   LOAD         ENG  12303 Invalid position specification
  58. m_ifr:   LOAD         ENG  12304 Invalid FRACTION specification
  59. m_isc:   LOAD         ENG  12305 Invalid SCALE specification
  60. m_iop:   LOAD         ENG  12306 Incorrect format, valid are all patterns accepted in the SET menu
  61. m_opr:   LOAD         ENG  12307 Incorrect comparison operator in condition
  62. m_isf:   LOAD         ENG  12308 File content does not match table definition, reason code &1
  63. m_ivi:   LOAD         ENG  12309 Input value does not match key order or range specification
  64. m_hex:   LOAD         ENG  12310 This value is not a valid HEX constant
  65. m_dby:   LOAD         ENG  12311 Invalid input for DBYTE column
  66. m_cvi:   LOAD         ENG  12312 CONSTRAINT condition violated
  67. m_cpr:   LOAD         ENG  12313 This specification is not allowed together with COMPRESS
  68. m_cao:   LOAD         ENG  12314 Please specify the columns in left-to-right order (positions ascending)
  69. m_ors:   LOAD         ENG  12315 This specification is not allowed for ORACLE data
  70. m_ibo:   LOAD         ENG  12316 Invalid input for BOOLEAN column
  71. m_bsc:   LOAD         ENG  12317 Bad SAVE contents: &1
  72. m_utn:   LOAD         ENG  12318 Unknown table name
  73. m_uun:   LOAD         ENG  12319 Unknown user name
  74. ++---------------messages for missing syntactical units------------------
  75. m_mts:   LOAD         ENG  12401 End of selection criterion not recognized, semi-colon missing
  76. m_del:   LOAD         ENG  12402 Delimiter missing
  77. m_mob:   LOAD         ENG  12403 No opening parenthesis found
  78. m_mcb:   LOAD         ENG  12404 No closing parenthesis found
  79. m_mtn:   LOAD         ENG  12405 Table name missing
  80. m_ncf:   LOAD         ENG  12406 No columns specified for this table
  81. m_key:   LOAD         ENG  12407 Columns for key (KEY) or search condition missing
  82. m_set:   LOAD         ENG  12408 No (SET) columns to be changed specified
  83. m_col:   LOAD         ENG  12409 No column with this name or number contained in result table
  84. m_amb:   LOAD         ENG  12410 No column number found (maybe it was interpreted as ZONED/DECIMAL fraction
  85. m_dat:   LOAD         ENG  12411 File specification missing or incorrect
  86. m_mcv:   LOAD         ENG  12412 No comparison value specified in condition
  87. m_mfs:   LOAD         ENG  12413 COMPRESS requires the specification of a field separating character
  88. ++--------------messages for invalid syntactical units-------------------
  89. m_owc:   LOAD         ENG  12501 OTHERWISE condition not allowed here
  90. m_nkc:   LOAD         ENG  12502 This command requires a table with key columns
  91. m_nul:   LOAD         ENG  12503 Column must not contain NULL values
  92. m_rti:   LOAD         ENG  12504 ROUND or TRUNC specification not allowed for this column
  93. m_con:   LOAD         ENG  12505 Column data type and external data type are not compatible
  94. m_udt:   LOAD         ENG  12506 Table contains column with unknown data type
  95. m_vna:   LOAD         ENG  12507 Name denotes no TABLE, VIEW and UNLOADED are not allowed
  96. m_sys:   LOAD         ENG  12508 This is a restricted statement, user must be SYSDBA
  97. m_loc:   LOAD         ENG  12509 This statement can only be executed by the local SYSDBA
  98. m_orc:   LOAD         ENG  12510 ORACLE column &1 has an incompatible datatype
  99. m_lon:   LOAD         ENG  12511 The only way to load LONG columns is a one-table DATALOAD statement
  100. ++--------------messages for statements not executed---------------------
  101. m_ukb:   LOAD         ENG  12601 Unknown batch command
  102. m_uko:   LOAD         ENG  12602 Unknown command
  103. m_ico:   LOAD         ENG  12603 Input area contains no statement
  104. m_unv:   LOAD         ENG  12604 Incomplete statement
  105. m_wkw:   LOAD         ENG  12605 Wrong keyword
  106. m_tim:   LOAD         ENG  12606 Re-connected after timeout, statement must be started again
  107. m_rel:   LOAD         ENG  12607 Execution rejected
  108. m_sod:   LOAD         ENG  12608 Catalog lock request rejected, other users active
  109. m_prt:   LOAD         ENG  12609 No rejected rows logged
  110. m_tmd:   LOAD         ENG  12610 Too many DEFAULT definitions for FASTLOAD
  111. m_nil:   LOAD         ENG  12612 Not implemented
  112. m_nps:   LOAD         ENG  12613 Parameter cannot be replaced, no actual argument passed
  113. m_nuf:   LOAD         ENG  12614 USER/USE connect with new username failed
  114. m_ctc:   LOAD         ENG  12615 Table has so many constraints that TABLELOAD would be impossible
  115. ++-----------------OS message--------------------------------------------
  116. OS-RC 5  LOAD         ENG  12655 Invalid call option
  117. OS-RC 6  LOAD         ENG  12656 No write access to PROT file
  118. OS-RC 7  LOAD         ENG  12657 Some SQL error has occured
  119. OS-RC 8  LOAD         ENG  12658 Some LOAD error has occured
  120. OS-RC 9  LOAD         ENG  12659 During a LOAD run lines have been rejected
  121. OS-RC 10 LOAD         ENG  12660 Some file error has occured
  122. OS-RC 11 LOAD         ENG  12661 More than one error has occured
  123. ++-----------------CLIPBOARD---------------------------------------------
  124.          LOAD         ENG  12701 The clipboard is empty
  125.          LOAD         ENG  12702 The clipboard contains no array
  126.          LOAD         ENG  12703 The number of columns in clipboard and table is not the same
  127. ++-----------------messages for the current state------------------------
  128. m_syn:   LOAD         ENG  12900 No syntax errors detected, execution begins...
  129. m_sst:   LOAD         ENG  12901 &1 definitions are currently generated
  130. m_sql:   LOAD         ENG  12902 SQL statement successfully executed
  131. m_imp:   LOAD         ENG  12903 SELECT or SHOW successful, LOAD does not display results
  132. m_rng:   LOAD         ENG  12904 The specified number of rows has been loaded
  133. m_eoe:   LOAD         ENG  12905 Execution successfully terminated
  134. m_nol:   LOAD         ENG  12906 No syntax errors detected
  135. m_tbl:   LOAD         ENG  12907 Now processing &1 data of table &2
  136. m_loa:   LOAD         ENG  12908 LOAD statement successfully executed
  137. m_hel:   LOAD         ENG  12910 HELP will display information concerning this error
  138. m_end:   LOAD         ENG  12920 To quit the LOAD session restrike END
  139. m_wrn:   LOAD         ENG  12921 Costwarning: for execution enter RUN again
  140. m_ncs:   LOAD         ENG  12922 Attention, no CREATE TABLE statement (VIEW or no OWNER privilege)
  141. m_tbr:   LOAD         ENG  12923 Not all tables could be loaded
  142. m_clu:   LOAD         ENG  12924 CLUSTER part has been ignored
  143. m_mnt    LOAD         ENG  12930 Please mount next tape, then press function key to go on
  144. m_tno:   LOAD         ENG  12931 Please mount tape no &1 (this is tape no &2)
  145. m_iav    LOAD         ENG  12940 Difference fixed/variable length, take over the source table definition?
  146. m_iac    LOAD         ENG  12941 DROPPED COLUMNS, takeover of the source table definition acceptable?
  147. m_isr    LOAD         ENG  12942 Different constraints, take over the source table definition?
  148. m_ade    LOAD         ENG  12943 Default values differ - generate the same state as in the source file?
  149. m_isi    LOAD         ENG  12944 INDEX definitions differ - generate the same state as in the source file?
  150. m_idt    LOAD         ENG  12945 Data types differ - generate the same state as in the source file?
  151. m_dbs    LOAD         ENG  12950 SQLMODE &1, AUTOCOMMIT OFF
  152. m_dbsc   LOAD         ENG  12951 SQLMODE &1, AUTOCOMMIT
  153. m_dbsn   LOAD         ENG  12952 SQLMODE &1, NOLOG
  154. m_err:   LOAD         ENG  12990 LOAD run aborted
  155. m_ovf:   LOAD         ENG  12991 Overflow occurred, execution aborted
  156. m_ret:   LOAD         ENG  12992 Execution of command file aborted (RETURN statement executed)
  157.          LOAD         ENG  12999 LOAD.enm   10.05.01    1998-04-24
  158.