Guide and Reference


Messages

This section explains the conventions used for the ESSL messages and lists all the ESSL messages. For a description of each of the four types of ESSL messages, see "Dealing with Errors".

Message Conventions

This section describes the message conventions for the ESSL product.

About Upper- and Lowercase

The literals, such as, 'N', 'T', 'U', and so forth, appear in the messages in this book in uppercase; however, they may be specified in your ESSL calling sequence in either upper- or lowercase, for example, 'n', 't', and 'u'.

Message Format

The ESSL messages are issued in your output in the following format:

Figure 10. Message Format


rtn-name : 2538-mmnn
message-text

The parts of the ESSL message are as follows:

rtn-name
gives the name of the ESSL subroutine that encountered the error.

2538
is the ESSL component identification number.

mm
indicates the type of ESSL error message:
20--Input-argument error message
21--Computational error message
24--Resource error message
26--Information and attention message
27--Miscellaneous error message

nn
is the message identification number.

message-text
describes the nature of the error. Where one of several possible message-texts can be issued for a particular ESSL error, they are listed in this book with an "or" between them. The possible unique parts are:

Input-Argument Error Messages

RTN_NAME : 2538-2001
The number of elements (ARG NO. _) in a vector must be greater than
or equal to zero.
 
RTN_NAME : 2538-2002
The stride (ARG NO. _) for a vector must be nonzero.
 
RTN_NAME : 2538-2003
The number of rows (ARG NO. _) in a matrix must be greater than or equal
to zero.
 
RTN_NAME : 2538-2004
The number of columns (ARG NO. _) in a matrix must be greater than or
equal to zero.
 
RTN_NAME : 2538-2005
The size of the leading dimension (ARG NO. _) of an array must be greater
than zero.
 
RTN_NAME : 2538-2006
The number of rows (ARG NO. _) of a matrix must be less than or equal
to the size of the leading dimension (ARG NO. _) of its array.
 
RTN_NAME : 2538-2007
The degree of a polynomial (ARG NO. _) must be greater than or equal to zero.
 
RTN_NAME : 2538-2008
The number of elements (ARG NO. _) to be scanned must be greater than or
equal to 2.
 
RTN_NAME : 2538-2009
The number of elements (ARG NO. _) in a vector to be processed must be
greater than or equal to 3.
 
RTN_NAME : 2538-2010
The transform length (ARG NO. _) must be a power of 2.
 
RTN_NAME : 2538-2011
The number of points used in the interpolation (ARG NO. _) must be
greater than or equal to zero and less than or equal to the number of data
points (ARG NO. _).
 
RTN_NAME : 2538-2012
The transform length (ARG NO. _) must be less than or equal to (_).
 
RTN_NAME : 2538-2013
The transform length (ARG NO. _) must be greater than or equal to (_).
 
RTN_NAME : 2538-2014
The routine must be initialized with the present value of (ARG NO. _).
 
RTN_NAME : 2538-2015
The number of elements (ARG NO. _) in a work array must be greater than
or equal to (_).
 
RTN_NAME : 2538-2016
The form (ARG NO. _) of a matrix must be 'N' or 'T'.
   or
The form (ARG NO. _) of a matrix must be 'N', 'T', or 'C'.
   or
The form (ARG NO. _) of a matrix must be 'N' or 'C'.
 
RTN_NAME : 2538-2017
The dimension (ARG NO. _) of the matrices must be greater than or equal to zero.
 
RTN_NAME : 2538-2018
The matrix form is specified by (ARG NO. _); therefore, the leading
dimension (ARG NO. _) of its array must be greater than or equal to the
number of its rows (ARG NO. _).
 
RTN_NAME : 2538-2019
The number of sequences (ARG NO. _) must be greater than zero.
 
RTN_NAME : 2538-2020
(ARG NO. _) must be nonzero.
 
RTN_NAME : 2538-2021
The storage control switch (ARG NO. _) must be 1, 2, 3, or 4.
 
