z/OS MVS Programming: Assembler Services Reference ABE-HSP
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


HSPSERV - Execute form

z/OS MVS Programming: Assembler Services Reference ABE-HSP
SA23-1369-00

The execute form of the HSPSERV macro changes parameters in the control parameter list that the system created through the list form of the macro and performs the specified operation.

Syntax

The execute form of the HSPSERV macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede HSPSERV.
   
HSPSERV  
   
One or more blanks must follow HSPSERV.
   

SREAD
SWRITE

 
   
,STOKEN=stoken-addr stoken-addr: RX-type address or register (2) - (12).
   
   ,HSPALET=alet-addr alet-addr: RX-type address or register (2) - (12).
   
   ,NUMRANGE=1 Default: NUMRANGE=1.
   ,NUMRANGE=num-addr num-addr: RX-type address or register (2) - (12).
   
,RANGLIST=list-addr list-addr: RX-type address or register (2) - (12).
   
   ,RELEASE=NO Default: RELEASE=NO.
   ,RELEASE=YES  
   
   ,RETCODE=ret-addr ret-addr: RX-type address or register (2) - (12).
   
   ,RSNCODE=rsn-addr rsn-addr: RX-type address or register (2) - (12).
   
,MF=(E,list-addr,COMPLETE) list-addr: RX-type address or register (2) - (12).
,MF=(E,list-addr,NOCHECK) Default: COMPLETE.
   

Parameters

The parameters are explained under the standard form of the HSPSERV macro with the following exceptions:

,MF=(E,list-addr,COMPLETE)
,MF=(E,list-addr,NOCHECK)
Specifies the execute form of the HSPSERV macro.

list-addr specifies the area that the system uses to store the parameters.

COMPLETE, which is the default, specifies that the system checks for required parameters and supplies the optional parameters that you did not specify.

NOCHECK specifies that the system does not check for required parameters and does not supply the optional parameters that you did not specify.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014