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 HWICMD(
       ReturnCode,
       ConnectToken,
       CmdType,    
       CmdParm_Ptr,
       DiagArea);

address bcpii “hwicmd
ReturnCode
ConnectToken
CmdType  
CmdParm.
DiagArea.”

End of change

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014