RTN_NAME : 2538-2022
(ARG NO. _) must be less than (_).
 
RTN_NAME : 2538-2023
The outer loop increment (ARG NO. _) must be greater than or equal to zero.
 
RTN_NAME : 2538-2024
The stride (ARG NO. _) for a vector must be greater than or equal to zero.
 
RTN_NAME : 2538-2025
The stride (ARG NO. _) for a vector must be greater than zero.
 
RTN_NAME : 2538-2026
The stride (ARG NO. _) for a vector must be greater than or equal to (_).
 
RTN_NAME : 2538-2027
The order (ARG NO. _) of a matrix must be greater than or equal to zero.
 
RTN_NAME : 2538-2028
The job option argument (ARG NO. _) must be 0, 1, or 2.
   or
The job option argument (ARG NO. _) must be 0, 1, 2, or 3.
   or
The job option argument (ARG NO. _) must be 0, 1, 2, 10, 11, or 12.
   or
The job option argument (ARG NO. _) must be 0, 1, 10, or 11.
   or
The job option argument (ARG NO. _) must be 0, 1, 20, or 21.
   or
The job option argument (ARG NO. _) must be 0, 1, 10, 11, 20, 21, 30,
or 31.
   or
The job option argument (ARG NO. _) must be 0, 1, 2, 3, or 4.
 
RTN_NAME : 2538-2029
The job option argument (ARG NO. _) must be 0 or 1.
 
RTN_NAME : 2538-2030
The transform length (ARG NO. _) is not an allowed value. The next higher
allowed value is (_).
 
RTN_NAME : 2538-2031
The resulting convolution length obtained from ARG NO. 10 = (_),
ARG NO.11 = (_), ARG NO.13 = (_), and ARG NO.14 = (_)
must be less than (_).
 
RTN_NAME : 2538-2032
The size of the leading dimension (ARG NO. _) of the matrix must be greater
than or equal to (_), the bandwidth constraint.
 
RTN_NAME : 2538-2033
The lower bandwidth (ARG NO. _) must be greater than or equal to zero.
 
RTN_NAME : 2538-2034
The upper bandwidth (ARG NO. _) must be greater than or equal to zero.
 
RTN_NAME : 2538-2035
The half-band bandwidth (ARG NO. _) must be greater than or equal to zero.
 
RTN_NAME : 2538-2036
The lower bandwidth (ARG NO. _) must be less than the order (ARG NO. _)
of the matrix.
 
RTN_NAME : 2538-2037
The upper bandwidth (ARG NO. _) must be less than the order (ARG NO. _)
of the matrix.
 
RTN_NAME : 2538-2038
The half-band bandwidth (ARG NO. _) must be less than the order (ARG NO. _)
of the matrix.
 
RTN_NAME : 2538-2039
(ARG NO. _) must be greater than zero.
 
RTN_NAME : 2538-2040
Insufficient storage allocated for positive definite solve.
(_) additional bytes required.
 
RTN_NAME : 2538-2041
The resulting correlation length obtained from ARG NO. 8  = (_) and
ARG NO. 10 = (_) must be less than (_).
 
RTN_NAME : 2538-2042
(ARG NO. _) must be greater than or equal to zero.
 
RTN_NAME : 2538-2043
(ARG NO. _) must be greater than (_).
 
RTN_NAME : 2538-2044
The number of initialized coefficients (ARG NO. _) cannot exceed the size
of the coefficient vector (ARG NO. _).
 
RTN_NAME : 2538-2045
The order specified (ARG NO. _) is not supported for this quadrature method.
The nearest supported order is (_).
 
RTN_NAME : 2538-2046
The scaling parameter (ARG NO. _) must be greater than zero for this
quadrature method.
 
RTN_NAME : 2538-2047
The scaling parameter (ARG NO. _) must be nonzero for this quadrature
method.
 
