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 HWIDISC(
        ReturnCode,
        ConnectToken,
        DiagArea);

address bcpii “hwidisc
ReturnCode
ConnectToken  
DiagArea.”

End of change

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014