|
|
1.1 ! root 1: 2000 %0 errors were found in quel program~ ! 2: 2100 line %0, Attribute '%1' not in relation '%2'~ ! 3: 2103 line %0, Result domain type does not match type of expression~ ! 4: 2105 line %0, Relation valued operators only defined for relations~ ! 5: 2106 line %0, Data base utility command buffer overflow~ ! 6: 2107 line %0, You are not allowed to update this relation: %1~ ! 7: 2108 line %0, Result relation (%1) for APPEND does not ! 8: exist or cannot be accessed by you~ ! 9: 2109 line %0, Variable '%1' not declared in RANGE statement~ ! 10: 2110 line %0, Too many dots in multi-dot attribute~ ! 11: 2111 line %0, Too many attributes in key for INDEX~ ! 12: 2112 line %0, Invalid types for relation comparison~ ! 13: 2113 line %0, Type of argument to empty() not relation~ ! 14: 2114 line %0, Argument to unary or functional operator can't be RELATION~ ! 15: 2115 line %0, Pattern matching index must be given following the '##'~ ! 16: 2116 line %0, Undefined relation identifier or constant operator '%1'~ ! 17: 2117 line %0, Invalid relation name '%1' in RANGE statement~ ! 18: 2118 line %0, Out of space in query tree - Query too long~ ! 19: 2119 line %0, MOD operator not defined for floating point ! 20: or character attributes~ ! 21: 2120 line %0, no pattern match operators allowed in the target list~ ! 22: 2121 line %0, Only character type domains are allowed in CONCAT operator~ ! 23: 2122 line %0, Pattern matching index mentioned in target but not qualifier~ ! 24: 2123 line %0, '%1.all' not defined for replace~ ! 25: 2124 line %0, Pattern matching index repeated in qualifier~ ! 26: 2125 line %0, Cannot use aggregates ("avg" or "avgu") on character values~ ! 27: 2126 line %0, Cannot use aggregates ("sum" or "sumu") on character values~ ! 28: 2127 line %0, Cannot use numerical functions (ATAN, COS, LOG, ! 29: SIN, SQRT, EXP, ABS) on character values~ ! 30: 2128 line %0, Cannot use unary operators ("+" or "-") on character values~ ! 31: 2129 line %0, Numeric operations (+ - * /) not allowed on character values~ ! 32: 2130 line %0, Too many result domains in target list~ ! 33: 2131 line %0, Target list too wide~ ! 34: 2132 line %0, Too many aggregates in this query~ ! 35: 2133 line %0, Type conflict on relative operator~ ! 36: 2134 line %0, '%1' is not a constant operator. ! 37: Only 'dba' or 'usercode' are allowed.~ ! 38: 2135 line %0, You cannot duplicate the name of an existing relation(%1)~ ! 39: 2136 line %0, There is no such hour as %1, use a 24 hour clock system~ ! 40: 2137 line %0, There is no such minute as %1, use a 24 hour clock system~ ! 41: 2138 line %0, There is no such time as 24:%1, use a 24 hour clock system~ ! 42: 2139 line %0, Your database does not support query modification~ ! 43: 2140 line %0, You may not call define query from inside define query~ ! 44: 2141 line %0, Query %1 has not been defined~ ! 45: 2142 line %0, No space left to define a query~ ! 46: 2143 line %0, You can not use a $ if you are not defining a query~ ! 47: 2144 line %0, There are no more variables left in the this defined query~ ! 48: 2145 line %0, There are undefined variables in this defined query~ ! 49: 2146 line %0, You can not have aggregates in a defined query~ ! 50: 2147 line %0, Only '*' operator can appear immediately after command name~ ! 51: 2148 line %0, Target lists containing reln. expressions can have only 1 element~ ! 52: 2149 line %0, Relation expressions not allowed in target list of this cmd.~ ! 53: 2500 line %0, The word '%1', cannot follow this command~ ! 54: 2501 line %0, The word '%1', cannot follow a RETRIEVE command.~ ! 55: 2502 line %0, The word '%1', cannot follow an APPEND command.~ ! 56: 2503 line %0, The word '%1', cannot follow a REPLACE command.~ ! 57: 2504 line %0, The word '%1', cannot follow a DELETE command.~ ! 58: 2507 line %0, The word '%1', cannot follow a DESTROY command.~ ! 59: 2508 line %0, The word '%1', cannot follow a HELP command.~ ! 60: 2510 line %0, The word '%1', cannot follow a MODIFY command.~ ! 61: 2511 line %0, The word '%1', cannot follow a PRINT command.~ ! 62: 2515 line %0, The word '%1', cannot follow a RETRIEVE UNIQUE command.~ ! 63: 2516 line %0, The word '%1', cannot follow a DEFINE VIEW command.~ ! 64: 2519 line %0, The word '%1', cannot follow a HELP VIEW, HELP INTEGRITY, ! 65: or HELP PERMIT command.~ ! 66: 2522 line %0, The word '%1', cannot follow a DEFINE PERMIT command.~ ! 67: 2523 line %0, The word '%1', cannot follow a DEFINE INTEGRITY command.~ ! 68: 2526 line %0, The word '%1', cannot follow a DESTROY INTEGRITY or ! 69: DESTROY PERMIT command.~ ! 70: 2528 line %0, The word '%1', cannot follow a DEFINE QUERY command.~ ! 71: 2600 syntax error on line %0 ! 72: last symbol read was: %1~ ! 73: 2601 line %0, Syntax error on '%1', the correct syntax is: ! 74: RETRIEVE [[INTO]relname] (target_list) [WHERE qual] ! 75: RETRIEVE UNIQUE (target_list) [WHERE qual]~ ! 76: 2602 line %0, Syntax error on '%1', the correct syntax is: ! 77: APPEND [TO] relname (target_list) [WHERE qual]~ ! 78: 2603 line %0, Syntax error on '%1', the correct syntax is: ! 79: REPLACE tuple_variable (target_list) [WHERE qual]~ ! 80: 2604 line %0, Syntax error on '%1', the correct syntax is: ! 81: DELETE tuple_variable [WHERE qual]~ ! 82: 2605 line %0, Syntax error on '%1', the correct syntax is: ! 83: COPY relname (domname = format {, domname = format}) direction "filename"~ ! 84: 2606 line %0, Syntax error on '%1', the correct syntax is: ! 85: CREATE relname (domname1 = format{, domname2 = format})~ ! 86: 2607 line %0, Syntax error on '%1', the correct syntax is: ! 87: DESTROY relname {,relname} ! 88: DESTROY [PERMIT | INTEGRITY] relname [integer{, integer} | ALL]~ ! 89: 2609 line %0, Syntax error on '%1', the correct syntax is: ! 90: INDEX ON relname IS indexname (domain1{, domain2}) ~ ! 91: 2610 line %0, Syntax error on '%1', the correct syntax is: ! 92: MODIFY relname TO storage-structure [ON key1 [: sortorder] [{, key2 [:sortorder]}]] ! 93: [WHERE [FILLFACTOR = n] [, MINPAGES = n] [, MAXPAGES = n] [, LID = name]]~ ! 94: 2611 line %0, Syntax error on '%1', the correct syntax is: ! 95: PRINT relname{, relname}~ ! 96: 2612 line %0, Syntax error on '%1', the correct syntax is: ! 97: RANGE OF variable IS relname~ ! 98: 2613 line %0, Syntax error on '%1', the correct syntax is: ! 99: SAVE relname UNTIL month day year~ ! 100: 2614 line %0, Syntax error on '%1', the correct syntax is: ! 101: DEFINE VIEW name (target list) [WHERE qual] ! 102: DEFINE PERMIT oplist {ON|OF|TO} var [(attlist] ! 103: TO name [AT term] [FROM time TO time] ! 104: [ON day TO day] [WHERE qual] ! 105: DEFINE INTEGRITY ON var IS qual~ ! 106: 2615 line %0, Syntax error on '%1', the correct syntax is: ! 107: RETRIEVE UNIQUE (target_list) [WHERE qual]~ ! 108: 2616 line %0, Syntax error on '%1', the correct syntax is: ! 109: DEFINE VIEW name (target_list) [WHERE qual]~ ! 110: 2619 line %0, Syntax error on '%1', the correct syntax is: ! 111: HELP VIEW relname[, relname] ! 112: HELP PERMIT relname[, relname] ! 113: HELP INTEGRITY relname[, relname]~ ! 114: 2622 line %0, Syntax error on '%1', the correct syntax is: ! 115: DEFINE PERMIT oplist {ON|OF|TO} var [(attlist)] ! 116: TO name [AT term] [FROM time TO time] ! 117: [ON day TO day] [WHERE qual]~ ! 118: 2623 line %0, Syntax error on '%1', the correct syntax is: ! 119: DEFINE INTEGRITY ON var IS qual~ ! 120: 2626 line %0, Syntax error on '%1', the correct syntax is: ! 121: DESTROY INTEGRITY relname [ integer { , integer } | all ]~ ! 122: 2628 line %0, Syntax error on '%1', the correct syntax is: ! 123: EXEC (target_list) [WHERE qual]~ ! 124: 2700 line %0, non-terminated string~ ! 125: 2701 line %0, string too long~ ! 126: 2702 line %0, invalid operator~ ! 127: 2703 line %0, Name too long '%1'~ ! 128: 2704 line %0, Out of space in symbol table - Query too long~ ! 129: 2705 line %0, non-terminated comment~ ! 130: 2707 line %0, bad floating constant: %1~ ! 131: 2708 line %0, control character passed in pre-converted string~ ! 132: 2709 line %0, buffer overflow in converting a number~ ! 133: 2710 line %0, illegal BNF string~ ! 134: 2711 line %0, may not unuse a group which has never been used~ ! 135: 2712 line %0, group of delims does not exist~ ! 136: 2800 line %0, yacc stack overflow in parsing query~
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.