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


FREEMAIN - List form

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

Use the list form of the FREEMAIN macro to construct a nonexecutable control program parameter list.

The list 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: A-type address.
   
   ,LV=length value length value: symbol or decimal number.
 
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: A-type address.
   
   ,SP=subpool nmbr subpool nmbr: symbol or decimal number.
   
   ,RELATED=value value: any valid assembler character string.
   
,MF=L  
   

Parameters

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

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014