Start of change

Input variables

The following REXX variables are input to HZSLPDWR:
Table 1. HZSLPDWR input variables
Variable name Description
HZS_HANDLE IBM® Health Checker for z/OS® sets this variable to the correct value when it calls a REXX check. Your REXX check must not modify HZS_HANDLE. The HZS_HANDLE is used to synchronize the check and IBM Health Checker for z/OS, because they do not run in the same address space. If the HZSLPDWR function is used within a REXX procedure, make sure you used for example the EXPOSE procedure option to make HZS_HANDLE accessible to the procedure code.
End of change