z/OS MVS Programming: Callable Services for High-Level Languages
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Syntax

z/OS MVS Programming: Callable Services for High-Level Languages
SA23-1377-02

Write the call as shown in the syntax diagram. You must code all parameters on the CALL statement in the order shown.

Start of change
Non-REXX parameters REXX parameters

 CALL HWILIST(
        ReturnCode,      
        ConnectToken,
        ListType,        
        NumOfDataItemsReturned,    
        AnswerArea_Ptr,    
        AnswerAreaLen,      
        DiagArea);

address bcpii “hwilist
ReturnCode
ConnectToken
ListType

AnswerArea.

DiagArea.”

End of change

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014