z/OS MVS Programming: Authorized Assembler Services Reference SET-WTO
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


SPIE - Execute form

z/OS MVS Programming: Authorized Assembler Services Reference SET-WTO
SA23-1375-00

A remote control program parameter list is used in, and can be modified by, the execute form of the SPIE macro. The PICA (program interruptions control area) can be generated by the list form of SPIE, or you can use the address of the PICA returned in register 1 following a previous SPIE macro. If this macro is being issued to reestablish a previous SPIE environment, code only the MF parameter.

The address of the remote control program parameter list associated with any previous SPIE environment is returned by the SPIE macro.

Syntax

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede SPIE.
   
SPIE  
   
One or more blanks must follow SPIE.
   
   exit addr exit addr: RX-type address, or register (2) - (12).
   
   ,(interrupts) interrupts: Decimal numbers 1-15, or 17, expressed as
  single values: (2,3,4,7,8,9,10)
  ranges of values: ((2,4),(7,10))
  combinations: (2,3,4,(7,10))
   
,MF=(E,ctrl addr) ctrl addr: RX-type address, or register (1) or (2) - (12).
   

Parameters

The parameters are explained under the standard form of the SPIE macro, with the following exception:

,MF=(E,ctrl,addr)
Specifies the execute form of the SPIE macro using a remote control program parameter list.
Note: If SPIE is coded with a zero as the control address, the SPIE environment is canceled.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014