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


SPIE - List form

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

Use the list form of the SPIE macro to construct a control program parameter list in the form of a program interruption control area.

Syntax

The list 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: A-type address.
   
   ,(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=L  
   

Parameters

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

,MF=L
Specifies the list form of the SPIE macro.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014