RTN_NAME : 2538-2048
The sum of (ARG NO. _) and (ARG NO. _) must be nonzero for this quadrature
method.
 
RTN_NAME : 2538-2049
The number of data points (ARG NO. _) must be greater than one in order
to perform numerical quadrature.
 
RTN_NAME : 2538-2050
The number of columns specified for the arrays to store the matrix in
compressed matrix mode (ARG NO. _) must be greater than or equal to (_).
 
RTN_NAME : 2538-2051
The number of columns (ARG NO. _) specified for the matrix used to store
the sparse matrix in compressed mode must be greater than zero.
 
RTN_NAME : 2538-2052
The total number of non-zero elements of the input sparse matrix stored by
rows, obtained from element (_) of the row pointers array (ARG NO. _),
must be greater than or equal to zero.
 
RTN_NAME : 2538-2053
The number of non-zero elements in row (_) obtained from the row pointer
array (ARG NO. _) is less than zero.
 
RTN_NAME : 2538-2054
The number of diagonals (ARG NO. _) specified for the matrix used to store the
sparse matrix in compressed diagonal mode must be greater than zero.
 
RTN_NAME : 2538-2055
Element (_) of the vector used to store the diagonal numbers (ARG NO. _)
is incompatible with the order of the sparse matrix (ARG NO. _).
 
RTN_NAME : 2538-2056
The matrix is singular because the number of non-zero entries (ARG NO. _)
is zero.
 
RTN_NAME : 2538-2057
Element (_) in the integer parameter vector (ARG NO. _) must be greater than
or equal to zero.
 
RTN_NAME : 2538-2058
Element (_) in the integer parameter vector (ARG NO. _) must be (_),(_), or (_).
 
RTN_NAME : 2538-2059
Element (_) in the real parameter vector (ARG NO. _) must be greater than zero.
 
RTN_NAME : 2538-2060
The size of the leading dimension (ARG NO. _) of an array must be greater
than or equal to the maximum of (ARG NO. _) and (ARG NO. _).
 
RTN_NAME : 2538-2061
Parameter (ARG NO. _), which specifies the number of columns of the input
sparse matrix (ARG NO. _ and ARG NO. _) must be greater than or equal to (_).
 
RTN_NAME : 2538-2062
The number of random numbers generated (ARG NO. _) must be even and
greater than or equal to zero.
 
RTN_NAME : 2538-2063
SIDE (ARG NO. _), which specifies whether the triangular input matrix
(ARG NO. _) appears on the left or right of the other input matrix, must
be 'L' or 'R'.
 
RTN_NAME : 2538-2064
UPLO (ARG NO. _), which specifies whether an input matrix (ARG NO. _)
is upper or lower triangular, must be 'U' or 'L'.
 
RTN_NAME : 2538-2065
DIAG (ARG NO. _), which specifies whether an input matrix (ARG NO. _)
is unit triangular, must be 'U' or 'N'.
 
RTN_NAME : 2538-2066
Given the value which has been assigned to SIDE (ARG NO. _), the leading
dimension (ARG NO. _) for the triangular input matrix must be greater
than or equal to (ARG NO. _).
 
RTN_NAME : 2538-2067
TRANSA (ARG NO. _) specifies whether an input matrix (ARG NO. _), its transpose,
or its conjugate transpose should be used. TRANSA must be 'N', 'T', or 'C'.
 
RTN_NAME : 2538-2068
The size of the leading dimension (ARG NO. _) of an array must be greater
than or equal to zero.
 
RTN_NAME : 2538-2069
The vector section size of the scalar library (ARG NO. _) must be 128 or 256.
 
RTN_NAME : 2538-2070
Element (_) in (ARG NO. _) must be 0 or 1.
   or
Element (_) in (ARG NO. _) must be greater than zero.
   or
Element (_) in (ARG NO. _) must be greater than or equal to zero.
   or
