DRI0001
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0001 DRIVE V3.1 A10 (BS2000) MESSAGE FILE FROM 11.03.2009
DRI0008
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0008 PLEASE ENTER STATEMENT
Meaning
DRIVE is in interactive mode and is expecting a statement.
DRI0009
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0009 STATEMENT EXECUTED
Response
Enter next statement.
DRI0010
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0010 MEMORY BOTTLENECK
Response
Release memory space, for example by
- deleting EDT work files
- calling smaller programs
- releasing all views in interactive mode
- using an extended system (XS)
DRI0011
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0011 SYNTAX ERROR
Meaning
The statement entered does not comply with the syntax rules. Possible
causes of error:
- The name used is a DRIVE keyword.
- The syntax element is not permitted at the position indicated.
- A literal is too long or incorrectly specified.
Response
Correct the syntax. Repeat statement.
DRI0012
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0012 VARIABLE MUST NOT BE INDEXED
DRI0013
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0013 MEMORY REQUIREMENT FOR VARIABLE / EXPRESSION TOO LARGE
Meaning
The memory requirement for the variable or expression is greater than the
maximum permissible size of approx. 31 Kbytes.
DRI0014
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0014 OBJECT NOT DEFINED
Meaning
The object specified has not been made known to DRIVE in a declaration
or a database object has been defined for a different environment.
Response
Declare the object or check the name specified.
DRI0015
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0015 ILLEGAL DATA TYPE
Meaning
This data type is not permitted here.
The length of a variable of the CHARACTER data type may be illegal.
DRI0016
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0016 ILLEGAL VALUE
Meaning
The value specified is not within the permitted range of values.
DRI0017
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0017 OBJECT ALREADY EXISTS
Meaning
The name of the object has already been used.
Response
Use a different name.
DRI0018
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0018 ENTRY ONLY PERMITTED AT HIGHEST LEVEL
DRI0019
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0019 NO MEMORY SPACE AVAILABLE FOR '(&00)'
Meaning
(&00): Name of the system in which the memory bottleneck has occurred.
Name of file for which the memory bottleneck has occurred.
DRI0020
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0020 ILLEGAL MATHEMATICAL OPERATION OR FUNCTION
Meaning
The function or mathematical operation specified is not permitted in the
current statement (e.g. numeric predicates and the value $PI are not
permitted in SQL statements).
DRI0021
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0021 ONLY SIMPLE FIELDS PERMITTED
Meaning
Structured fields can only be used together with the comparison
operator '='. Other comparison operators are only permitted together
with simple fields.
Response
Compare individual components.
DRI0022
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0022 '(&00)' MESSAGE: (&01) ((&02))
Meaning
(&00): BS2000/DMS/EDT/FHS/LMS/TIAM/UTM
(&01),(&02): Message numbers:
LMS: (&01): LMS return code; (&02): PLAM and DMS return
codes.
EDT: (&02): EDT return code.
UTM: (&01): KDCS error code; (&02): internal UTM error
code.
BS2000: (&01): INTTRACE; (&02): DMS return code.
FHS: (&01): Main return code; (&02): category, reason.
TIAM: (&02): TIAM return code.
Response
Information on return codes can be found in the respective system manuals
or can be obtained via the BS2000 command /HELP-MESS at system level.
DRI0023
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0023 STATEMENT LOCKED
Meaning
This statement has been locked for the user.
Response
Do not use this statement or have the administrator remove the lock.
DRI0024
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0024 ILLEGAL ORDER OF STATEMENTS
Meaning
Permitted order of statements:
- OPTION statement(s)
- PROCEDURE statement(s)
declarative statements
executable statements
- END PROCEDURE statement
For reports: OPEN REPORT must precede FILL REPORT or CLOSE REPORT.
Response
Enter statements in the correct order.
For reports: Include OPEN REPORT statement.
DRI0025
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0025 OBJECT MISSING
Meaning
The object (e.g. library, member) is missing or not available in the
format
requested (e.g. library is not a PLAM library).
Response
Create the object or select an existing object. If the object is a
library,
it is possible that a file of this name that is not a PLAM library exists.
DRI0026
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0026 OBJECT LOCKED
Meaning
The object (e.g. a member of a PLAM library) is locked.
Response
Wait until the object is released or select a different object.
DRI0027
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0027 STATEMENT NOT PERMITTED IN '(&00)' MODE
Meaning
This statement may not be used in the specified mode.
(&00): UTM
TIAM
PROGRAM
INTERACTIVE
ENTER
DISPATCH
SERVER
BATCH
OBJECT
DRI0028
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0028 NO MORE THAN THREE INDEX LEVELS PERMITTED
DRI0029
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0029 AMBIGUOUS NAME
Meaning
The specified name must be identified unambiguously.
DRI0030
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0030 '(&00)' EXPECTED
Meaning
The DRIVE syntax element specified is missing at the position marked.
(&00): DRIVE syntax element.
DRI0031
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0031 NAME TOO LONG
DRI0032
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0032 '(&00)' CONTAINS (&01) ERRORS
Meaning
(&00): program name
(&01): number of errors
Response
Correct and analyze source program again.
DRI0033
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0033 DYNAMIC STATEMENT NOT PERMITTED
Meaning
This statement is not permitted in the EXEC statement.
DRI0034
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0034 ILLEGAL GROUP DEFINITION
Meaning
A variable group may not be defined.
DRI0035
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0035 COMPONENTS NOT IN SAME GROUP
DRI0036
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0036 VARIABLE IN HIGHER-LEVEL GROUP
Meaning
In a REDEFINES or LIKE specification, the variable itself may not be in a
higher-level group.
DRI0037
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0037 ONLY A GROUP MAY BE SPECIFIED
Meaning
- A LIKE specification must refer to a group.
- A .* specification is only permitted for a variable of the group type.
DRI0038
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0038 ILLEGAL INDEX SPECIFICATION(S)
Meaning
- CHECK condition: No index may be specified since the check condition is
valid for all occurrences of a vector or repeating group.
- An index may contain only constant entries.
- The indexed variable is not a vector or repeating group.
- An index must be numeric with a scale factor 0.
DRI0039
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0039 CHECK CONDITION NOT SATISFIED
Meaning
The condition specified in the CHECK clause is not satisfied.
Response
Modify the value in accordance with the check condition specified in the
definition of the variable.
DRI0040
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0040 ILLEGAL VARIABLE SPECIFICATION
Meaning
- Only the defined variable itself is permitted in the check condition.
- Variables may not be specified as the index in SQL statements.
DRI0041
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0041 VARIABLE ALREADY REDEFINED
Meaning
A variable that has already been redefined was addressed when redefining a
variable.
DRI0042
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0042 NO FURTHER COMPONENTS PERMITTED IN GROUP CREATED WITH 'LIKE'
Meaning
A variable or component created with LIKE may not contain any additional
components.
DRI0043
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0043 '(&00)' IS EMPTY
Meaning
(&00): - EDT work file 0: no statement held
- Form name: a dynamic form requires neither a TTITLE nor a BTITLE
definition; no FILL statement was specified for the
form before the DISPLAY statement.
- List file name: the list file is empty.
- DATA DICTIONARY.
Response
- Fill the EDT work file.
- Fill the form using a FILL statement.
- Fill the list file.
- Create or fill the data dictionary.
DRI0045
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0045 '(&00)' NOT COMPATIBLE WITH CURRENT DRIVE VERSION
Meaning
The program specified cannot be compiled or executed with the
DRIVE version in use.
(&00): program name
(&00): program name with suffix CODE: intermediate code
Response
Convert the program in accordance with the DRIVE version in use
or create new intermediate code
DRI0046
Destination: USER-TASK Routing code: Weight: 98
Warranty : NO
DRI0046 OVERWRITE '(&00)'? REPLY: (Y=YES; N=NO)
Meaning
(&00): program name.
Response
Y: The EDT work file 0 respectively source program is overwritten.
N: The EDT work file 0 respectively source program is not overwritten.
DRI0047
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0047 *** ERROR IN LINE (&00) OF THE EXPANDED MEMBER
Meaning
An error has occurred in the specified line of the expanded copy member.
The precise error position is stored in EDT work file 9.
DRI0048
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0048 MAXIMUM NUMBER OF LINES PERMITTED ((&00)) EXCEEDED
DRI0049
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0049 MAXIMUM LINE LENGTH ((&00)) EXCEEDED
Meaning
(&00): maximum number of characters permitted per line, e.g.
- 256 in EDT work files
- 80 on the terminal
- according to the specification in the DECLARE FORM statement.
Response
- Shorten line.
- Define a form with longer lines.
DRI0050
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0050 '(&00)' NAMING CONVENTIONS VIOLATED
Meaning
The naming conventions of the subsystem or of DRIVE have not been
observed.
(&00): DRIVE
EDT
PLAM.
Response
Check the naming conventions in the respective manuals.
DRI0051
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0051 '(&00)' PARAMETER ALREADY SUPPLIED
Meaning
Values that have already been supplied may not be changed.
DRI0052
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0052 '(&00)' PARAMETER NOT SUPPLIED
Meaning
(&00): parameter that has not been supplied.
Response
Supply the parameter using a PARAMETER statement.
DRI0053
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0053 '(&00)' CANNOT BE ACCESSED
Meaning
An attempt has been made to access a library (LIBRARY, FORMLIB) that is
under a different user ID and is not available for foreign access.
Response
Make library available for foreign access or use a different library.
DRI0054
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0054 '(&00)' LOCKED
Meaning
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
program name with suffix LIST: compiler listing
filename: file
The specified object cannot be accessed from DRIVE because it is
locked by another user.
Response
Initiate object release.
DRI0055
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0055 '(&00)' NOT FOUND
Meaning
(&00): module name: the module could not be dynamically loaded.
library name: the library does not exist, is not shareable or
cannot
be initialized under a foreign ID.
member name with no suffix: source program
The intermediate code and compiler listing
reference are deleted even
if the message follows an 'UNSAVE member-name' for
a member that does not exist.
object name: object code
Loading of object code with version suitable to the
run time system's version failed.
member name with suffix CODE: intermediate code
member name with suffix LIST: compiler listing
Response
- FHS modules must be held in the library with the link name FORMOML.
- Initialize library or library member.
- Generate object code with a compiler's version matching the run time
system's version and insert object code into the object library.
DRI0056
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0056 POSITION OF '(&00)' IN XS SPACE NOT CONSISTENT WITH OTHER MODULES
Meaning
Different address space was addressed during dynamic loading of a module
in an XS system.
Response
Inform administrator.
DRI0057
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0057 STATEMENT TRUNCATED TO PERMITTED LENGTH
Meaning
- The first statement in the copy member does not fit on the screen and
has
therefore been truncated to the maximum length permitted.
- The statement repeated in REPEAT was too long and has been truncated.
Response
Shorten the statement (e.g. by removing blanks).
DRI0058
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0058 VIEW DECLARATION OF A VIEW NOT PERMITTED
Meaning
A view may not be specified in a FROM clause when defining a view.
DRI0059
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0059 TOO MANY USING PARAMETERS FOR CREATING XML
Meaning
For creating XML too many USING parameters are given or the structure
of one of the parameters is too extensive.
Response
Reduce the number or complexity of the parameters.
DRI0060
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0060 SPECIFIED STATEMENT INCOMPLETE
DRI0061
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0061 '(&00)' '(&01)' INVALID OR NOT GENERATED
Meaning
(&00): TAC:
The generation error depends on the transaction code specified
(&01):
DRISQL: only permitted as FIRST-TAC
DRISQLF/SQLNEXT: only permitted as NEXT-TACs
SQLENTER/SQLLIST: only permitted as asynchronous TACs
SQLRMT/SQLRMTA/SQLRET: TACs for distributed transaction
processing
Additional transaction codes may mean:
- the transaction code has not been generated
- no dialog TAC in the case of a dialog call
- no ATAC in the case of an asynchronous call
(&00): LTERM:
(&01): LTERM name
Response
Regenerate the application with KDCDEF, specifying the correct
TAC or LTERM name.
DRI0062
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0062 INVALID K OR F-KEY
Meaning
Input was made via a K or F key that was not defined with PARAMETER KFKEY
or declared via the UTM SFUNC macro.
Response
Repeat entry using another key.
DRI0063
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0063 DRIVE MESSAGE INKORRECTLY PROVIDED.
Meaning
Internal DRIVE error.
Response
Please contact the DRIVE maintenance.
DRI0064
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0064 '(&00)' ABORTED WITH '(&01)'
Meaning
Execution of the program has been aborted due to
- EXIT,
- a BREAK statement,
- the DOLINE value being reached and the prompt response 'No',
- BREAK being entered at the terminal, K1 key etc.
- calculation overflow or divide error.
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
(&01): EXIT/BREAK/PROGRAM ERROR
DRI0068
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0068 INVALID '(&00)' ENTRY
Meaning
No number was specified for ITEM in a SET SCREEN ATTRIBUTE PRESELECT ITEM
statement for a single selection field.
(&00): Invalid entry, e.g.
- STATUS, FILE, LTERM, DEVICE in LIST statement
- LIST in DRIVE formatting
- SCHEMA, PASSWORD in PERMIT statement
- ITEM entry
Response
Make numeric specification for selection identifier in PRESELECT ITEM
statement.
DRI0069
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0069 'SYSTEM' COMMAND INVALID OR ILLEGAL
DRI0070
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0070 PARAMETER TRANSFER AREA LARGER THAN (&00) BYTES
Meaning
The sum (value range, description) of the parameter values specified in
the
USING clause exceeds the maximum area permitted.
(&00): maximum size of the transfer area.
Response
Transfer fewer or shorter parameters.
DRI0071
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0071 ERROR IN THE IMPLICIT 'COPY' MEMBER
Meaning
DECLARE SCREEN statement: EUA addressing aid incorrect or missing.
Response
Generate a new addressing aid.
DRI0072
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0072 RECURSIVE '(&00)' CALL NOT PERMITTED
Meaning
DRIVE does not permit any recursive program or subprogram calls.
(&00): SUBPROCEDURE
program name with no suffix : source program
program name with suffix CODE: intermediate code
DRI0073
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0073 '(&00)' CONTAINS INPUT/OUTPUT STATEMENTS
Meaning
The program cannot be used as an ENTER program as this must not contain
any input/output statements.
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
DRI0074
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0074 SYSTEM PROGRAM '(&00)' NOT FOUND/INCORRECT
Meaning
(&00): name of the system program
Response
Inform administrator.
DRI0075
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0075 SYSTEM LIBRARY '(&00)' NOT FOUND
Meaning
(&00): name of the system library
Response
Inform administrator.
DRI0077
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0077 NO 'DRIVE' STATEMENT FOUND
Meaning
- An analysis cannot be carried out because either the EDT work file 0 or
the PLAM member does not contain any DRIVE statements.
- The REPEAT statement found no previously stored statements.
DRI0078
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0078 INTERNAL 'DRIVE' ERROR '(&00)' IN '(&01)' PROCEDURE
Meaning
DRIVE has been aborted due to internal inconsistencies. At the same time,
diagnostic information has been generated in the form of a dump.
(&00): internal error number
(&01): name of an internal procedure
Response
Forward diagnostic information to the administrator.
DRI0079
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0079 SPECIFICATION ONLY PERMITTED WITH SIMPLE VARIABLES
Meaning
The indicated clause is only permitted if no expression is involved or if
the variable referred to in the clause is not a group.
Response
Remove the clause concerned or do not use a structured variable.
DRI0080
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0080 INDICATED CLAUSE ALREADY SPECIFIED IN THE STATEMENT
Response
Enter the clause only once.
DRI0081
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0081 SPECIFICATION ONLY PERMITTED FOR FORMS
Meaning
The IMAGE or INIT clause is only permitted for forms, and not for lists or
in the SEND MESSAGE statement.
Response
Delete IMAGE or INIT clause.
DRI0082
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0082 ONLY 'FHS' FORMS PERMITTED
Meaning
Only FHS forms are permitted in a DISPLAY statement containing more than
one form name.
Response
Change or delete form name in the DISPLAY statement.
DRI0083
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0083 ILLEGAL '(&00)' SPECIFICATION
Meaning
- NEWLINE and NEWPAGE are not permitted in a SEND MESSAGE statement.
- TABLE may not be specified in conjunction with NEWLINE or NEWPAGE.
- A DISPLAY statement within a COMMIT or STOP statement may not have the
effect of writing to a list form.
- RETURN may only be specified in conjunction with forms, not lists.
- RETURN may not be specified immediately after a NAMES specification.
- NEWPAGE is not permitted in a DECLARE FORM statement.
- A DISPLAY statement may only contain a SCREENERROR clause if the
statement refers to an FHS form.
- USING may not be specified if no USING clause is defined in the program
called.
- INVISIBLE may not be specified immediately after a RETURN specification.
- TRACE is not permitted in DEBUG if no interpreter listing is currently
available or the interpreter listing and the source program do not
match.
(&00): TRACE
Response
Remove the illegal specification.
Generate valid interpreter listing.
DRI0084
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0084 ENTRY ONLY PERMITTED WITH NO TRANSACTION OPEN
Meaning
- In interactive mode, no program may be called while a transaction is
open.
- The PARAMETER DYNAMIC NORMSQL statement is only permitted when no
transaction is open.
- The STOP statement is not executed.
- The UTILITY statement is only permitted when no transaction is open.
Response
End transaction and repeat entry.
DRI0085
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0085 '(&00)' VARIABLE CONTAINS NULL VALUE
Meaning
- At execution time, a DRIVE variable that is to be transferred to the DB
system may not contain the NULL value.
- The NULL value may not be assigned to the variable.
(&00): variable name
Response
Supply the variable with a permitted value.
DRI0086
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0086 TRANSACTION TERMINATED; PRESS SEND KEY
DRI0087
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0087 ERROR: '(&00)' ABORTED
Meaning
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
-- Runtime errors occurred during execution of the program initiated
with DO or ENTER. For ENTER, the associated detailed error list
has been written to SYSLST.
(&00): name of the DRIVE variant loaded
-- DRIVE has been aborted due to an error. A corresponding message is
output or diagnostic information generated.
Response
- Correct the ENTER procedure involved and restart.
- Forward diagnostic information to the administrator if necessary.
DRI0088
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0088 '(&00)' TERMINATED NORMALLY
Meaning
- normal termination of DRIVE
(&00): program name of the DRIVE variant loaded
- normal termination of the application program (&00).
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
DRI0089
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0089 *** SERIOUS ERROR. PROGRAM ANALYSIS ABORTED
Meaning
A serious error occurred during program analysis. The rest of the program
could not be analyzed.
DRI0091
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0091 UTM MESSAGE IN '(&00)'. KCRC (&01) ((&02))
Meaning
(&00): UTM function (e.g. INIT, MGET, ...)
(&01): KCRCCC = UTM error code
(&02): KCRCDC = internal UTM error code
For further information, see the UTM manual.
Response
Remove the error, e.g. by changing the entries in KDCDEF, and restart
DRIVE.
DRI0092
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0092 STATEMENT NOT PERMITTED
DRI0093
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0093 CONTROL VARIABLE MUST NOT BE CHANGED
Meaning
The attempt was made to change the control variable of a CYCLE FOR
statement
during cycle execution.
For report generation:
An attempt was made to change a variable defining a report between OPEN
REPORT
and CLOSE REPORT.
Response
Replace the control variable by a different variable (e.g. by SET) in the
indicated statement.
DRI0096
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0096 ERROR IN '(&00)' IN LINE (&01):
Meaning
Header for a list of errors.
Another error occurred in line (&01) of program (&00) during processing of
a WHENEVER event (see compiler listing).
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
(&01): line number in the compiler listing
Response
Diagnose the error using the specified program name and line number in the
compiler listing.
DRI0097
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0097 DISPLAY ERROR? REPLY: (EDT=DISPLAY; BREAK=ABORT)
Meaning
Following program analysis in the EDT work file 0, the EDT statement is
used to branch to the editor. The analyzed source program is stored in
work file 0 together with the inserted error messages, the complete
compiler listing is stored in work file 9.
DRI0098
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0098 '(&00)' FORM NOT YET DISPLAYED
Meaning
- Parallel processing of more than one list form is not possible.
A list form filled with FILL must be output using a DISPLAY statement
before the next form can be filled.
- All screen outputs must be completed before a program called with DO
can be terminated.
- All temporary forms declared in a program called with CALL must be
completed before that program can be terminated.
(&00): form name
Response
- Display the list form previously processed using a DISPLAY statement, or
- Change the form name specified in the FILL statement to the current form
name.
DRI0099
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0099 '(&00)' CONTAINS LOCKED STATEMENTS
Meaning
The called program includes statements that are locked for the user by a
PARAMETER statement.
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
Response
The locked statement can only be changed in a new DRIVE session.
DRI0100
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0100 '(&00)' ONLY EXECUTABLE WITH 'CALL'
Meaning
- A program can only be executed with CALL if it contains
output parameters, for instance.
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
DRI0101
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0101 OPEN TRANSACTION IN '(&00)' ROLLED BACK
Meaning
All transactions must be closed before terminating a program called
with DO, i.e. a COMMIT WORK or ROLLBACK WORK statement must be executed
dynamically before any of the statements END PROCEDURE, BREAK PROCEDURE,
STOP or another DO statement.
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
DRI0102
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0102 ILLEGAL PERIOD OF VALIDITY ('TEMPORARY', 'PERMANENT')
Meaning
The redefined variable and the variable to be redefined have different
TEMPORARY and PERMANENT specifications.
Response
Declare both variables with either TEMPORARY or PERMANENT.
DRI0103
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0103 RANGE SPECIFICATION ONLY PERMITTED IN LAST COMPONENT
DRI0104
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0104 'LIKE' COMPONENT CANNOT BE REDEFINED
Meaning
The group contains components that redefine other components.
Response
Declare the variable without LIKE and remove the REDEFINES specification
from LIKE group.
DRI0105
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0105 INDEX SPECIFICATION REQUIRED
Meaning
An index must be specified as the variable is a vector.
DRI0106
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0106 '(&00)' OPTION ONLY PERMITTED WITH MEMBER-NAME
Meaning
As no member name has been declared, the specified option in the
COMPILE statement cannot be fulfilled.
(&00): LISTING
CODE
Response
Specify a member name or omit option.
DRI0107
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0107 '(&00)' ALREADY USED AS INPUT FIELD
Meaning
An input field has been specified more than once in FILL statements that
refer to the same DRIVE form.
(&00): variable name
DRI0108
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0108 INCORRECT STRUCTURE IN DRIVE-MESSAGE '(&00)'
Meaning
The message held in the messagefile does not comply with the conventions
for messages with responses.
(&00): message number
Response
Change DRIVE message according to the conventions.
DRI0109
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0109 TOTAL LENGTH OF INPUT DATA TOO SHORT
Meaning
During reading in of values to a DRIVE form,
- the end marker was entered in an input field, or
- a record that is too short was read during processing with the
SYSDTA file.
Response
- Remove end marker, or
- enlarge the record in the SYSDTA file to the expected input length.
DRI0110
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0110 TOTAL LENGTH OF INPUT DATA TOO GREAT
Meaning
A record that is too long was read during reading in of values to a DRIVE
form via the SYSDTA file.
Response
Shorten the record in the SYSDTA file to the expected input length.
DRI0111
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0111 '(&00)' HAS ILLEGAL FILE CHARACTERISTICS
Meaning
(&00): link name (DRILIST, INTTRACE)
The following file characteristics are required:
Characteristic DRILIST INTTRACE
---------------------------------------------------
FCBTYBE ISAM ISAM
RECFORM V V
BLKSIZE (STD,b) b<=16 (STD,16)
KEYPOS 5 5
KEYLEN 24 32
OPEN INOUT INOUT
SHAREUPD YES YES
SPACE (b*2+1,b) (33,16)
Response
Delete errored file. If necessary, DRIVE automatically recreates the
INTTRACE file.
DRI0112
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0112 EXIT ROUTINE CANNOT BE EXECUTED
Meaning
The exit routine could not be found in the F.EXITLIB library.
DRI0113
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0113 ILLEGAL 'FHS' FORM SPECIFICATION
Meaning
The FILL statement is not permitted for FHS forms.
DRI0114
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0114 'UTILITY' STATEMENT NOT PERMITTED
Meaning
The UTILITY statement is not supported by SESAM.
DRI0116
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0116 '(&00)' CANNOT BE EXECUTED/COMPILED IN '(&01)' MODE
Meaning
The program cannot be executed/compiled in the specified mode.
(&00): program name
(&01): 'SERVER', 'BATCH' or 'TIAM'
DRI0119
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0119 NO ACCESS RIGHT FOR SPECIFIED TABLE
Meaning
In interactive UTM applications the access rights for the tables used must
be held in the data dictionary if PARAMETER PERMISSION=ON has been set.
If the access right for the statement issued (e.g INSERT) has not been
granted, the statement is rejected.
Response
Grant new access rights, if necessary.
DRI0120
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0120 'OF' TYPE NOT COMPATIBLE WITH 'CASE' TYPE
Meaning
'value-expr' was specified for 'OF', whereas 'search-cond' was specified
for 'CASE', or vice versa.
DRI0121
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0121 SPECIFIED OBJECT NOT DYNAMIC
Meaning
A DROP statement may only refer to objects (view, cursor) generated
dynamically (EXECUTE statement).
DRI0122
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0122 NESTED 'COPY' CALLS NOT PERMITTED
Meaning
A COPY statement is not permitted in a copy member.
Exception: Internally, DRIVE executes the DECLARE SCREEN and USE VIEWS
statements with the aid of COPY statements. These statements are also
permitted in copy members.
Response
Enter call without nesting.
DRI0123
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0123 COMPILER LISTING / SOURCE PROGRAM VERSIONS DO NOT MATCH
Meaning
TRACE cannot be executed because the date in the compiler listing
does not match the date in the current program.
Response
Generate a new compiler listing.
DRI0124
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0124 STATEMENT MISSING FROM COMPILER LISTING
Meaning
The statement was not transferred to the compile list, perhaps because the
statement did not begin in the source program until column 256. For this
reason, the statement can also not be output using TRACE.
Response
Correct the source program accordingly.
DRI0125
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0125 CURRENT 'SPWA' (=(&00)) TOO SMALL
Meaning
The SPWA was generated too small, meaning the ENTER statement could not be
executed.
Response
Increase SPWA size.
DRI0126
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0126 'DRILOG' ABORTED, 'LOG' FUNCTION RESET
Meaning
The DRILOG request could not be executed due to an ITC error.
Response
Ask the administrator which problem occurred in the ENTER procedure
DRI.ENT.DRILOG. Remove the error and repeat the PARAMETER statement
to start DRILOG (PARAMETER DYNAMIC LOG).
DRI0127
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0127 'DRILOG' NOT LOADED, 'LOG' FUNCTION NOT EXECUTABLE
Meaning
The ENTER procedure DRI.ENT.DRILOG could not be started.
Response
- Check whether the ENTER procedure DRI.ENT.DRILOG and the program
PRO.DRILOG are under the same user ID.
- Check whether BS2000 system overload caused the batch task not to be
started.
Repeat the PARAMETER statement to start DRILOG.
DRI0128
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0128 EDT WORK FILE 0 NOT EMPTY. TERMINATE 'DRIVE'? (Y=YES; N=NO)
Meaning
The EDT work file 0 still had unsaved contents when STOP was entered.
Response
Y: DRIVE is terminated; the unsaved contents are lost.
N: DRIVE is not terminated.
Enter a SAVE statement; repeat STOP statement.
DRI0129
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0129 UP TO (&00) 'FHS' FORMS PERMITTED
Meaning
No more than one FHS form may be specified in the DISPLAY statement per
screen line.
(&00): maximum number of forms permitted in a DISPLAY statement
Response
Reduce the number of forms used.
DRI0130
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0130 THE FOLLOWING ERROR MESSAGES COULD NOT BE ASSIGNED:
Meaning
The listed error messages could not be correctly assigned to the errored
DRIVE statements (EDT work file 0) because the compiler listing has
not been fully read in to EDT work file 9.
Response
Shorten the program.
DRI0131
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0131 SPECIFIED LIBRARY AND 'OLD-STYLE' PLAM LIBRARY DO NOT MATCH
Meaning
An attempt to start an 'old-style' program was made in mixed operation.
However, the library from which this program was to be started does not
match the PLAM library previously defined for 'old-style' operation. The
program could not be started as only one PLAM library can be defined in
'old-style' operation.
Response
Change library specification and restart program.
DRI0132
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0132 VARIABLE NOT PART OF AN 'ADDRESSING AID'
Meaning
The variable must be implicitly defined in a DECLARE SCREEN statement
before an ATTRIBUTE clause is permitted.
Response
Generate a new addressing aid with IFG or correct entry.
DRI0133
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0133 ONLY ONE ATTRIBUTE PERMITTED PER ATTRIBUTE CLASS
Meaning
A maximum of one attribute from an attribute class may be specified in an
ATTRIBUTE clause (e.g. two colors may not be specified at the same time).
DRI0134
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0134 'DEFAULT' MUST BE THE FIRST ATTRIBUTE
Meaning
If more than one global attribute is specified, DEFAULT must be first.
DRI0135
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0135 NAME OF 'LIST' FILE CHANGED BEFORE RESTART
Meaning
Before DRIVE crashed, a list file with a different name from the one
entered for the file at restart was being processed.
Response
Assign the old list file.
DRI0137
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0137 'INDEX ERROR': '(&00)' NOT IN INDEX RANGE OF '(&01)'
Meaning
The value of the index variable is not within the index range of variable
(&01).
(&00): index variable name
(&01): variable name
Response
Correct index variable value (e.g. using SET statement).
DRI0138
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0138 '(&00)' IN REDEFINED VARIABLE '(&01)'
Meaning
The value of the redefined variable (&01) is only correct in conjunction
with the redefinition of (&01).
(&00): CONVERSION ERROR: The value is not consistent with the data type
of (&01).
CHECK ERROR: The value of (&01) is consistent, but violates
the CHECK clause for (&01).
Response
Before incorrectly referencing (&01), correct the value using a
SET statement or use a redefined variable instead of (&01).
DRI0139
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0139 DIMENSIONS NOT COMPATIBLE
Meaning
The following applies to vector arithmetics: For +,-, the dimensions must
be identical; for *, one factor must be a scalar; for /,%, the divisor
or the percentage factor must be a scalar.
DRI0140
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0140 (&00)TH PARAMETER CONTAINS NULL VALUE
Meaning
(&00): position of the errored current parameter in the parameter list.
In mixed operation a parameter of an 'old-style' program may not
contain the NULL value.
DRI0141
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0141 SCHEMA UNKNOWN
Response
Specify the schema name or declare it using a PARAMETER statement.
DRI0142
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0142 INTEGER EXPECTED
Meaning
The expression may not contain any variables of the type DECIMAL, NUMERIC
or numeric literal with a decimal point, for instance.
DRI0143
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0143 PARAMETER MUST CONSIST OF ONLY ONE VARIABLE
Meaning
Only one variable or variable component is permitted as a parameter here
(no literals, expressions etc.).
DRI0144
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0144 (&00). PARAMETER NOT TRANSFERABLE
Meaning
The data type of the specified current parameter cannot be transferred
to the formal parameter.
(&00): position of the errored current parameter in the parameter list
Response
Adapt current parameter to the formal interface definition.
DRI0145
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0145 'RETURN' ENTRY IN (&00)TH PARAMETER INVALID
Meaning
The current parameter indicated may not be specified with RETURN since the
corresponding formal parameter does not have a RETURN clause.
(&00): position of the errored current parameter in the parameter list
Response
Adapt the specification of the current parameter to the formal interface
definition.
DRI0146
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0146 '(&00)' ENTRY IN '(&01)'TH PARAMETER MISSING
Meaning
- The parameter must be specified with RETURN if the corresponding formal
parameter has a RETURN clause.
- The parameter must be specified with INDICATOR if a NULL value is to be
transferred.
(&00): INDICATOR
RETURN
(&01): position of the errored current parameter in the parameter list
Response
- Adapt the specification of the current parameter to the formal interface
definition.
- Insert an INDICATOR clause or do not transfer a NULL value.
DRI0147
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0147 NUMBER OF CURRENT AND FORMAL PARAMETERS DOES NOT MATCH
Response
Adapt the specification of the current parameter to the formal interface
definition.
DRI0148
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0148 '(&00)' SPECIFIED WITH 'RETURN' MORE THAN ONCE
Meaning
A parameter or parameter component specified with RETURN is permitted no
more than once in a USING clause.
(&00): name of the current parameter
Response
Check the parameter specification.
DRI0149
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0149 STATEMENT ABORTED; (BREAK=CLEAR SCREEN)
Meaning
The program analysis or run contained errors.
Response
Acknowledge the prompted BREAK statement with the SEND key.
The screen is cleared and new statements can be entered.
DRI0150
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0150 NOT ALL THE DB OBJECTS DECLARED COULD BE RELEASED
Meaning
The objects declared by the program analysis in the DB system could not
all
be released. The declarations are still valid. If an intermediate code was
generated, it is retained.
DRI0151
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0151 STATEMENT EXECUTED; (BREAK=CLEAR SCREEN)
Response
Acknowledge the prompted BREAK statement with the SEND key.
The screen is cleared and new statements can be entered.
DRI0152
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0152 PLEASE ENTER TRANSACTION CODE (&00)
Meaning
The DRIVE conversation has been terminated.
The user can enter the next transaction code in the input field provided
with blanks (&00).
DRI0153
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0153 LOAD ERROR IN 'OLD-STYLE' MODULE
Meaning
Possible causes:
1. 'Old-style' operation is not installed, i.e. mixed operation is not
possible.
2. The 'old-style' module library has not been assigned.
Response
2. Assign the module library correctly and start mixed operation again.
DRI0154
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0154 'DRIVE' SYSTEM LIMITS REACHED ((&00);'(&01)')
Meaning
Possible causes:
- Internal table too large, e.g. in
-- the declaration of a very large variable,
-- the declaration of an FHS form with more than input/output fields.
- A statement too deeply nested or too complex.
- A DB statement too long for the interface to the DB system.
(&00): internal error number, returned by an internal procedure (&01)
Response
- Shorten or simplify statement.
- Define less input/output fields.
- Inform administrator.
DRI0156
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0156 MAXIMUM NUMBER OF PARAMETERS PERMITTED (128) EXCEEDED
Meaning
A maximum of 128 parameters can be transfered when calling an
OLD-STYLE program in mixed mode.
DRI0161
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0161 (&00) AND (&01) NOT PERMITTED IN A MASK AT THE SAME TIME
Meaning
(&00),(&01): control characters
DRI0162
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0162 (&00) ONLY PERMITTED AS FIRST CONTROL CHARACTER IN THE MASK
Meaning
(&00): control character
Response
Check mask for incorrect '+' or '-'.
DRI0163
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0163 CONTROL CHARACTER USED MORE THAN ONCE
Meaning
Each of the control characters 'P', '+', '-' and DATE/TIME may only be
used once per mask.
Response
Check the control characters in the mask.
DRI0164
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0164 INVALID CONTROL CHARACTER (&00)
Meaning
An invalid character or control character has been entered in a mask.
(&00): control character
Response
Check the mask for invalid characters and control characters.
DRI0165
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0165 MAXIMUM LENGTH ((&00)) FOR EDITED MASK EXCEEDED
Meaning
(&00): maximum length permitted for an edited mask
DRI0166
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0166 (&00) NOT PERMITTED AFTER (&01)
Meaning
1. The control character 'Z' or '*' is only permitted to the left of '9'
in a mask.
2. The control character 'Z' or '*' is only permitted to the right of 'P'
in a mask if all the control characters up to 'P' and the insertion
control character are 'Z' or '*'.
3. Insertion control characters ('.' or 'B') are not permitted to the
right of decimal point character 'P' in a mask.
(&00), (&01): control characters
Response
1 and 2: Replace 'Z' or'*' with a numeric control character.
3: Delete the insertion control characters to the right of 'P'.
DRI0167
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0167 REPETITION FACTOR INVALID OR INCORRECT
Meaning
In a MASK clause, either a repetition factor was illegally assigned as a
control character (e.g. +(4)), or the entry is incorrect (e.g. 9(0)).
Response
Correct or delete repetition factor.
DRI0169
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0169 MONINFO TEXT FILE INCORRECT
Meaning
The first of the two field symbols ('@') enclosing the identifier is
missing in a line of the MONINFO list layout.
Response
Add missing field symbol ('@') to the list layout.
DRI0170
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0170 '(&00)' CHARACTER INVALID; CORRECT ENTRY
Meaning
An invalid character was entered during data entry (e.g. incorrect decimal
point character).
(&00): invalid character
DRI0171
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0171 INPUT VALUE NOT COMPATIBLE WITH VERBAL INPUT
Meaning
The input value in a DATE or TIME input (e.g. '01' for month) is not
compatible with verbal input (e.g. 'FEBRUARY').
Response
Match input value and verbal input.
DRI0172
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0172 AMBIGUOUS DATA ENTRY; CORRECT INPUT
Meaning
Too few Q or R control characters have been defined in the mask, meaning
the entry cannot be interpreted unambiguously, e.g R(2) and entry 'JU'
('JU' can be interpreted as both 'JUNE' and 'JULY').
DRI0173
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0173 MASK CLAUSE NOT PERMITTED
Meaning
The MASK clause was specified for a variable for which it is not
permitted.
Possible reason:
- Variable not simple
- Variable of illegal data type
Response
Verify the variable and remove the MASK clause if required.
DRI0174
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0174 OBJECT '(&00)' ALREADY EXISTS
Meaning
(&00): The name of the object.
DRI0175
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0175 '(&00)' STORED
Meaning
The program has successfully been stored as a member of the library.
(&00): program name
DRI0176
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0176 '(&00)' NOT STORED
Meaning
The program has not been stored as a member of the library.
(&00): program name
DRI0177
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0177 '(&00)' INCONSISTENT
Meaning
The intermediate code of the program has been changed (e.g. shortened)
outside DRIVE.
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
Response
Generate new intermediate code using a COMPILE statement.
DRI0178
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0178 '(&00)' CONTAINS STATEMENTS NOT PERMITTED IN '(&01)' MODE
Meaning
The program contains statements or clauses that are not permitted in UTM
mode (e.g. SYSTEM statement).
(&00): program name with no suffix : source program
program name with suffix CODE: intermediate code
(&01): UTM
(&01): UTM asynchronous operation
Remote access to BS2000 databases is not permitted in UTM asynchronous
operation.
DRI0179
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0179 COMPILER (&00) NOT AVAILABLE OR MEMORY BOTTLENECK
Meaning
The specified compiler is not linked to DRIVE-phase.
COMPILE OPTION OBJECT=ON cannot be executed.
(&00): version of compiler;
In case of a memory bottleneck the DRIVE Compiler can not be loaded.
Response
Assing the DRIVE Compiler library or extend class 6 memory.
DRI0180
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0180 CONVERSION ERROR IN (&00)TH OPERAND OF THE '(&01)' OPERATION
Meaning
Before the operation (&01) could be executed in an expression, a runtime
error occurred during conversion of the (&00)th operand of (&01).
Response
Supply the (&01)th operand correctly or remove (&01) operation from the
expression together with its operands.
DRI0181
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0181 CALC OVERFLOW ((&00)) IN '(&01)' OPERATION
Meaning
A calculation overflow occurred during execution of the operation (&01)
as part of the calculation of an expression.
(&00): (MACHINE ERROR): error in machine calculation
DRI0182
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0182 DIVISION ERROR IN '(&00)' OPERATION
Meaning
An attempt was made to divide by 0 (not the NULL value) in the (&00)
operation of an expression, meaning the expression could not be
calculated.
DRI0183
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0183 EXPRESSION VALUE TOO LONG FOR ASSIGNMENT TO '(&00)'
Meaning
The result of the expression is too long for the variable.
(&00): variable name
DRI0184
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0184 '(&00)' DURING ASSIGNMENT TO '(&01)'
Meaning
Error (&00) occurred during assignment of variables.
(&00): CONVERSION ERROR
CHECK ERROR
(&01): variable name
DRI0185
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0185 ILLEGAL FLOAT POINT MASK/REPRESENTATION
Meaning
- An assigned mask contains the control character 'E', but cannot be
recognized as a valid float point mask
- 'e' in the data value of a screen input or NUMERIC function cannot be
interpreted as float point value.
Response
- Verify and correct mask/input/NUMERIC.
DRI0186
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0186 SELECT FINDS MORE THAN ONE RECORD
Meaning
The SELECT resulted in more than one record whereas DRIVE supports single
SELECT only.
Response
Modify the SELECT so as to obtain a single record; e.g. by using the WHERE
clause.
DRI0187
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0187 NO FURTHER CURSOR DECLARATIONS POSSIBLE
Meaning
The user cannot declare more than 20 cursors for SESAM.
Response
Close and release cursors which are no longer required.
DRI0190
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0190 TOO FEW LINES AVAILABLE FOR '(&00)' OUTPUT
Meaning
The number of output lines for TTITLE and BTITLE defined in the
DECLARE FORM statement is greater than the number of implicitly or
explicitly defined lines for the output area (screen or list).
(&00): TTITLE
BTITLE
Response
Increase the LINES entry, if present, or modify the TTITLE or BTITLE
entry.
DRI0191
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0191 MANDATORY FIELD NOT SUPPLIED
Meaning
The indicated field (EDIT STATE = MUST ERROR) must be supplied.
DRI0192
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0192 EXPRESSION VALUE TOO LARGE
Meaning
- Maximum length of the expression in the SYSTEM statement: 254
- Maximum length of the follow-up TAC in the STOP statement: 8.
DRI0193
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0193 '(&00)' NOT POSSIBLE WITH PROGRAM IN EDT WORK FILE 0
Meaning
TRACE requires the compiler listing. When a program in the EDT work
file 0 is started, the name of the program and thus of the compiler
listing is unknown.
(&00): TRACE
DRI0195
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0195 '(&00)' CANNOT BE PROCESSED WITH SQL
Meaning
The following characteristics are not permitted:
- scale < 0
- scale > precision
- precision > 15
(&00): name of the column
Response
Update the data base accordingly.
DRI0200
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0200 NAME IN '(&00)' TOO LONG
Meaning
Only names with a maximum length of 32 characters can be stored in the
data dictionary.
(&00): DATA DICTIONARY
Response
Use shorter library names.
DRI0204
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0204 ELEMENT TOO LONG
Meaning
- The logical screen of the specified form is not large enough to fully
receive a data element used in the FILL statement.
- Data element used in SEND MESSAGE statement is too long
Response
- Adapt LINES or COLUMNS entries, if present.
- Shorten the data element concerned.
DRI0205
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0205 '(&00)' ERROR IN '(&01)' MODULE/ENTRY
Meaning
An error occurred in the linking loader system during DRIVE
initialisation.
(&00): macro (BIND/LINK)
(&01): module or entry name
Response
If the error is in the LINK macro, check whether the DRIVE library was
assigned correctly before DRIVE initialisation.
If not, inform administrator.
DRI0206
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0206 '(&00)' INPUT FIELD NOT PERMITTED IN OVERFLOW SCREEN
Meaning
No input fields are allowed in an overflow screen for a DRIVE form.
(&00): variable name
DRI0210
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0210 TRANSACTION ROLLED BACK BY DATA STORAGE SYSTEM
Response
- INTERACTIVE mode: Repeat SQL statements entered since last COMMIT WORK.
- PROGRAM mode : Restart program (necessary because the first
transaction in the DRIVE program was rolled back).
DRI0211
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0211 RESTART NOT POSSIBLE IN FIRST TRANSACTION
DRI0212
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0212 CONTINUE PROGRAM ? RESPONSE: (Y=YES; N=NO)
Meaning
The transaction was rolled back by the data storage system.
Remote access: The status of the transaction is unknown due to network
problems.
Response
Y: The program is rolled back to the status of the last COMMIT WORK and
processing is resumed with the first statement after COMMIT WORK.
In the case of remote access:
the program is aborted if the network connection cannot be
recovered;
the status of the transaction in the database is unknown.
N: The program is aborted.
In the case of remote access:
the status of the transaction in the database is unknown.
DRI0213
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0213 RESTART NOT POSSIBLE; CONVERSATION ABORTED
Meaning
The transaction and thus the conversation were rolled back before the
first COMMIT WORK in the UTM conversation.
Response
Start a new conversation.
DRI0214
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0214 ABORTED 'UTM' CONVERSATION CANNOT BE RESTARTED
Meaning
Another error occurred in an external restart (e.g. after a system crash).
The conversation has been terminated.
Response
Start a new conversation.
DRI0215
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0215 TRANSACTION ROLLED BACK DUE TO SQLSTATE '(&00)'
Meaning
The transaction was rolled back by the data storage system. SQL objects
have the same status as at the last synchronization point.
(&00): SQLSTATE returned by the DB system
DRI0216
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0216 REDEFINED OR REDEFINING VARIABLE NOT ALLOWED
Response
Use variable without these properties.
DRI0218
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0218 ORIGINAL LENGTH OF 'TITLE' DATA CHANGED
Meaning
Before displaying a DRIVE form following an explicit or implicit DISPLAY,
DRIVE updates the TITLE data . The new length of the TITLE data differs
from
the original length (e.g. if assignments have been made to TITLE variables
using string functions).
Response
Check assignments after the first FILL statement.
DRI0220
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0220 DRIVE CACHE: RETURN CODE '(&00)' FOR MACRO '(&01)'
Meaning
(&00): return code
(&01): BS2000 macro name
Response
Inform administrator.
DRI0221
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0221 DRIVE CACHE CANNOT BE CLOSED
Response
If the error occurs more than once, check whether the HALT TSN (enter
procedure DRI.ENT.DRICACHE) is still running at DRIVE termination.
If not, determine the cause.
If so, inform administrator.
DRI0222
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0222 DRIVE CACHE ALREADY EXISTS IN ID WITH DIFFERENT PARAMETERS
Meaning
The DRIVE cache specified exists with a different length to the one given.
The length must always be the same when accessing the same cache.
Response
Possible responses:
- Start another DRIVE UTM application under a different ID.
- Change cache length using an ACQUIRE MEMORY statement.
DRI0223
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0223 'HALT TSN' FOR DRIVE CACHE CANNOT BE ACTIVATED
Meaning
The ENTER procedure DRI.ENT.DRICACHE for the DRIVE cache was not initiated
within 75 seconds.
Response
- Check ENTER procedure and PRO.DRICACHE program.
- Check whether the BS2000 batch queue is overloaded, preventing the ENTER
procedure from being started.
DRI0224
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0224 NAME SPECIFICATION IN USER LABEL SYNTACTICALLY INCORRECT
Meaning
The library or member name in the user label has been specified
incorrectly.
Response
Consult DRIVE manuals.
DRI0225
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0225 ERROR DURING USER LABEL PROCESSING
Meaning
The DRIVE program started during processing of the user label contains
analysis or runtime errors.
The corresponding error list is written to SYSLST.
Response
Correct DRIVE program and start a new UTM application.
DRI0226
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0226 PROGRAM ERROR; DRIVE TERMINATED DUE TO 'TEST=ALL'
Meaning
The most recently started program contains analysis or runtime errors.
As the parameter TEST=ALL has been set, DRIVE was terminated immediately.
The corresponding error list is written to SYSLST.
DRI0227
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0227 CONSTANT NOT PERMITTED
Meaning
The object name refers to a constant, which is not useful in this context.
Response
Specify variable.
DRI0229
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0229 ENTRY INVALID FOR THE DB SYSTEM '(&00)'
Meaning
The statement or part of it must not be used when processing SESAM
databases.
(&00): DB system SESAM
Response
Correct or remove incorrect statement part, or select another db system.
DRI0250
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0250 OUTPUT TOO LONG; TOO MANY INTERNAL CONTROL CHARACTERS REQUIRED
Meaning
The output contains too many fields with different display attributes
(bright/normal/flashing/overwritable/protected). These attributes are
handled internally with control characters (depending on the individual
terminal) that make the overall output too long.
Response
Shorten output or use less fields with different display attributes.
DRI0255
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0255 ERROR ON OPENING FILE '(&00)'
Meaning
The file cannot be opened.
(&00): name of file
Response
Verify existence and access permission of the file.
DRI0267
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0267 CONNECTION TO X SERVER FAILED
Meaning
The environment variable DISPLAY is illegal or not defined.
Response
Enter correct DISPLAY environment variable.
DRI0300
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0300 MAXIMUM OBJECT SIZE FOR COMPILED 'DRIVE' PROCEDURE EXCEEDED
Meaning
The statement part of the generated object code exceeds
400 slices, each of 4 KB.
Response
Check if the option NULLVALUE = OFF or SCREENCHECK = OFF is applicable,
otherwise split the DRIVE procedure into several parts.
DRI0301
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0301 NULL SPECIFICATION NOT PERMITTED
Meaning
The procedure contains a NULL value although NULL processing has been
prohibited in the compiler options.
Response
Modify source or compiler options.
DRI0302
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0302 NO CALL POSSIBLE
Meaning
The procedure can neither be called as start procedure nor using
DO/ENTER/CALL due to conflicting entries in the compiler options.
This is the case if a PERMIT screen is requested although the procedure
contains parameters for example.
Response
Modify source or compiler options.
DRI0303
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0303 TOO MUCH SPACE REQUIRED FOR INTERNAL PERMANENT VARIABLES
Meaning
Internal permanent variables are generated
- for SUBPROCEDURE,
- for CYCLE FOR with a not constant STEP or END value.
The space required exceeds 32 KB.
Response
Decrease the number of the statements above.
DRI0304
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0304 TOO MANY TEMPORARIES IN (&00)
Meaning
For the compilation of a statement within a DRIVE procedure too many
temporaries are required.
The insert text contains the name of the procedure and
the linenumber of the statement in the expanded source listing.
Response
Split the statement into several parts.
DRI0305
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0305 ERROR DURING GENERATION OR OPEN OF TEMPORARY FILE FOR OBJECT CODE
Meaning
The generated object code is written first into the temporary file
S.DRIVE-COMP.codemodule.hh.mm.ss with linkname IDCHPLAM, which is
generated internally and deleted after compilation.
During generation or open of this temporary file an error has occurred.
Response
Delete temporary file and start compilation again.
DRI0306
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0306 ERROR DURING CLOSE OF TEMPORARY FILE FOR OBJECT CODE
Meaning
The generated object code is written first into the temporary file
S.DRIVE-COMP.codemodule.hh.mm.ss with linkname IDCHPLAM, which is
generated internally and deleted after compilation.
During close of this temporary file an error has occurred.
Response
Delete temporary file and start compilation again.
DRI0307
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0307 ERROR DURING WRITE INTO TEMPORARY FILE FOR OBJECT CODE
Meaning
The generated object code is written first into the temporary file
S.DRIVE-COMP.codemodule.hh.mm.ss with linkname IDCHPLAM, which is
generated internally and deleted after compilation.
During write into this temporary file an error has occurred.
Response
Delete temporary file and start compilation again.
DRI0308
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0308 ACCESS ERROR ON LMS (&00)
Meaning
While moving the generated object code out of the temporary file
into the destination library an error has occurred.
The insert text contains the LMS return codes.
Response
depending on the LMS return code
DRI0309
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0309 INTERNAL ERROR IN (&00)
Meaning
During the compilation of a DRIVE procedure an internal error has
occurred.
The insert text contains the name of the procedure,
the linenumber of the statement in the expanded source listing
and an internal error number.
Response
Inform your system administration and provide the expanded source listing
together with the information in the insert text.
Occasionally further diagnostic information is required.
DRI0310
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0310 CONVERSATION '(&00)' TERMINATED. PLEASE ENTER TRANSACTION CODE
Meaning
The indicated conversation in DRIVE object mode has been terminated.
(&00): Conversation name
Response
Enter transaction code
DRI0311
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0311 INTERNAL ERROR IN 'DRIVE' OBJECT '(&00)','(&01)'
Meaning
The running of the DRIVE-object has been aborted due to internal
inconsistences
(&00): eventtype
(&01): systemcode
Response
Inform administrator
DRI0312
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0312 ILLEGAL NULL VALUE IN 'DRIVE' OBJECT
Meaning
NULL value occurred in an object defined with NULLVALUE=OFF. This may
happen
in case of data base queries, screen input or parameter transfer in case
of
CALL, DO, ENTER.
Response
Compile procedure with OPTION NULLVALUE=ON.
DRI0390
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0390 FILE (&00) CAN'T BE ERASED.
Meaning
No access rights to modify the directory or file doesn't exist.
(&00): file name
DRI0391
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0391 ERROR OCCURRED WHEN FILE (&00) WAS WRITTEN.
Meaning
Not enough space on file system.
(&00): file name
DRI0392
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0392 FILE (&00) CAN'T BE OPENED OR CREATED.
Meaning
No access rights to modify the directory or
existing file can't be opened.
(&00): file name
DRI0394
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0394 OPENING ERROR ON LIBRARY '(&00)'
Meaning
There is no library according with the stated name, the access right
to the library is missing or the library is locked.
(&00): library name
Response
Generate a correct library, gain the access right and make shure, that
the library is not locked at access time (e.g. by a compilation process).
DRI0399
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0399 (&00).
DRI0451
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0451 MESSAGE LENGTH (&00) TOO SMALL
Meaning
The storage length of the message submitted by the partner conversation is
not long enough. The header of the transfer information could not be
read. (&00): length of message received
Response
Check message length on sending.
DRI0452
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0452 FIELD '(&00)' IN THE TRANSFER INFORMATION HEADER INVALID
Meaning
The indicated field in the header has been supplied with an invalid value
by the partner conversation.
(&00): invalid field
Response
Check entry in header field.
DRI0453
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0453 NO 'RETURN' PARAMETER VALUES RECEIVED FROM (&00)
Meaning
The receiving partner called with CALL has not returned any RETURN
parameter
values although the USING clause does contain RETURN parameters.
A switch was made to old-style operation using new-style CALL. The last
old-style program executed has no USING list but RETURN parameters are
specified in the USING list in the new-style CALL.
Response
Check interface to receiving program (unit).
Match USING list of new-style CALL and old-style program.
DRI0454
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0454 ILLEGAL RETURN PARAMETER VALUES FROM RECEIVING PARTNER
Meaning
The receiving partner called with CALL returns RETURN parameter values
although the USING clause does not contain any RETURN parameters.
Response
Check interface to receiving program (unit).
DRI0455
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0455 CALLED USER TAC '(&00)' TERMINATED WITH PARAMETER ERROR
Meaning
The called user program unit reports errors on reading the header
information in the transfer area.
(&00): UTM transaction code
Response
Check distribution information for the concerned user program unit.
DRI0456
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0456 CALLED USER TAC '(&00)' TERMINATED WITH ERROR
Meaning
The called user program unit reports errors on program execution.
(&00): UTM transaction code
Response
Check execution of called user program unit and, if required, submitted
USING data.
DRI0457
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0457 CALLED RECEIVING DRIVE CONVERSATION TERMINATED WITH PARAMETER ERROR
Meaning
The called receiving DRIVE conversation reports errors on reading the
header information in the transfer area.
Response
Check distribution information for the receiving DRIVE program concerned.
DRI0458
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0458 CALLED RECEIVING DRIVE CONVERSATION TERMINATED WITH ERROR
Meaning
The called receiving DRIVE program reports errors on program execution.
Response
Check execution of called DRIVE program and, if required, submitted
USING data.
DRI0459
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0459 LIBRARY NAME '(&00)'
Meaning
Library of an executed DRIVE program. Information in addition to
parameter error or execution error message, or status information
in the case of distributed processing.
(&00): library name
DRI0460
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0460 MEMBER NAME '(&00)'
Meaning
Member name of an executed DRIVE program. Information in addition to
parameter error or execution error message, or status information
in the case of distributed processing.
(&00): member name
DRI0461
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0461 APPLICATION NAME '(&00)'
Meaning
Name of a receiving application in which a DRIVE program or user
program unit was executed. Information in addition to parameter error or
execution error message, or status information in the case of distributed
processing.
(&00): application name
DRI0462
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0462 ERRORS ON DISTRIBUTED PROCESSING
Meaning
Distributed execution of one or more receiving DRIVE programs or user
program units was terminated with errors.
Response
Check distribution information, USING data or program execution.
DRI0463
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0463 CONVERSATION RULE FOR DISTRIBUTED PROCESSING VIOLATED
Meaning
Open receiving conversations still exist in the case of:
- a 'DO PROCEDURE' statement
- a 'STOP' or 'COMMIT WORK WITH STOP' statement
- an 'END PROCEDURE' statement on the highest DRIVE program level of the
highest submitting conversation in a distributed submitter/receiver
hierarchy.
Response
Check flow of the DRIVE program. If one of the above statements
exists, the receiving partners must have been terminated.
DRI0464
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0464 TRANSACTION RULE FOR DISTRIBUTED PROCESSING VIOLATED
Meaning
One or more DRIVE programs or user program units have not yet executed
'COMMIT WORK' or requested transaction end.
Response
Check flow of DRIVE program. In the case 'COMMIT WORK', the
receiving partners must have terminated the transaction.
DRI0465
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0465 BOTTOM-UP STRATEGY FOR DISTRIBUTED PROCESSING VIOLATED
Meaning
A receiving DRIVE program was called with transaction end request.
Response
Terminate processing step in program unit using 'PEND KP'.
DRI0466
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0466 RECEIVING PARTNERS WITH TRANSACTION STATUS 'P' STILL OPEN
Meaning
Receiving partners which have requested transaction end are still open
when a submitting DRIVE program terminates with errors.
Response
Include the 'COMMIT WORK' statement after CALL or END DISPATCH in order
to terminate the transactions in the receiving environments.
DRI0467
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0467 CALLED USER-RECEIVER CONVERSATION FOR 'PEND' REQUEST INVALID
Meaning
An error occurred in the program unit on calling the user-receiver
conversation
containing a request for termination, or the values supplied to the header
of the transfer area by the user program unit contained errors.
Response
Check interfaces to, or execution of, the user program units.
DRI0468
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0468 USER-RECEIVER CONVERSATION NOT TERMINATED DESPITE 'PEND' REQUEST
Meaning
When calling the user-receiver conversation, the request to terminate was
ignored.
Response
Check interfaces to, or execution of, the user program units.
DRI0469
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0469 RECEIVING TRANSACTION NOT ROLLED BACK DESPITE 'ROLLBACK' REQUEST
Meaning
When calling the user-receiver conversation, the rollback request for the
local transaction was ignored.
Response
Check interfaces to, or execution of, the user program units.
DRI0470
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0470 CONVERSATION STATUS '(&00)', TRANSACTION STATUS '(&01)' FOR DRIVE CONVERSATION
Meaning
Receiving DRIVE partner submits status information following distributed
conversation restart.
(&00): conversation status of receiving partner
(&01): transaction status of receiving partner
Response
Check execution of receiving DRIVE program.
DRI0471
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0471 CONVERSATION STATUS '(&00)', TRANSACTION STATUS '(&01)' FOR USER TAC '(&02)'
Meaning
User-receiver conversation submits status information following
distributed
conversation restart.
(&00): conversation status of receiving partner
(&01): transaction status of receiving partner
(&02): UTM transaction code
Response
Check execution of user-receiver program unit.
DRI0472
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0472 CONVERSATION '(&00)' AND TRANSACTION STATUS '(&01)' FOR RECEIVING CONVERSATION
Meaning
Receiving conversation submits status information following distributed
conversation restart. The receiving conversation has been referenced for
the first time in the restarted distributed transaction. No further
information is available from the receiving partner.
(&00): conversation status of receiving partner
(&01): transaction status of receiving partner
Response
Check receiving conversations in distributed application.
DRI0473
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0473 STATUS INFO RECEIVED FROM RECEIVING PARTNER AFTER CONVERSATION RESTART
Meaning
Receiving conversation submits status information following distributed
conversation restart.
Response
Refer to DRIVE messages containing additional information.
DRI0474
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0474 STATEMENT ONLY PERMITTED ON DISPATCH BLOCK PROGRAM LEVEL
Meaning
A DRIVE program called within a DISPATCH block using a local CALL
PROCEDURE
must not itself contain a REMOTE CALL.
Response
Transfer REMOTE CALL to DISPATCH block compilation unit.
DRI0478
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0478 RESTART NOT POSSIBLE IN SERVER SESSION
Meaning
In a server session (without distributed transaction processing), a
ROLLBACK WORK WITH RESET was performed or a "ta_cancelled" was reported
by the database existing locally in the server. DRIVE cannot
reset the server program in this situation as UTM does not support
conversation restart for client server connections without
distributed transaction processing.
Response
Check flow of server program, as well as its accesses to local
data resources.
DRI0480
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0480 ERROR OCCURRED IN OLD-STYLE PROGRAM
Meaning
A new-style CALL startet an old-style program; an error occurred during
its
execution.
Response
Switch explicitly to old-style operation, analyse and test the program.
DRI0481
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0481 ILLEGAL (&00) IN A CALLED OLD-STYLE PROGRAM
Meaning
A new-style CALL startet an old-style program containing the specified
illegal
statement.
(&00): DO, STOP
DRI0485
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0485 WARNING (&00) OCCURRED
Meaning
See manual of the DB-system.
(&00): warning number of the DB-system
Response
See manual of the DB-system
DRI0488
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0488 DYNAMIC TEMPORARY VIEWS STILL EXISTING WERE DELETED
Meaning
When exiting a program called with DO, no temporary views defined in
program
mode must still exist, i.e. a DROP TEMPORARY VIEWS statement must be
dynamically run prior to END PROCEDURE, STOP or DO statements.
If temporary program views still exist, DRIVE deletes them in the database
management system and this message is output.
Response
Enter DROP TEMPORARY VIEWS in interactive mode and then provide suitable
DROP TEMPORARY VIEWS statements in the affected programs with temporary
views.
DRI0490
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0490 SESAMSQL COMPILATION NOT POSSIBLE IF TRANSACTION IS OPEN
Meaning
An attempt was made to compile a program with SQL statements other than
COMMIT / ROLLBACK although a transaction was already open.
Response
Compile the program separately and execute CALL on CODE element or end the
transaction before executing CALL.
DRI0491
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0491 MAXIMUM NUMBER OF PERMITTED DECLARATIONS EXCEEDED
Meaning
The DRIVE program contains too many declarations of the same object type,
e.g. more than 20 DECLARE FILE statements.
Response
Watch limit for number of declarations.
DRI0492
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0492 FORM NO 'FHS-DE' FORM
Meaning
This statement requires FHS-DE forms.
Response
Change form or modify form attributes using IFG.
DRI0493
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0493 CHANGE OF FORM TYPE NOT PERMITTED
Meaning
All partial forms must be of the same type. It is not permitted to mix
FHS-DE forms and non-DE forms.
Response
Change form or modify form attributes using IFG.
DRI0494
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0494 ONLY POSITIVE VALUES PERMITTED FOR (&00)
Meaning
A negative value or 0 was specified for ITEM or LINES.
(&00): ITEM or LINES entry
Response
Specify positive value for ITEM or LINES.
DRI0495
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0495 (&00) EXCEEDS '(&01)'
Meaning
(&00): LINES: The LINES value in the SET SCREEN ATTRIBUTE LINES statement
exceeds the number of lines defined for the list.
ITEM: - The ITEM value in the SET SCREEN ATTRIBUTE PRESELECT
ON/OFF
ITEM statement exceeds the number of lines defined for the
list.
- The ITEM value in the SET SCREEN ATTRIBUTE LOCK/PRESELECT
ON/OFF ITEM exceeds the number of selection fields defined
for the single selection field.
(&01): List elements in the case of LINES
List elements or selection fields in the case of ITEM
Response
Check LINES or ITEM specification.
DRI0496
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0496 NEXT WITHOUT PRECEDING FIRST
Meaning
A GET NEXT MODIFIED INDEX was entered for a form for which not previous
GET FIRST MODIFIED INDEX has been entered.
Response
- Check if form is correct.
- Execute GET FIRST MODIFIED INDEX first.
DRI0497
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0497 ENTER NOT MORE THAN 4 CHARACTERS FOR SCROLL
DRI0498
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0498 INVALID CHARACTER IN SCROLL ENTRY
Meaning
The SCROLL specification contains characters other than '<', '>', '+',
'-' or blank.
Response
Enter no characters other than '<', '>', '+', '-' or blank for SCROLL.
DRI0501
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0501 (&00)(&01)
Meaning
An error occurred when defining a report according to the message text.
(&00): report error number, see corresponding DRIVE error number
(&01): message text
Response
Correct definition.
DRI0504
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0504 NUMBER OF ATTRIBUTES NOT EQUAL TO NUMBER OF VARIABLES
Meaning
Number of DRIVE-variables not equal to number of table attributes
Response
Match list of specified attributes to list of specified variables.
DRI0510
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0510 END OF THE RESULT TABLE REACHED OR RESULT TABLE EMPTY
Meaning
SQL query returns no or no further hits.
DRI0514
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0514 ERROR WITH '(&00)' (&01) (&02)
Meaning
An error occurred on running a system macro.
(&00): name of system macro
(&01): error number
(&02): error text
Response
Notify system administrator
DRI0517
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0517 INCREMENT VALUE IS 0 OR NULL
Meaning
The increment value of a CYCLE FOR loop must not be 0 or NULL at execution
time.
Response
Make valid assignment to increment value.
DRI0521
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0521 CONTROL VARIABLE USED ON MORE THAN ONE 'CYCLE FOR' LEVEL
Meaning
The control variable for a CYCLE FOR loop must not be used on any other
CYCLE FOR level and must not be modified.
Response
Define separate control variable for each CYCLE FOR level.
DRI0524
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0524 RETURN SPECIFICATION IN (&00). PARAMETER DOES NOT MATCH
Meaning
Adapt RETURN specification, i.e. the RETURN specifications for the
indicated
parameters in the sending script must match those in the receiving script.
(&00): Position of mismatching parameter
DRI0525
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0525 OPTION '(&00)' WITH '(&01)' NOT COMPATIBLE
Meaning
1. A statement or statement part is not compatible with the assigned DB
system.
2. Current program and subprogram are compiled with different
OPTION OPTIMIZE.
Response
In case of 2. Compile both programs with same OPTION OPTIMIZE.
DRI0532
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0532 INVALID EXPONENTIAL MASK
Meaning
The exponential mask for a numeric data type has been incorrectly defined.
The following applies:
en, where n > 8 and n < 25
Response
Define mask accordingly.
DRI0534
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0534 RUNTIME ERROR '(&00)' WHEN CALLING '(&01)'
Meaning
A runtime error occurred which was caused by an interface or coding
error in the subroutine or subprogram of another programming language.
(&00): runtime error
(&01): module name
Response
Remove runtime error by remedying error in external subprogram or
subroutine.
DRI0536
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0536 (&00)(&01)(&02)
Meaning
An error occurred when issuing an SQL statement to the database
Response
Refer to the database manual for an explanation and
"Corrective action" for each error message.
DRI0538
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0538 (&00) NOT PERMITTED IN (&01) PROGRAM BLOCK
Meaning
The described specification is not permitted in the described program
block.
Response
Correct or omit statement.
DRI0541
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0541 '(&00)' COMPILED WITHOUT ERROR
Meaning
The described program has been compiled without error.
(&00): program name
DRI0542
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0542 '(&00)' DELETED WITHOUT ERROR
Meaning
The described program has been deleted.
(&00): program name with associated objects, i.e. list, intermediate
codes,
etc., if any
DRI0554
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0554 DEBUG STATEMENT EXECUTED
Meaning
DRIVE has executed the last debug statement without error and expects
the next debug statement to be entered.
Response
Enter next debug statement.
DRI0555
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0555 LINE NUMBER (&00) INVALID
Meaning
An invalid line number was specified in an AT statement.
(&00): line number
Response
Determine valid line number and correct AT statement.
DRI0556
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0556 LINE NUMBER RANGE '(&00)-(&01)' INVALID
Meaning
An invalid line number range was specified in an AT statement.
(&00): start of range
(&01): end of range
Response
Determine valid line number range and correct AT statement.
DRI0558
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0558 FILE: '(&00)' ERROR: (&01)
Meaning
An error occurred when processing the indicated file.
(&00): file name
(&01): error message of the operating system.
Response
Analyze indicated error.
DRI0559
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0559 '(&00)' NOT FOUND: (&01)
Meaning
The indicated file does not exist.
(&00): file name
(&01): error message of the operating system
Response
Make specified file available.
DRI0560
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0560 '(&00)' LOCKED: (&01)
Meaning
The indicated file cannot be accessed.
(&00): file name
(&01): error message of the operating system.
Response
Provide access to indicated file.
DRI0561
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0561 PLEASE SUPPLY USING PARAMETERS
Meaning
The initial breakpoint has been reached and not all USING
parameters have been supplied.
Response
Supply USING parameters using SET or abort debugging session using
BREAK DEBUG.
DRI0562
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0562 (&00) USING PARAMETERS NOT YET SUPPLIED
Meaning
At the initial breakpoint, the indicated number of USING parameters
are missing.
(&00): number
Response
Supply missing USING parameters using SET statements or abort debugging
session using BREAK DEBUG.
DRI0563
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0563 USING PARAMETERS COMPLETE
Meaning
At the initial breakpoint, all USING parameters have been supplied.
Response
Enter desired debug statement.
DRI0564
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0564 STATEMENT INVALID FOR PARAMETER PROMPTING
Meaning
A statement other than SET or BREAK DEBUG has been entered in response
to parameter prompting.
Response
Terminate parameter prompting.
DRI0565
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0565 'SET' STATEMENT ONLY PERMITTED FOR USING PARAMETERS OF 'DO/CALL'
Meaning
At the initial breakpoint, not all USING parameters have been supplied,
a SET statement was entered for another variable however.
Response
Supply USING parameters or enter BREAK DEBUG.
DRI0566
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0566 'SET' STATEMENT NOT PERMITTED FOR VARIABLE VALUE ASSIGNMENT
Meaning
At the initial breakpoint, not all USING parameters have been supplied,
a SET statement with variable value assignment was entered however.
Response
Supply USING parameters or enter BREAK DEBUG.
DRI0568
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0568 DEBUGGING OUTPUT TOO LARGE
Meaning
In a trace, a statement is to be output which has too many lines
(in the listing element). The excessive lines at the end are suppressed.
Response
Press <ENTER> key
DRI0569
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0569 TOO MANY ERROR MESSAGES
Meaning
More errors have occurred than can be output. Output of the excessive
last errors is therefore suppressed.
Response
Enter next debug statement.
DRI0570
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0570 NO DEBUG STATEMENT FOUND
Meaning
At a breakpoint, only the <ENTER> key was pressed. No debug statement
was entered.
Response
Enter valid debug statement.
DRI0571
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0571 NUMBER OF ERROR EXCEEDS LIMIT
Meaning
The number of errors found during analysis of a DRIVE program exceeds the
entries possible in the error table. Additional errors are not listed.
Response
Correct reported errors and recompile program.
DRI0573
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0573 BRANCH TO FINAL BREAKPOINT
Meaning
The system has branched to the final breakpoint after the BREAK statement
has
been entered, or the BREAK key activated, in debugging mode.
Response
Enter BREAK DEBUG, DISPLAY FORM or DISPLAY LIST.
DRI0574
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0574 FINAL BREAKPOINT ALREADY REACHED
Meaning
An illegal statement was entered at the final breakpoint. Permitted are:
BREAK DEBUG, DISPLAY FORM and DISPLAY LIST.
Response
Enter valid debug statement.
DRI0575
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0575 FINAL BREAKPOINT REACHED
Meaning
Processing has stopped after the END PROCEDURE statement on the highest
program level (program called with DEBUG) has been executed.
Response
Enter debug statement.
DRI0576
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0576 INITIAL BREAKPOINT REACHED
Meaning
After entering the DEBUG statement in interactive mode, the system
branches
to the initial breakpoint. Execution has processed the PROCEDURE statement
in the program called with DEBUG and stopped after this statement.
Response
Enter debug statement.
DRI0578
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0578 CURRENT BREAKPOINT: LINE (&00) IN PROCEDURE '(&01)'
Meaning
The indicated breakpoint has been reached, i. e. program execution has
reached a point just before the statement in the specified line of the
specified procedure. Any debug operations of the type DISPLAY or SET which
have been included at this statement have already been executed.
(&00): line number
(&01): procedure name (incl. library specification)
Response
Enter debug statement.
DRI0579
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0579 ERROR ON EXECUTING STATEMENT '(&00)'
Meaning
An execution error occurred when executing a program statement or a debug
operation included at this point. The associated line number and
program name are output in message number DRI0578. Also other relevant
error messages are output prior to message DRI0579 (as in the error list
in
program mode).
Specially for the statement "LIST":
error occurred while assigning the output file for
the LIST statement (on sysfile syslst...).
A cause: Output file locked.
(&00): DRIVE statement
Response
Try to remedy the error using a SET statement.
If this fails, the debug run has to be aborted with BREAK DEBUG.
Specially for the statement "LIST":
Repeat the statement, if the output file is no longer locked.
DRI0580
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0580 ENTRIES TOO LONG
Meaning
The record exceeds the input list. The excessive characters are ignored.
Response
Extend input list.
DRI0581
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0581 FILE OUTPUT TOO LONG
Meaning
Length of 32000 exceeded when outputting to a file.
Response
Distribute output across several output statements.
DRI0582
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0582 NULL VALUE NOT DEFINED
Meaning
A null value is to be written to a file whereas no null value has been
declared.
Response
Specify a character for the representation of the null value when defining
a file.
DRI0583
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0583 FILE '(&00)' NOT YET OPEN
Meaning
The indicated file has not yet been opened by the program.
(&00): file name
Response
Open file before calling the program.
DRI0584
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0584 FILE '(&00)' ALREADY OPEN
Meaning
The indicated file has already been opened by the program.
(&00): file name.
Response
Close indicated file before calling the program.
DRI0585
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0585 TOO MANY FILES OPEN
Meaning
More than 20 'isam-shareupd/input' files open in BS2000 UTM mode.
Response
Reduce number of open files.
DRI0586
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0586 END OF FILE
Meaning
The end of file has been reached
DRI0587
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0587 INPUTS TO SHORT
Meaning
The record is shorter than the input list.
DRI0588
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0588 NAME '(&00)' TOO LONG
Meaning
The name of the library or element is too long.
(&00): too long element
DRI0589
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0589 TOO MANY BOXES TO BE REMOVED
Meaning
More boxes than are currently on the screen are to be REPLACEd or REMOVEd.
Response
Decrease the value of 'number' in the REPLACE or REMOVE statement.
DRI0590
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0590 OPERATION '(&00)' ALREADY INCLUDED AT STATEMENT IN LINE (&01)
Meaning
The specified debug operation has already been included at the specified
line number. It cannot be included more than once.
(&00): debug operation
(&01): line number
Response
Enter next debug statement.
DRI0591
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0591 NO OPERATION FOUND
Meaning
Following a REMOVE statement, no debug operation was found.
Response
Enter next debug statement.
DRI0592
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0592 ASSIGNMENT TO INDIVIDUAL COMPONENT NOT PERMITTED
Meaning
During parameter prompting in debugging mode, making assignments to
individual components of a USING parameter is not permitted.
Response
Assignments to structured variables in debugging mode using parameter
prompting have to be made via aggregates.
DRI0593
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0593 TRACE RUN COMPLETED: LINE (&00) OF PROCEDURE '(&01)'
Meaning
The specified number of steps was executed in a trace operation on the
screen.
Following execution of the last statement, the system passes to a
breakpoint,
i. e. program execution has reached a point just after the statement in
the
specified line of the specified procedure. A debug operation of the type
COUNT that has been included at this statement has already been executed.
(&00): line number
(&01): procedure name (incl. library specification)
Response
Enter debug statement
DRI0594
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0594 STATEMENT ONLY PERMITTED FOR VARIABLE CURSOR
Meaning
The statement (e.g. DROP) is only permitted if the cursor has been
declared
as variable cursor (i.e. without FOR SELECT ... clause).
Response
- Correct cursor declaration
- Remove DROP or execute with EXEC.
DRI0595
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0595 CHANGE OF DIALOG STEP DURING 'REPORT' PROCESSING UNDER UTM
Meaning
A screen output is to be performed under UTM and at least one REPORT is
yet
to be filled.
Response
Check program execution. Terminate REPORT processing prior to screen
output using CLOSE REPORT.
DRI0596
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0596 '(&00)' CAN ONLY BE EXECUTED ON THE HIGHEST PROGRAM LEVEL
Meaning
A program can only be executed either
- with the DO statement, or
- in the receiving environment, on the program level directly called by
the
submitting partner.
A program can only be executed with DO if it contains e. g. a STOP
statement
(&00): program name without suffix : source program
program name with suffix CODE : intermediate code
DRI0597
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0597 STATEMENT NOT PERMITTED FOR PREFETCH CURSOR
Meaning
The statement (e.g. FETCH PRIOR) is not permitted if the cursor has been
declared as PREFETCH cursor.
Response
Correct cursor declaration.
DRI0598
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI0598 RUNNING PROGRAM ABORTED/INTERRUPTED
Meaning
The user terminated the running program.
DRI7001
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7001 No memory space is available.
DRI7002
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7002 System error!
DRI7003
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7003 Internal error!
DRI7004
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7004 Report Services is not available.
DRI7005
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7005 No access to message file.
DRI7006
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7006 The given node Id does not reference a suitable report object.
DRI7007
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7007 The given pointer does not reference an opened report object.
DRI7008
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7008 Actual input parameters are missing.
DRI7009
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7009 Incorrect length of actual parameter record.
DRI7010
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7010 No memory space is available.
DRI7011
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7011 System error (function: (&00) errno: (&01)).
DRI7012
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7012 Internal error in line (&00).
DRI7013
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7013 An LMS error has occurred (LMS: (&00) DMS: (&01)).
DRI7014
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7014 An internal PMC error has occurred.
DRI7015
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7015 An error with NLS constants has occurred.
DRI7016
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7016 The version of the report object is not supported.
DRI7017
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7017 One of the given arguments has an inappropriate value.
DRI7018
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7018 The delimiters in the users profile are not unique.
DRI7019
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7019 The user function is not defined.
DRI7020
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7020 NOT YET IMPLEMENTED!
DRI7021
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7021 The function is not allowed in the current open mode.
DRI7022
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7022 The report object to be created already exists.
DRI7023
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7023 The report object to be opened is locked.
DRI7024
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7024 No access to report object or data file.
DRI7025
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7025 The meta type (&00) is not allowed in this context.
DRI7026
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7026 The meta type (&00) is already defined.
DRI7027
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7027 The property (&00) is not allowed in this context.
DRI7028
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7028 The property (&00) is already set.
DRI7029
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7029 (&00) is invalid for property (&01).
DRI7030
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7030 Property sequence error for (&00).
DRI7031
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7031 No name is defined for a superior structure.
DRI7032
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7032 The group field cannot be found in the order clause.
DRI7033
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7033 The to be searched node or property cannot be found.
DRI7034
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7034 The report object does not contain a valid record part.
DRI7035
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7035 The report object already contains a layout part.
DRI7036
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7036 The provided buffer is too short to take up the property value.
DRI7037
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7037 The symbol (&00) is not valid.
DRI7038
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7038 The symbol (&00) is ambiguous.
DRI7039
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7039 An array index must be a constant value or a local variable.
DRI7040
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7040 An array index is out of range.
DRI7041
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7041 A mandatory node as son of (&00) is missing.
DRI7042
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7042 Property (&00) for node (&01) is missing.
DRI7043
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7043 The node (&00) has no properties defined.
DRI7044
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7044 The number of detail parts and record descriptions is different.
DRI7045
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7045 The referenced report object contains no layout part.
DRI7046
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7046 A mandatory node representing a record part is missing.
DRI7047
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7047 Double (&00) with same hierarchy is defined.
DRI7048
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7048 The redefinition exceeds the length of the redefined field.
DRI7049
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7049 An error has occurred while validating an expression.
DRI7050
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7050 Type conflict in expression.
DRI7051
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7051 Wrong group number (&00) in group header and/or group trailer.
DRI7052
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7052 A Parameter for the user function is not defined.
DRI7053
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7053 Type of an array index not allowed.
DRI7054
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7054 Control block (&00) only allowed once.
DRI7055
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7055 This feature is not allowed in the page base.
DRI7056
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7056 Input data exceeds the maximum record length.
DRI7057
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7057 The format description string is incorrect.
DRI7058
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7058 For this field NULL_ALLOWED is not defined.
DRI7059
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7059 The given length of the data record is wrong.
DRI7060
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7060 The record kind is undefined.
DRI7061
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7061 The length of the given field is not correct.
DRI7062
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7062 The data type of the given field is incorrect.
DRI7063
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7063 Error while calling an INFORMIX conversion function.
DRI7064
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7064 Error while calling an INFORMIX arithmetic function.
DRI7065
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7065 Not enough space for printing in detail area.
DRI7066
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7066 The result of the condition is NULL.
DRI7067
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7067 Not enough header lines for page header are defined.
DRI7068
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7068 Not enough trailer lines for page trailer are defined.
DRI7069
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7069 No tabulators are defined for this control block.
DRI7070
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7070 Type incompatibility in assign statement.
DRI7071
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7071 The data type of an user function argument is wrong.
DRI7072
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7072 The parameter of the user function is not declared.
DRI7073
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7073 Division by zero is not allowed.
DRI7074
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7074 The numeric string constant represents no number.
DRI7075
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7075 The value is out of range in ASSIGN statement.
DRI7076
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7076 Error in user function: (&00).
DRI7077
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7077 Length of image data is wrong.
DRI7078
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7078 Image data is not in hexadecimal form.
DRI7079
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7079 No device profile is available.
DRI7080
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7080 An RDI file with the given path name cannot be opened.
DRI7081
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7081 The spool cannot be activated.
DRI7082
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7082 The device profile is not defined completely.
DRI7083
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7083 The name for the RDI converter is missing in the device profile.
DRI7084
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7084 Conversion error in the device profile (line (&00)).
DRI7085
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7085 Invalid character in the device profile (line (&00)).
DRI7086
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7086 Incomplete line in the device profile (line (&00)).
DRI7087
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7087 Incorrect line in the device profile (line (&00)).
DRI7088
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7088 Incorrect value in the device profile (line (&00)).
DRI7089
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7089 Value to long in the device profile (line (&00)).
DRI7090
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7090 Wrong initial string in the device profile (line (&00)).
DRI7091
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7091 Incorrect meta word class in the device profile (line (&00)).
DRI7092
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7092 Missing command line in the device profile (line (&00)).
DRI7093
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7093 Missing command line in the device profile (line (&00)).
DRI7094
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7094 Missing command line in the device profile (line (&00)).
DRI7095
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7095 Wrong control word sequence in the device profile (line (&00)).
DRI7096
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7096 Missing "valid value"-line in the device profile (line (&00)).
DRI7097
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7097 Wrong "valid value"-list in the device profile (line (&00)).
DRI7098
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7098 Missing define-connected-line in the device profile (line (&00)).
DRI7099
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7099 Wrong connected-value-line in the device profile (line (&00)).
DRI7100
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7100 Wrong connected-value-line in the device profile (line (&00)).
DRI7101
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7101 Wrong increment value in the device profile (line (&00)).
DRI7102
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7102 Metaword in device profile is not defined (line (&00)).
DRI7103
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7103 Only "CHARTYPE" in device profile allowed (line (&00)).
DRI7104
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7104 Wrong parametertype in the device profile (line (&00)).
DRI7105
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7105 Defaultvalue in the device profile is not defined (line (&00)).
DRI7106
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7106 Substitutevalue in the device profile is not allow (line (&00)).
DRI7107
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7107 An error has been returned by the spool system.
DRI7108
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7108 Source and target are equal.
DRI7109
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7109 Incorrect parameter indicators in the device profile (line (&00)).
DRI7110
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7110 Too many parameter indicators in the device profile (line (&00)).
DRI7111
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7111 Only "NUMTYPE" in device profile allowed (line (&00)).
DRI7112
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7112 Using false device profile or RDI-Converter.
DRI7113
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7113 The RDI input file (&00) cannot be opened.
DRI7114
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7114 Bad magic number in RDI input stream.
DRI7115
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7115 Usage: (&00) ... (see manual)!
DRI7116
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7116 No prolog file is available.
DRI7117
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7117 Source file has no bounding box.
DRI7118
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7118 No user specific and no system specific user profile can be found.
DRI7119
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7119 Syntax error in user profile (command "(&00)).
DRI7120
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7120 Functionality not available in this release ((&00)).
DRI7121
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7121 Data structure skipped in standard layout.
DRI7122
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7122 Too many actual parameters are given.
DRI7123
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7123 Wrong data type for repeat value of a constant string.
DRI7124
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7124 The file defined with a source statement does not exist.
DRI7125
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7125 Format description on page (&00) line (&01) is too short.
DRI7126
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7126 Printing position page (&00) line (&01) not allowed.
DRI7127
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7127 No tabulator on page (&00) line (&01) left.
DRI7128
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7128 Rotation not supported by device.
DRI7129
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7129 An implicit sort order has been introduced.
DRI7130
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI7130 No text - never used.
DRI8000
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8000 MONDAY/TUESDAY/WEDNESDAY/THURSDAY/FRIDAY/SATURDAY/SUNDAY/
Meaning
Day names that can be used as day strings in masks.
Maximum string length: 40 bytes
DRI8001
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8001 JANUARY/FEBRUARY/MARCH/APRIL/MAY/JUNE/JULY/AUGUST/SEPTEMBER/OCTOBER/NOVEMBE R/DECEMBER/
Meaning
Month names used as month strings in masks.
Maximum length per string: 40 bytes
DRI8002
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8002 CURRENT CONVERSATION LIST FOR USER '(&00)' WITH CONVERSATION STATUS '(&01)'
Meaning
List header for UTM print outputs.
DRI8003
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8003 LIST OF ALL CONVERSATIONS FOR USER '(&00)' WITH CONVERSATION STATUS '(&01)'
Meaning
List header for UTM print outputs.
DRI8004
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8004 CONVERSATION DATE: (&00) CONVERSATION TIME: (&01)
DRI8005
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8005 LIST PRINTOUT TERMINATED AT: (&00)/(&01)
Meaning
(&00): date
(&01): time
DRI8010
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8010 (NEXT/PRIOR/FIRST/LAST/BREAK=SCROLL;+/-/+-/++/--=PAGING IN RECORD)
Meaning
SCROLL = positioning within the cursor table
NEXT: read the next cursor record
PRIOR: read the preceding cursor record
FIRST: read the first cursor record
LAST: read the last cursor record
BREAK: read no more cursor records
Paging in the record:
+ : display next screen
- : display preceding screen
+- : redisplay current screen
++ : display end of record
-- : display beginning of record
DRI8011
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8011 (NEXT/BREAK=SCROLL;+/-/+-/++/--=PAGING IN RECORD)
Meaning
SCROLL = positioning with the cursor table
NEXT: read the next cursor record
BREAK: read no more cursor records
Paging in the record:
+ : display next screen
- : display preceding screen
+- : redisplay current screen
++ : display end of record
-- : display beginning of record
DRI8012
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8012 (BREAK=ABORT;+/-/+-/++/--=PAGING IN RECORD)
Meaning
Paging in the record:
+ : display next screen
- : display preceding screen
+- : redisplay current screen
++ : display end of record
-- : display beginning of record
DRI8013
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8013 (NEXT/PRIOR/FIRST/LAST/CURRENT/ABSOLUTE/RELATIVE/BREAK=SCROLL)
Meaning
SCROLL = Navigate within cursor set.
NEXT: Read next cursor row.
PRIOR: Read prior cursor row.
FIRST: Read first cursor row.
LAST: Read last cursor row.
CURRENT: Read current cursor row again.
RELATIVE: Relative positioning with row number which is subsequently
requested. ABSOLUTE: Absolute positioning with row number which is
subsequently requested. BREAK: Stop reading cursor rows.
DRI8014
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8014 (ROWNO)
Meaning
Continuation of number 8013 giving the input for the RELATIVE or ABSOLUTE
entry
Response
Enter row number for FETCH RELATIVE/ABSOLUTE.
DRI8020
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8020 PAGE/LINE/SOURCE/NEST/BY COMMAND/BY DEFAULT/IN SOURCE CODE/COMPILATION OPTIONS/NUMBER OF ERRORS/REFERENCE LIST/PROGRAM NAME/MEMBER/IDP/STARTUP/PROGRAM/
Meaning
Entries for the compiler listing.
Maximum string length: 40 bytes
DRI8021
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8021 LITERAL/COLUMN/PREDICATE/USER TEXT/
Meaning
Maximum string length: 40 bytes
DRI8022
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8022 NO/DATE/TIME/USER/FROM/ERROR LIST/ERROR INFORMATION/CALLED BY/DYNAMIC CHAINED PROGRAM CALL/END OF ERROR LIST/DISTANCE/LIBRARY TABLE/
Meaning
Maximum string length: 40 bytes
DRI8023
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8023 END OF REFERENCE LIST/OF/OF TYPE/AT/PREDEFINED IN DD/BASE TABLE/BASE TABLES/COLUMN/FILE/VARIABLE/FORM/CALL MOD/LIBRARY/PROGRAM/
Meaning
Entries for UREF/XREF
Maximum string length: 40 bytes
DRI8024
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8024 EDT FILE 0/PROGRAM IN EDT FILE 0/SYSTEM LIBRARY/TASK LIBRARY/DATA DICTIONARY/VECTOR/MATRIX/PROGRAM ERROR/
Meaning
Maximum string length: 40 bytes
DRI8025
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8025 FORM INPUT/FORM OUTPUT/STATEMENTS/CONSTANTS/VALUES/INTERMEDIATE CODE/NUMBER/NAME/SIZE/TOTAL/
Meaning
Entries for size of tables.
Maximum string length: 40 bytes
DRI8026
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8026 DIRECTORY/OBJECT/USERLABEL/COPY-ELEMENT/CONSTANT/WINDOW-OBJECT/IN/DEBUG-LIS T/
DRI8027
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8027 DIALOG/ALPHA/GRAPHIC/UTM-ENTER/MASK/CHECK/
DRI8029
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8029 COMPUTING ERROR/IN ARGUMENT/BATCH/SERVER/CLIENT/BEGIN/END/
Meaning
Inserts included in the message issued by the component processing
expressions.
Response
If inserts are to be modified, the maximum string length is 40 characters.
DRI8030
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8030 VERSION/DIRECTIVE/CALL KEY/TOTAL LENGTH/LENGTH/LIBRARY NAME LENGTH/MEMBER NAME LENGTH/LEVEL/COUNTER/
Meaning
Inserts for messages.
DRI8100
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8100 FORWARD
Meaning
Output made by DRIVE system program.
DRI8101
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8101 BACKWARD
Meaning
Output made by DRIVE system program.
DRI8102
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8102 CANCEL
Meaning
Output made by DRIVE system program.
DRI8103
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8103 SELECT PARAMETER STATEMENT
Meaning
Output made by DRIVE system program.
DRI8104
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8104 TRACE OPTION
Meaning
Output made by DRIVE system program.
DRI8105
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8105 DEFINE DYNAMIC PARAMETERS
Meaning
Output made by DRIVE system program.
DRI8106
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8106 ASSIGN K- OR F-KEYS
Meaning
Output made by DRIVE system program.
DRI8107
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8107 DEFINE STATIC PARAMETERS
Meaning
Output made by DRIVE system program.
DRI8108
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8108 LOCK STATEMENTS
Meaning
Output made by DRIVE system program.
DRI8109
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8109 PROCESSING
Meaning
Output made by DRIVE system program.
DRI8110
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8110 NO ACTION
Meaning
Output made by DRIVE system program.
DRI8111
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8111 C
Meaning
Output made by DRIVE system program.
DRI8112
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI8112 P
Meaning
Output made by DRIVE system program.
DRI9000
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9000 STATEMENT EXECUTED SUCCESSFULLY
DRI9010
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9010 RECORD LOCKED BY FOREIGN TRANSACTION
DRI9021
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9021 INVALID USER ID
DRI9022
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9022 ACCESS RIGHTS VIOLATED
DRI9050
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9050 TRANSMITTED DATABASEVALUE TRUNCATED
Meaning
Significant informations have been truncated.
Response
Adapt typ of DRIVE variable to typ of the database field.
DRI9100
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9100 END OF RESULT TABLE REACHED OR RESULT TABLE EMPTY
DRI9116
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9116 SCHEMA NAME '(&00)' INCORRECT
DRI9118
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9118 SCHEMA NAME '(&00)' AMBIGUOUS
DRI9119
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9119 SCHEMA NAME '(&00)' TOO LONG
DRI9121
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9121 '(&00)' TABLE NOT SIMPLE
DRI9123
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9123 '(&00)' TABLE NOT A BASE TABLE
DRI9126
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9126 TABLE NAME '(&00)' INCORRECT
DRI9127
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9127 '(&00)' TABLE NOT DEFINED
DRI9128
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9128 TABLE NAME '(&00)' AMBIGUOUS
DRI9129
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9129 TABLE NAME '(&00)' TOO LONG
DRI9131
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9131 COLUMN SPECIFIED INCORRECTLY
DRI9135
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9135 ERROR IN COLUMN SPECIFICATION
DRI9136
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9136 COLUMN NAME '(&00)' INCORRECT
DRI9137
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9137 COLUMN NOT DEFINED
DRI9138
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9138 COLUMN NAME AMBIGUOUS
DRI9139
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9139 COLUMN NAME TOO LONG
DRI9141
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9141 CURSOR IS CLOSED
DRI9142
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9142 CURSOR IS OPEN
DRI9143
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9143 CURSOR NOT POSITIONED
DRI9144
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9144 CURSOR CANNOT BE POSITIONED
DRI9146
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9146 CURSOR NAME '(&00)' INCORRECT
DRI9147
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9147 CURSOR NOT DEFINED
DRI9148
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9148 CURSOR NAME '(&00)' AMBIGUOUS
DRI9149
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9149 CURSOR NAME '(&00)' TOO LONG
DRI9156
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9156 CORRELATION NAME '(&00)' INCORRECT
DRI9158
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9158 CORRELATION NAME '(&00)' AMBIGUOUS
DRI9159
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9159 CORRELATION NAME '(&00)' TOO LONG
DRI9210
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9210 NULL VALUE CONSTRAINT VIOLATED
DRI9220
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9220 UNIQUENESS CONSTRAINT VIOLATED
DRI9230
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9230 REFERENTIAL CONSTRAINT VIOLATED
DRI9300
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9300 INDICATOR VARIABLE NOT PERMITTED
DRI9310
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9310 INDICATOR VARIABLE NOT SPECIFIED
DRI9320
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9320 QUERY RETURNS MORE THAN ONE HIT
DRI9330
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9330 VALUE LIST INCOMPLETE OR INCORRECT
DRI9335
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9335 VALUE INCORRECT
DRI9336
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9336 PRIMARY KEY SPECIFIED IN 'SET' CLAUSE
DRI9337
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9337 PRIMARY KEY NOT FULLY SPECIFIED
DRI9338
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9338 SET FUNCTION NOT PERMITTED
DRI9339
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9339 TOO MANY ELEMENTS IN AGGREGATE
DRI9340
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9340 VALUE OVERFLOW / UNDERFLOW
DRI9345
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9345 INCORRECT DATA TYPE
DRI9350
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9350 INCOMPATIBLE DATA TYPE
DRI9360
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9360 INCOMPATIBILITY DURING CONVERSION
DRI9365
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9365 INCORRECT COLUMN IN SET FUNCTION
DRI9370
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9370 INCORRECT PATTERN IN 'LIKE' CLAUSE
DRI9371
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9371 ONLY ONE ELEMENT IN 'IN' CLAUSE
DRI9372
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9372 DEFAULT VALUE NOT PERMITTED
DRI9380
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9380 ERROR IN THE CONDITION
DRI9384
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9384 MORE THAN 2 TABLES ADDRESSED
DRI9385
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9385 MORE THAN 6 SORT CRITERIA
DRI9390
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9390 NO SYNONYMS SPECIFIED FOR COLUMNS IN THE VIEW
DRI9400
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9400 ERROR IN 'ORDER BY' CLAUSE
DRI9420
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9420 ERROR IN 'GROUP BY' CLAUSE
DRI9440
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9440 ERROR IN 'INTO' CLAUSE
DRI9450
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9450 RECORD ALREADY DELETED BY THIS TRANSACTION
DRI9500
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9500 INCORRECT OBJECT SPECIFICATION IN 'SHOW' STATEMENT
DRI9600
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9600 SEQUENCE OF STATEMENTS INCORRECT
DRI9630
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9630 POSITIONING SPECIFICATION NOT PERMITTED
DRI9700
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9700 SHORT-TERM ACCESS LOCK
DRI9701
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9701 ABORTION DUE TO 'CANCEL' OR 'INTR' CALL
DRI9702
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9702 ABORTION DUE TO SORT ERROR
DRI9710
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9710 SHORT-TERM DB SYSTEM OVERLOAD
DRI9720
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9720 DB SYSTEM I/O ERROR
DRI9730
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9730 TASK DEADLOCK
DRI9740
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9740 CONVERSATION UNKNOWN DUE TO ADMINISTR. INTERVENTION OR BOTTLENECK
DRI9745
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9745 CONVERSATION UNKNOWN DUE TO DBMS STARTUP
DRI9750
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9750 INSERT STATEMENT NOT PERMITTED FOR SPECIFIED BASE TABLE
DRI9760
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9760 UPDATE STATEMENT NOT PERMITTED FOR SPECIFIED BASE TABLE
DRI9770
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9770 BASE TABLE ACCESS NOT PERMITTED
DRI9775
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9775 DB OPEN ERROR
DRI9780
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9780 SCHEMA ACCESS NOT PERMITTED
DRI9785
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9785 COLUMN ACCESS NOT PERMITTED
DRI9790
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9790 TWO SCHEMAS FROM A DATA BASE ADDRESSED IN A SINGLE TA
DRI9800
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9800 ACCESS BRIEFLY NOT PERMITTED
DRI9810
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9810 UPDATE ACCESS NOT PERMITTED
DRI9820
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9820 DATA BASE SYSTEM TERMINATED NORMALLY BY ADMINISTRATOR
DRI9830
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9830 DBH NOT YET OR NO LONGER AVAILABLE
DRI9840
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9840 SYSTEM COMPONENT FOR DATA BASE SYSTEM NOT AVAILABLE
DRI9850
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9850 NEW TA NOT CURRENTLY PERMITTED DUE TO ADMINISTRATOR INTERVENTION
DRI9860
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9860 ERROR IN CONFIGURATION FILE
DRI9900
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9900 PROGRAMMING ERROR IN DATA BASE SYSTEM
DRI9910
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9910 DATA BASE INTEGRITY VIOLATED OR PROGRAMMING ERROR
DRI9920
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9920 DATA BASE SYSTEM LIMITS REACHED
DRI9930
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9930 ERROR IN STATEMENT REPRESENTATION
DRI9940
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9940 STATEMENT/STATEMENT CLAUSE NOT IMPLEMENTED
DRI9990
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
DRI9990 OPERATION INCORRECT