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