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


FREEMAIN - Execute form

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

A remote control program parameter list is used in, and can be modified by, the execute form of the FREEMAIN macro. The parameter list can be generated by the list form of either a GETMAIN or a FREEMAIN.

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

Syntax Description
   
   name name: symbol. Begin name in column 1.
   
One or more blanks must precede FREEMAIN.
   
FREEMAIN  
   
One or more blanks must follow FREEMAIN.
   
   LC  
   LU  
   L  
   VC  
   VU  
   V  
   EC  
   EU  
   E  
   
   ,LA=length addr length addr: RX-type address or register (2) - (12).
   ,LV=length value length value: symbol, decimal number, or register (2) - (12).
 
Note:
  1. LA may only be specified with LC, LU, or L above.
  2. LV may only be specified with EC, EU, or E above.
   
   ,A=addr addr: RX-type address, or register (2) - (12).
   
   ,SP=subpool nmbr subpool nmbr: symbol, decimal number, or register (0) or (2) - (12).
   
   ,RELATED=value value: any valid assembler character string.
   
,MF=(E,list addr) list addr: RX-type address, or register (1) or (2) - (12).
   

Parameters

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

,MF=(E,list addr)
Specifies the execute form of the FREEMAIN macro using a remote control program parameter list.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014