IBM Health Checker for z/OS User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Output variables

IBM Health Checker for z/OS User's Guide
SC23-6843-02

The following REXX variable are returned by HZSLSTOP:
Table 1. HZSLSTOP output variables
Variable name Description
HZSLSTOP_RSN The reason code explaining an RESULT value of 4 or more. The reason codes are as follows:
00000401
Meaning: HZS_PQE_CHKWORK exceeded 2048 bytes. Only the first 2048 bytes of HZS_PQE_CHKWORK will be saved.

Action: Do not set HZS_PQE_CHKWORK to a character string longer the 2048 characters.

00000858
Meaning: HZS_HANDLE was not valid.

Action: Make sure that the HZSLSTOP serice is only called from a REXX exec called by IBM® Health Checker for z/OS®. The check must not modify output variable HZS_HANDLE. If this function is used within a procedure, make sure you used the EXPOSE option to make HZS_HANDLE accessible to the procedure code

00000C01
Meaning: IBM Health Checker for z/OS is not active.

Action: Reissue the function when IBM Health Checker for z/OS is active.

00000C03
Meaning: The check issued the HZSLSTOP function for a check that was not started.

Action: Ensure that an HZSLSTART function is issued before a HZSLFMSG or HZSLSTOP function.

00000C05
Meaning: The system does not support System REXX checks.

Action: Run the check on a system at the z/OS R9 level or above.

Start of change00000C16End of change
Start of changeMeaning: The HZSLSTOP function has been invoked by a non-SYSREXX caller.

Action: Ensure that HZSLSTOP is only called from a REXX health check routine.

End of change
00001003
Meaning: A service used by HZSLSTOP failed.

Action: Retry the service. If HZSLSTOP continues to fail, obtain the value of the REXX variable HZSLSTOP_SYSTEMDIAG, and contact IBM service.

HZSLSTOP_SYSTEMDIAG Diagnostic data returned by the failed service that HZSLSTRT uses.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014