Element (_) in (ARG NO. _) must be greater than or equal to zero and
less than or equal to 1.
   or
Element (_) in (ARG NO. _) must be greater than the preceding element.
   or
Element (_) in (ARG NO. _) must be greater than or equal to 1 and
less than or equal to n.
   or
Element (_) in (ARG NO. _) must be -1 or 1.
   or
Element (_) in (ARG NO. _) must be nonzero.
   or
Element (_) in (ARG NO. _) must be 0, 1, 2, 10, or 11.
   or
Element (_) in (ARG NO. _) must be 0, 1, 2, 10, 11, 100, 102, or 110.
   or
Element (_) in (ARG NO. _) must be 0.
   or
Element (_) in (ARG NO. _) must be 1.
   or
Element (_) in (ARG NO. _) must be 0, 1, 2, 10, 11, 100, 101, 102,
110, or 111.
   or
Element (_) in (ARG NO. _) must be 1, 2, 3, or 4.
   or
Element (_) in (ARG NO. _) must be 1, 2, 3, 4, or 5.
 
RTN_NAME : 2538-2071
The number of eigenvalues (ARG NO. _) must be less than or equal to the
order of the matrix (ARG NO. _).
 
RTN_NAME : 2538-2072
The work area (ARG NO. _) does not contain a valid vector seed.  The
routine must be called with a nonzero value of ISEED (ARG NO. _).
 
RTN_NAME : 2538-2073
(ARG NO. _) must be a double precision whole number greater than or equal
to 1.0 and less than 2147483647.0.
 
RTN_NAME : 2538-2074
Performance can be improved by using a larger work array. For best performance,
specify the number of elements (ARG NO. _) in the work array to be greater
than or equal to (_).
 
RTN_NAME : 2538-2075
The data type parameter (ARG NO. _) must be 'S', 'D', 'C', or 'Z'.
 
RTN_NAME : 2538-2076
(ARG NO. _) must be greater than or equal to (_) and smaller than (_).
 
RTN_NAME : 2538-2077
The matrix is singular. Column (_) is empty in the matrix specified by
(ARG NO. _), (ARG NO. _), and (ARG NO. _).
 
RTN_NAME : 2538-2078
The matrix is singular. Row (_) is empty in the matrix specified by
(ARG NO. _), (ARG NO. _), and (ARG NO. _).
 
RTN_NAME : 2538-2079
The matrix, specified by (ARG NO. _), (ARG NO. _), and (ARG NO. _),
contains at least one duplicate column index in row (_).
 
RTN_NAME : 2538-2080
Element (_) in (ARG NO. _) must be greater than or equal to (_)
and less than or equal to (_).
   or
Element (_) in (ARG NO. _) must be greater than or equal to (_) and
less than or equal to (ARG NO. _).
   or
Element (_) in (ARG NO. _) must be greater than or equal to element (_)
and less than or equal to (_).
   or
Element (_) in (ARG NO. _) must be zero or must be greater than or
equal to (_).
 
RTN_NAME : 2538-2081
Element (_) in (ARG NO. _) must be less than or equal to (_).
 
RTN_NAME : 2538-2082
Element (_) in (ARG NO. _) may cause incorrect or misleading results.
A nonzero number with absolute value less than or equal to 1 is recommended.
   or
Element (_) in (ARG NO. _) may cause incorrect or misleading results.
A positive number less than or equal to 1 is recommended.
 
RTN_NAME : 2538-2083
The pivot tolerance (element (_) in (ARG NO. _)) may cause incorrect
or misleading results. A number greater than or equal to 0 and less than or
equal to 1 is recommended.
 
RTN_NAME : 2538-2084
The dimension (ARG NO. _) of the array (ARG NO. _) must be greater than or
equal to (_).
 
RTN_NAME : 2538-2085
The number of steps after which the generalized minimum residual method is
restarted, element (_) in (ARG NO. _), must be greater than 0.
 
