Messages 23000 - 23999 [ Information Access Server: Error Messages ] MPE/iX 5.0 Documentation
Information Access Server: Error Messages
Messages 23000 - 23999
NOTE Causes and actions are listed only when more information is
necessary. If the error message contains an MPE error number,
respond to the MPE error and try again.
--------------------------------------------------------------------------------------
AC23001 ERROR-Invalid operand type of logical operation
Generated by: HDSP or Administrator Utility
You have made a syntax error in a view table definition or in the
SQL command in the Host Batch Facility or PC batch.
See Appendix C in the Information Access Server: Database
Administration manual for descriptions of view table syntax.
--------------------------------------------------------------------------------------
AC23002 ERROR-Invalid operand type of NOT operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23003 ERROR-Invalid operand type of MATCH operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23004 ERROR-Invalid operand type of relational operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23005 ERROR-Invalid operand type of + or - operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23006 ERROR-Invalid operand type of negation operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23007 ERROR-Invalid operand type of * operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23008 ERROR-Invalid operand type of / operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23009 ERROR-Invalid operand type of DIV operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23010 ERROR-Invalid operand type of MOD operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23011 ERROR-Invalid operand type of ** operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23012 ERROR-Invalid operand type of LOG10 function
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23013 ERROR-Invalid operand for a binary operation
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23028 ERROR-Concatenated string longer than 256 characters
Generated by: HDSP or Administrator Utility
You tried to join strings together such that the result would be
more than 256 characters long.
Reduce the size or number of strings concatenated together.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23102 ERROR-Item name has already been included in the table
Generated by: HDSP or Administrator Utility
An item name occurs more than once by itself or on the left side
of an equal sign in the Item Clause.
Delete all but one of the occurrences.
--------------------------------------------------------------------------------------
AC23111 ERROR-Too many items have been chosen. Maximum is 64
Generated by: HDSP or Administrator Utility
You tried to add more than 64 items to a table.
Delete an existing item and enter your new one, or delete the
item you tried to enter.
--------------------------------------------------------------------------------------
AC23112 ERROR-The items combined exceed the maximum size of 2048 bytes
Generated by: HDSP or Administrator Utility
You tried to exceed the 2048 character maximum record length.
Reduce the number of items so that your record is 2048 characters
or less.
--------------------------------------------------------------------------------------
AC23120 ERROR-Item name is not an accessible table
Generated by: HDSP or Administrator Utility
You specified an item that cannot be found in any table that you
specified, including any tables from within any view tables
specified.
Use the Show Table screen in the Administrator Utility or Show
Items in the Host Batch Facility to verify that the item is in the
table and that it's spelled correctly. Items referred to are
those that occur by themselves or on the right side of an equal
sign in the Item Clause.
--------------------------------------------------------------------------------------
AC23122 ERROR-JOIN item not unique
Generated by: HDSP or Administrator Utility
This error can occur when attempting to JOIN more than two tables
together in a view table. When specifying the join items for one
of the intermediate result tables, one of the item names was not
unique among the tables that formed the result table. Therefore,
it must be qualified with a table name.
See the explanation of the Add View Table screen in Chapter 5 of
the Information Access Server: Database Administration manual.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23123 ERROR-View descriptor table overflow: Too many views
Generated by: HDSP or Administrator Utility
When processing view tables, either from the Administrator Utility
or with the SQL command in the Host Batch Facility or in PC batch,
the combination of nested view tables exceeded the limit of 20
view tables nested together.
Combine view tables or simplify the nested view table to work
within the limit of 20.
--------------------------------------------------------------------------------------
AC23125 ERROR-Item name is not in the table name
Generated by: HDSP or Administrator Utility
When processing view tables, either from the Administrator Utility
or with the SQL command in the Host Batch Facility or in PC batch,
an item was specified in the form TABLE.ITEM and ITEM is not in
the table TABLE.
Enter a correct item name and optional table.
--------------------------------------------------------------------------------------
AC23126 ERROR-Table name was not specified
Generated by: HDSP or Administrator Utility
When processing view tables, either from the Administrator Utility
or with the SQL command in the Host Batch Facility or in PC batch,
an item was specified in the form TABLE.ITEM and the table name
was not specified in the Using Clause or From Clause.
Enter the correct table name.
--------------------------------------------------------------------------------------
AC23130 ERROR-Too many tables have been specified. Maximum is 16
Generated by: HDSP or Administrator Utility
Specify up to 16 tables in the Using Clause.
--------------------------------------------------------------------------------------
AC23131 ERROR-Trying to JOIN too many items. Maximum is 4
Generated by: HDSP or Administrator Utility
You have tried to JOIN on more than four items.
Reduce the number of items to join.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23132 INTERNAL ERROR-DMOVOUT failed to place a table in the symbol table
Generated by: HDSP or Administrator Utility
An error occurred when calling the DMOVOUT intrisic to add a table
name to the symbol table (a data structure internal to Access
Server) that resides in an extra data segment.
See the MPE Intrinsics manual for possible causes. Note the
steps you were performing when the error occurred and call your HP
representative.
--------------------------------------------------------------------------------------
AC23133 INTERNAL ERROR-DMOVIN failed to get a table from the symbol table
Generated by: HDSP or Administrator Utility
An error occurred when calling the DMOVIN intrisic to retrieve a
table name from the symbol table (a data structure internal to
Access Server) that resides in an extra data segment.
See the MPE Intrinsics manual for possible causes. Note the
steps you were performing when the error occurred and call your HP
representative.
--------------------------------------------------------------------------------------
AC23134 INTERNAL ERROR-GETDSEG failed to get a symbol table extra dseg
Generated by: HDSP or Administrator Utility
An error occurred when calling the GETDSEG intrisic to get an
extra data segment to contain the symbol table (a data structure
internal to Access Server).
See the MPE Intrinsics manual for possible causes. Check the MPE
configuration so that enough extra data segments are allowed.
--------------------------------------------------------------------------------------
AC23135 INTERNAL ERROR-FREEDSEG failed to free a symbol table extra dseg
Generated by: HDSP or Administrator Utility
An error occurred when calling the FREEDSEG intrisic to release an
extra data segment that contained the symbol table (a data
structure internal to Access Server).
See the MPE Intrinsics manual for possible causes. Note the
steps you were performing when the error occurred and call your HP
representative.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23136 INTERNAL ERROR-DMOVOUT failed to place a DB list in the symbol
table
Generated by: HDSP or Administrator Utility
An error occurred when calling the DMOVOUT intrisic to add a list
of data sources to the symbol table (a data structure internal to
Access Server) that resides in an extra data segment.
See the MPE Intrinsics manual for possible causes. Note the
steps you were performing when the error occurred and call your HP
representative.
--------------------------------------------------------------------------------------
AC23137 INTERNAL ERROR-DMOVIN failed to get a DB list from the symbol
table
Generated by: HDSP or Administrator Utility
An error occurred when calling the DMOVIN intrisic to retrieve a
list of data sources from the symbol table (a data structure
internal to Access Server) that resides in an extra data segment.
See the MPE Intrinsics manual for possible causes. Note the
steps you were performing when the error occurred and call your HP
representative.
--------------------------------------------------------------------------------------
AC23138 INTERNAL ERROR-Display table overflow
Generated by: HDSP or Administrator Utility
When processing view tables, either from the Administrator Utility
or with the SQL command in the Host Batch Facility or in PC batch,
a program error occurred.
Note the steps you were performing when the error occurred and
call your HP representative.
--------------------------------------------------------------------------------------
AC23139 INTERNAL ERROR-Table list overflow
Generated by: HDSP or Administrator Utility
When processing view tables, either from the Administrator Utility
or with the SQL command in the Host Batch Facility or in PC batch,
a program error has occurred.
Note the steps you were performing when the error occurred and
call your HP representative.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23140 INTERNAL ERROR-Aggregate Table overflow
Generated by: HDSP or Administrator Utility
An error occurred in the program code.
The data structure internal to Information Access that keeps track
of the aggregate (summarize) operations being performed has
overflowed.
Record the exact sequence of commands issued in Access PC or the
Host Batch Facility, along with the definitions of all tables
involved (including sources for view tables), and call your HP
representative.
--------------------------------------------------------------------------------------
AC23145 INTERNAL ERROR-DMOVIN failed to get table from loaded extra dseg
Generated by: HDSP or Administrator Utility
An error occurred when calling the DMOVIN intrinsic to retrieve
some information about a loaded table (one for which the rows have
already been retrieved) from an extra data segment.
See the MPE Intrinsics manual for possible causes. Note the
steps you were performing when the error occurred and call your HP
representative.
--------------------------------------------------------------------------------------
AC23150 INTERNAL ERROR-Too many strings
Generated by: HDSP or Administrator Utility
An error occurred in the program code. Too many strings
(character constants) are being used in a table's definition
(including its selection criteria supplied in Access PC or the
Host Batch Facility). A maximum of 64 are allowed.
Note the steps you were performing when the error occurred and
call your HP representative.
--------------------------------------------------------------------------------------
AC23151 INTERNAL ERROR-String Pool overflow
Generated by: HDSP or Administrator Utility
The data structure internal to Information Access that contains
all strings (character constants) used in a table's definition
(including its selection criteria supplied in Access PC or the
Host Batch Facility) has overflowed. A maximum of 1024 bytes are
allowed on MPE/V and 2048 bytes on MPE/XL.
Reduce the number and/or length of strings in the selection
criteria, join criteria, and/or item definitions in the view
table.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23200 ERROR-Access code overflow
Generated by: HDSP or Administrator Utility
"Access code" is generated internal to Information Access Server
to tell it the sequence of operations to perform to load and
manipulate a table. The complexity of operations being performed
needs to be simplified to reduce the size of the resulting access
code.
Call your HP representative.
--------------------------------------------------------------------------------------
AC23201 ERROR-Database list overflow
Generated by: HDSP or Administrator Utility
The data structure internal to Information Access Server that
contains the list of data sources from which a table is derived
has overflowed.
Record the exact sequence of commands issued in Access PC or the
Host Batch Facility, along with the definitions of all tables
involved (including sources for view tables), and call your HP
representative.
--------------------------------------------------------------------------------------
AC23204 ERROR-Invalid constant type in build_expstr
Generated by: HDSP or Administrator Utility
Fatal system error.
A constant of an unknown type was found in the expression tree (a
data structure internal to Access Server). This is probably due
to a software defect.
Call your HP representative.
--------------------------------------------------------------------------------------
AC23207 ERROR-Too many IMSAM expressions
Generated by: HDSP or Administrator Utility
More than 12 OR conditions are being used that involve keys in the
file or database (for example, (A > 12) OR (A < 24) OR (NAME =
"SMITH") OR...).
Reduce the complexity of the selection criteria.
--------------------------------------------------------------------------------------
AC23208 ERROR-Can't load table with IMSAM Composite item item
Generated by: HDSP or Administrator Utility
The item specified is an IMSAM composite item, and the item is not
being used in a keyed read. Information Access Server can only
get a value for a composite item by using the item in a keyed
read.
Modify the selection criteria to include the item in a simple
expression (for example, item = value), use the item as part of
the JOIN criteria, or eliminate the item from the Item Clause.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23209 ERROR-Unsupported integer type of length number
Generated by: HDSP or Administrator Utility
A "DEFAULT item IS constant" was used on an integer item that had
a length other than 1, 2, 3, or 4. This should not occur and
indicates corruption in the HDPDIC database.
Note the steps you were performing when the error occurred and
notify your HP represenative.
--------------------------------------------------------------------------------------
AC23210 ERROR-Unsupported real type of length number
Generated by: HDSP or Administrator Utility
A "DEFAULT item IS constant" was used on a real item that had a
length other than 2 or 4. This should not occur and indicates
corruption in the HDPDIC database.
Note the steps you were performing when the error occurred and
notify your HP represenative.
--------------------------------------------------------------------------------------
AC23211 ERROR-Unsupported type for DEFAULT item
Generated by: HDSP or Administrator Utility
A "DEFAULT item IS constant" was used on an item that was other
than type I, R, C, Z, L, or P. This should not occur and indicates
corruption in the HDPDIC data dictionary.
Note the steps you were performing when the error occurred and
notify your HP representative.
--------------------------------------------------------------------------------------
AC23301 ERROR-A table or item name cannot exceed 16 characters
Generated by: HDSP or Administrator Utility
You entered a table or item name containing more than 16
characters.
Delete some of the characters in the name and re-enter the name.
--------------------------------------------------------------------------------------
AC23305 ERROR-A number has an invalid character or is greater than 26
digits
Generated by: HDSP or Administrator Utility
You entered a number that is either invalid or has more than 26
digits.
Delete some of the digits and re-enter the number.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23306 ERROR-The number has too large an exponent
Generated by: HDSP or Administrator Utility
You entered a value with an exponent larger than E+77.
Reduce the size of the exponent and re-enter the value.
--------------------------------------------------------------------------------------
AC23307 ERROR-The number has too small an exponent
Generated by: HDSP or Administrator Utility
You entered a value with an exponent smaller than E-77.
Increase the size of the exponent and re-enter the value.
--------------------------------------------------------------------------------------
AC23308 ERROR-Mismatched number of quotes
Generated by: HDSP or Administrator Utility
You entered an unpaired set of quotation marks.
Add the missing quotation mark.
--------------------------------------------------------------------------------------
AC23312 ERROR-A character constant cannot exceed 128 characters
Generated by: HDSP or Administrator Utility
You entered a character constant with more than 128 characters in
the string between the quotation marks.
Reduce the number of characters in the string and re-enter.
--------------------------------------------------------------------------------------
AC23313 ERROR-Invalid character found
Generated by: HDSP or Administrator Utility
An invalid character was found in the symbol you tried to enter.
Remove anything other than these characters: , : = . ( ) + -
/ < > * '. Then try again.
--------------------------------------------------------------------------------------
AC23314 ERROR-Invalid character constant
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23320 ERROR-Expected an item or table name following the ! character
Generated by: HDSP or Administrator Utility
The "!" character (exclamation point) is used to specify items or
tables that are reserved words such as CASE, DIV, or MOD. The "!"
character was found and an item or table identifier did not follow
it.
Either correctly place an item or table name after the "!" or
remove the "!".
--------------------------------------------------------------------------------------
AC23321 ERROR-Expected the name of a saved table immediately after the &
Generated by: HDSP or Administrator Utility
The "&" character (ampersand) is used to specify a saved table
when there exists a saved table and a configured table with the
same name. The "&" character was found and a saved table
identifier did not follow it.
Either correctly place a saved table name after the "&" or remove
the "&".
--------------------------------------------------------------------------------------
AC23322 INTERNAL ERROR-Invalid count of open save table files
Generated by: HDSP or Administrator Utility
A program error occurred.
Note the steps you were performing when the error occurred and
contact your HP representative.
--------------------------------------------------------------------------------------
AC23323 ERROR-Too many opened saved tables
Generated by: HDSP or Administrator Utility
You attempted to join together more than 16 saved tables.
Stay within the limit of 16 tables.
--------------------------------------------------------------------------------------
AC23324 INTERNAL ERROR-FCLOSE failed in saved tables list, FSERR number
Generated by: HDSP or Administrator Utility
A program error occurred.
Note the steps you were performing when the error occurred and
contact your HP representative.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23400 INTERNAL ERROR-EXPTREE area overflow
Generated by: HDSP or Administrator Utility
The data structure internal to Information Access Server that
contains the tree of expressions used in a table definition has
overflowed.
Reduce the number of CASE statements or other complex Item Clause
constructs in your view table definition.
--------------------------------------------------------------------------------------
AC23401 ERROR-A view table references view table name
Generated by: HDSP or Administrator Utility
A view table is being defined that directly or indirectly (once
resolved through all levels of view tables) references itself.
Note that this can only be encountered if the view table
definition is being modified. (This does not happen when the view
table is first added because you would get an error message
stating that a table being referenced does not exist.) A view
table cannot reference itself.
--------------------------------------------------------------------------------------
AC23405 ERROR-Found name instead of a table or item name
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23406 ERROR-Found name instead of an item name
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23407 ERROR-Found characters instead of a constant
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23409 ERROR-CASE condition must be logical
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23410 ERROR-Found characters instead of ':'
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23413 ERROR-CASE condition can't be array
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23417 ERROR-Found characters instead of END
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23418 ERROR-Found characters instead of ')'
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23419 ERROR-Found characters instead of ']'
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23420 ERROR-Name is not array item
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23421 ERROR-The index for an array item must be an integer
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23422 ERROR-Found characters instead of '('
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23423 ERROR-Found characters instead of ')'
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23424 ERROR-Operand of row function must be an array
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23425 ERROR-Found characters instead of ','
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23426 ERROR-LIST needs integer constant for second operand
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23427 ERROR-Array bound too large
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23428 ERROR-Can't convert to MDY, DMY or YMD
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23429 ERROR-Can't convert to MD or DM
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23430 ERROR-Can't convert to HM12 or HM24
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23431 ERROR-Found characters instead of an operand
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23432 ERROR-Operand of sign must be numeric
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23433 ERROR-Operand of LIST can't be an array
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23434 ERROR-Operand of CORR can't be an array
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23436 ERROR-Second operand of SUB must be a positive integer
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23437 ERROR-Invalid data type character in third operand of SUB
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23438 ERROR-The item defined by SUB is beyond the end of the from item
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23439 ERROR-Can't use this type designator for conversion
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23440 ERROR-The expression is nested too many levels
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23441 ERROR-SUB length for C or N types must be between 1 and number
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23442 ERROR-SUB decimal parameter must be an integer
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23443 ERROR-Fifth operand of SUB must be C or R
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23444 ERROR-SUB decimal parameter must be 0 with an N type
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23445 ERROR-Fifth operand of SUB must be I or R with an N type
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23446 ERROR-SUB data type for integer must be I1, I2, or I4
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23447 ERROR-SUB data type for real must be R2 or R4
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23448 ERROR-SUB data type for logical must be L or L1
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23449 ERROR-SUB length for type P must be an even number between 2 and
number
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23450 ERROR-SUB length for type Z must be between 1 and number
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
Table 1-0. (cont.)
--------------------------------------------------------------------------------------
AC23451 ERROR-Actual parameter type invalid
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23452 ERROR-Actual parameter must be constant
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23453 ERROR-Parameter can't be array
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23455 ERROR-Too many actual parameters for table name
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23456 ERROR-Too many actual parameters
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23457 ERROR-Table name needs more parameters
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23458 ERROR-Table name needs parameters
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23459 ERROR-Found characters instead of '(' or table name
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
--------------------------------------------------------------------------------------
AC23460 ERROR-Found characters instead of '<'
Generated by: HDSP or Administrator Utility
See cause and action for AC23001.
MPE/iX 5.0 Documentation