SPIE - Execute form

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.

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, 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 0 as the control address, the SPIE environment is canceled.