RTN_NAME : 2538-2086
The acceleration parameter, element (_) in (ARG NO. _), must be greater than 0
when using the SSOR preconditioner.
 
RTN_NAME : 2538-2087
STOR (ARG NO. _), which specifies the storage variation used to represent
the input sparse matrix, must be 'G', 'L', or 'U'.
 
RTN_NAME : 2538-2088
INIT (ARG NO. _), which specifies the type of computation to be performed,
must be 'I', or 'S'.
 
RTN_NAME : 2538-2089
Element (_) in (ARG NO. _) must be greater than or equal to (_).
   or
Element (_) in (ARG NO. _) must be greater than or equal to element (_).
 
RTN_NAME : 2538-2090
For level (_), the number of grid points for dimension (_) must be
an odd number greater than 1.
 
RTN_NAME : 2538-2091
Since the mesh spacing (ARG NO. _) here is not constant, the second order
prolongation method must be used.  That is, element (_) of (ARG NO. _)
must be (_).
 
RTN_NAME : 2538-2092
The index into (ARG NO. _) is out of range.
This index is element (_,_) of (ARG NO. _).
 
RTN_NAME : 2538-2093
The index into (ARG NO. _) is out of range.
This index is element (_,_,_) of (ARG NO. _).
 
RTN_NAME : 2538-2094
For dimension (_) on level (_), the mesh spacing must be changed to
a positive value.
 
RTN_NAME : 2538-2095
Excess space in (ARG NO. _) has been decreased and may be inadequate.
To avoid this, specify the coarse level matrix as the final item in this
argument.
 
RTN_NAME : 2538-2096
For level (_), the matrix type, solver, and preconditioner are incompatible.
 
RTN_NAME : 2538-2097
The solver requested for level (_) requires a square matrix.
Elements (_,_,_) and (_,_,_) in (ARG NO. _) must be equal.
 
RTN_NAME : 2538-2098
Element (_,_) of (ARG NO. _) must be greater than or equal to (_).
 
RTN_NAME : 2538-2099
End of input argument error reporting. For more information, refer to
Engineering and Scientific Subroutine Library Guide and Reference (SA22-7272).

Computational Error Messages

RTN_NAME : 2538-2100
The computed index of a vector is out of the range (_) to (_).
 
RTN_NAME : 2538-2101
Eigenvalue (_) failed to converge after (_) iterations.
 
RTN_NAME : 2538-2102
Eigenvector (_) failed to converge after (_) iterations.
 
RTN_NAME : 2538-2103
The matrix (ARG NO. _) is singular.
Zero diagonal element (_) has been detected.
 
RTN_NAME : 2538-2104
The matrix (ARG NO. _) is not positive definite. The last diagonal element
with nonpositive value is (_).
 
RTN_NAME : 2538-2105
Factorization failed due to near zero pivot number (_).
 
RTN_NAME : 2538-2106
Vector boundary misalignment detected in ESSL scalar library.
 
RTN_NAME : 2538-2107
Singular value (_) failed to converge after (_) iterations.
 
RTN_NAME : 2538-2108
The matrix specified by (ARG NO. _) and (ARG NO. _) is not definite
because the diagonal is not of constant sign.
 
RTN_NAME : 2538-2109
The matrix specified by (ARG NO. _) and (ARG NO. _) is not definite
and the iterative process is stopped at iteration number (_).
 
RTN_NAME : 2538-2110
The maximum allowed number of iterations, element number (_) of (ARG NO. _),
were performed but the iterative process did not converge to a solution
according to the stopping procedure.
 
RTN_NAME : 2538-2111
The factorization matrix (ARG NO. _) is not consistent with the sparse
matrix specified by (ARG NO. _) and (ARG NO. _).
 
RTN_NAME : 2538-2112
The incomplete factorization of the sparse matrix specified by
(ARG NO. _) and (ARG NO. _) is not stable.
 
