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


Example of an HZSADDCK macro call for a remote check

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

The following example shows an assembler HZSADDCK macro call for a remote check:
HZSADDCK CHECKNAME=RNAME,             
         CHECKOWNER=ROWNER,        
         REMOTE=YES,                
         HANDLE=RHANDLE,         
         PETOKEN=RPETOKEN,      
         DATE=RDATE2,           
         REASON=RREASON,     
         REASONLEN=RREASONLEN,    
         SEVERITY=LOW,         
         INTERVAL=TIMER,        
         HOURS=RHOURS,MINUTES=RMINUTES,      
         RETCODE=RetCode,        
         RSNCODE=RsnCode   
*                                                              
* Place code to check return/reason codes here                 
*                                                              
ROWNER     DC   CL16'IBMABC'                                
RNAME      DC   CL32'A_CHECK'                                                                           
RDATE      DC   CL8'20060112'                                  
RREASON    DC   CL32'Verify widgets are present.'         
RREASONLEN DC   A(L'RREASON)                                   
RHOURS     DC   H'1'                                           
RMINUTES   DC   H'0'                                          
         HZSZCONS              Return code information         
DYNAREA  DSECT  
RHANDLE    DS   CL16                                
RPETOKEN   DS   CL16                                               
RRETCODE   DS   F                                              
RRSNCODE   DS   F                                              
         HZSADDCK MF=(L,ADDCKL),PLISTVER=MAX                   

For complete information, see HZSADDCK macro — HZS add a check.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014