HP XP7 Smart Manager for Mainframe Messages (TK916-96002, May 2014)
Table Of Contents

DescriptionMessage textMessage ID
An attempt to access REXX variable name failed. The
return code -2 indicates that the area for the REXX
variable is insufficient. Check and revise the region size,
and then re-execute the command.
For details about the return codes, see the IRXEXCOM
macro specifications in the manual TSO/E Programming
Services.
nnnn
REXX variable access error code
REXX failure return code=nnnn starting with
variable name
KTR010E TSO RC=40
An attempt to set the variable name with the value
value failed with the result value indicated in result.
The probable cause of the error is that an incorrect value
was specified for the STEM parameter.
YKVSET program failure for: name = value
KTR079E MSG SC=44
RC=44 (result)
The command cannot be executed because a REXX read
error occurred.
nnn (decimal number)
Return code of the OS REXX variable access routine
- If the value of nnn is -2:
The area for the REXX variable is insufficient. Check
and revise the region size, and then re-execute the
command. For details about the return code, see
the specifications for the IRXEXCOM macro in
TSO/E Programming Services.
- If the value of nnn is 40:
Check that the REXX program is running in the
TSO/E environment, and then re-execute the com-
mand.
- If the value of nnn is not one of the above values:
Revise the values specified in the configuration file
and parameters. If the value of nnn is 52, a config-
uration file (XML) being edited might have been
specified.
name (character string)
REXX variable name
xxx (decimal number)
Command code of the command that was being
executed when the error occurred
See the description of command codes for the
KTZ201E message.
yyy (character string)
Maintenance information
#
If the read attempt was made on a REXX variable
that does not exist, the return code is 36. If this
message is displayed during execution of the KT-
LOAD command, RC=44 is displayed.
A REXX read error occurred. (return
code=nnn, name= name, cmd=xxx,
pos=yyy)
KTR203E TSO RC=40
#
Messages 33