RTN_NAME : 2538-2113
Unexpected nonzero vector mask detected in ESSL scalar routine.
Contact your IBM Service Representative.
 
RTN_NAME : 2538-2114
Eigenvalue (_) failed to converge after (_) iterations.
 
RTN_NAME : 2538-2115
The matrix (ARG NO. _) is not positive definite.
The leading minor of order (_) has a nonpositive determinant.
 
RTN_NAME : 2538-2116
The matrix specified by (ARG NO. _) and (ARG NO. _) is singular.
 
RTN_NAME : 2538-2117
The pivot element in column (_) is smaller than the first element in
(ARG NO. _).
 
RTN_NAME : 2538-2118
The pivot element in row (_) is smaller than the first element in
(ARG NO. _).
 
RTN_NAME : 2538-2119
The storage space, specified by (ARG NO. _), is insufficient.
 
RTN_NAME : 2538-2120
The matrix is singular. The last row processed in the matrix was row (_).
 
RTN_NAME : 2538-2121
The matrix is singular. the last column processed was column (_).
 
RTN_NAME : 2538-2122
The factorization failed. No pivot element was found in the active submatrix.
 
RTN_NAME : 2538-2123
Performance can be improved by specifying a larger value for (ARG NO. _).
(_) compressions were performed.
 
RTN_NAME : 2538-2124
The data contained in AUX1, (ARG NO. _), was computed for a different
algorithm.
 
RTN_NAME : 2538-2125
This subroutine initializes part of the ESSL run-time environment.  It may
be called only once, at the beginning of the run.  It must be called before
any ESSL computational routines are called.
 
RTN_NAME : 2538-2126
The pivot value at row (_) is not acceptable based on pivot criteria
((ARG NO. _) and (ARG NO. _)). No fixup was applicable to this pivot.
The matrix (ARG NO. _) may be singular or not definite.
 
RTN_NAME : 2538-2127
The pivot value at row (_) was replaced with element (_) in
(ARG NO. _).  The matrix (ARG NO. _) may be singular or not definite.
 
RTN_NAME : 2538-2128
Internal ESSL error. contact your IBM service representative.
 
RTN_NAME : 2538-2129
The matrix specified by (ARG NO. _), (ARG NO. _), and (ARG NO. _)
is not definite because the diagonal is not of constant sign or some diagonal
element is zero.
 
RTN_NAME : 2538-2130
The incomplete factorization of the sparse matrix specified by (ARG NO. _),
(ARG NO. _), and (ARG NO. _) is not stable.
 
RTN_NAME : 2538-2131
The matrix specified by (ARG NO. _), (ARG NO. _), and (ARG NO. _) is singular.
 
RTN_NAME : 2538-2132
Element (_) in (ARG NO. _) indicates that factorization was done on a previous
call.  The data passed is not the result of a prior valid factorization.
 
RTN_NAME : 2538-2133
An error occurred on level (_), in the user-supplied subroutine specified
by (ARG NO. _).
 
RTN_NAME : 2538-2134
The data contained in (ARG NO. _) is not consistent with the sparse matrix
specified by (ARG NO. _), (ARG NO. _), and (ARG NO. _).
 
RTN_NAME : 2538-2135
For level (_), loss of orthogonality occurred in a minimum residual solver
because the input matrix (element (_,_) of (ARG NO. _)) is inappropriate.
Choose one of the other non-symmetric solvers.
 
RTN_NAME : 2538-2136
For level (_), the main diagonal element for row (_) of a matrix is 0.
 
RTN_NAME : 2538-2137
This subroutine may be called only once in the beginning of the program.
 
RTN_NAME : 2538-2138
An error was detected while attempting to open the ESSLPARM file.  A default
ESSL processor family number of (_) will be assumed.  This may not be the
best choice for optimal performance.  Be sure that you have defined the
interface to ESSLPARM correctly for the run.  If you have, contact ESSL
system installation personnel.
 
