IBM SC34-5764-01 Server User Manual


 
v NUMERIC FUZZ expression
v OPTIONS expression
v SIGNAL VALUE expression
v TRACE VALUE expression.
(FUZZ must be smaller than DIGITS.)
System action: Execution stops.
User response: Make the necessary corrections.
CICREX489E Error 38 running fn ft, line nn: Invalid
template or pattern
Explanation: The language processor found an
incorrect special character, for example %, within a
parsing template, or the syntax of a variable trigger was
incorrect (no symbol was found after a left parenthesis).
This message is also issued if the WITH sub-keyword is
omitted in a PARSE VALUE instruction.
System action: Execution stops.
User response: Make the necessary corrections.
CICREX490E Error 48 running fn ft, line nn: Failure
in system service
Explanation: The language processor halts execution
of the program because some system service, such as
user input or output or manipulation of the console
stack, has failed to work correctly.
System action: Execution stops.
User response: Ensure that your input is correct and
that your program is working correctly. If the problem
persists, notify your system support personnel.
CICREX491E Error 18 running fn ft, line nn: THEN
expected
Explanation: All REXX IF and WHEN clauses must be
followed by a THEN clause. Another clause was found
before a THEN statement was found.
System action: Execution stops.
User response: Insert a THEN clause between the IF
or WHEN clause and the following clause.
CICREX492E Error 32 running fn ft, line nn: Invalid
use of stem
Explanation: The REXX program attempted to change
the value of a symbol that is a stem. (A stem is that part
of a symbol up to the first period. You use a stem when
you want to affect all variables beginning with that
stem.) This may be in the UPPER instruction where the
action in this case is unknown, and therefore in error.
System action: Execution stops.
User response: Change the program so that it does
not attempt to change the value of a stem.
CICREX1106E Error 23 running fn ft, line nn: Invalid
SBCS/DBCS mixed string.
Explanation: A character string that has unmatched
SO-SI pairs (that is, an SO without an SI) or an odd
number of bytes between the SO-SI characters was
processed with OPTIONS EXMODE in effect.
System action: Execution stops.
User response: Correct the incorrect character string.
Error Numbers and Messages
386
CICS TS for VSE/ESA: REXX Guide