RTN_NAME : 2538-2139
An error was detected while attempting to close the ESSLPARM file.  An ESSL
processor family number of (_) was assigned.
 
RTN_NAME : 2538-2140
An input/output error was detected while attempting to read line (_) of
the ESSLPARM file.  A default ESSL process or family number of (_) will
be assumed.  This may not be the best choice for optimal performance.
Be sure that you have defined the interface to ESSLPARM correctly for the run.
If you have, contact ESSL system installation personnel.
 
RTN_NAME : 2538-2141
The end of file marker on line (_) of the ESSLPARM file was reached
before a valid specification for the ESSL processor family number was read.
A default ESSL processor family number of (_) will be assumed.
This may not be the best choice for optimal performance.  Be sure that you
have defined the interface to ESSLPARM correctly for the run.  If you have,
contact ESSL system installation personnel.
 
RTN_NAME : 2538-2142
A syntax error was detected on line (_), column (_), of the ESSLPARM
file.  No valid specification for the ESSL processor family number was read.
A default ESSL processor family number of (_) will be assumed.
This may not be the best choice for optimal performance.  Contact ESSL system
installation personnel.
 
RTN_NAME : 2538-2143
The processor family number (_) on line (_) of the ESSLPARM file is
not in the allowable range.  Please specify a processor family number greater
than or equal to (_) and less than or equal to (_).  A default ESSL
processor family number of (_) will be assumed.  This may not be the best
choice for optimal performance.  Contact ESSL system installation personnel.
 
RTN_NAME : 2538-2144
This subroutine must be called before any computational ESSL routines are
called.
 
RTN_NAME : 2538-2145
The input matrix (ARG NO. _) is singular.  The first diagonal element found to
be exactly 0, was in column (_).
 
RTN_NAME : 2538-2146
The input matrix (ARG NO. _) is singular.  The first diagonal element found to
be exactly 0, was in column (_).
 
RTN_NAME : 2538-2199
End of computational error reporting. For more information, refer to
Engineering and Scientific Subroutine Library Guide and Reference (SA22-7272).

Resource Error Messages

RTN_NAME : 2538-2400
An internal buffer allocation has failed due to insufficient memory.

Informational and Attention Error Messages

RTN_NAME : 2538-2600
Performance may be degraded due to limited buffer space availability.
 
RTN_NAME : 2538-2601
Execution terminating due to error count for error number (_)
Message summary: Message number - Count
 
RTN_NAME : 2538-2602
User error corrective routine entered.
User corrective action taken.  Execution continuing.
 
RTN_NAME : 2538-2603
Standard corrective action taken.  Execution continuing.
 
RTN_NAME : 2538-2604
Execution terminating due to error count for error number 0.
 
RTN_NAME : 2538-2605
Message summary:      0     - _
 
RTN_NAME : 2538-2606
Serial execution is taking place since the input array is equal
to the output array and either:
INC2X (ARG NO. _) is not equal to 2 times INC2Y (ARG NO. _) or
INC3X (ARG NO. _) is not equal to 2 times INC3Y (ARG NO. _).
 
RTN_NAME : 2538-2607
Serial execution is taking place since the input array is equal
to the output array and either:
INC2X (ARG NO. _) is not equal to INC2Y (ARG NO. _) or
INC3X (ARG NO. _) is not equal to INC3Y (ARG NO. _).
 
RTN_NAME : 2538-2608
Performance may be improved by using a larger work array. For best
performance, specify the number of elements (ARG NO. _) in the work array
to be greater than or equal to (_).
 
RTN_NAME : 2538-2609
Performance may be improved by specifying a larger value for (ARG NO. _).
(_) compressions were performed.

Miscellaneous Error Messages

RTN_NAME : 2538-2700
Internal ESSL error number (_).
Contact your IBM service representative.
 
RTN_NAME : 2538-2703
Internal ESSL error: message number requested (_) is outside of the
valid range.  Contact your IBM service representative.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]