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


GETMAIN—List form

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

Use the list form of the GETMAIN macro to construct a control program parameter list. The list form of the GETMAIN macro cannot be used to allocate virtual storage with addresses greater than 16 megabytes.

The list form of the GETMAIN macro is written as follows:

Syntax Description
   
   name name: Begin name in column 1.
   
One or more blanks must precede GETMAIN.
   
GETMAIN  
   
One or more blanks must follow GETMAIN.
   
   LC  
   LU  
   VC  
   VU  
   EC  
   EU  
   
   ,LA=length addr length addr: A-type address.
   ,LV=length value length value: symbol or decimal number.
Note:
  1. LA may not be specified with EC or EU above.
  2. LV may not be specified with LC, LU, VC or VU above.
   
   ,A=addr addr: A-type address.
   
   ,SP=subpool nmbr subpool nmbr: symbol or decimal number 0-127, 131, 132.

Default: SP=0

Note: Use the SP parameter for LC, LU, VC, VU, EC, and EU requests.
   
   ,BNDRY=DBLWD Default: BNDRY=DBLWD
   ,BNDRY=PAGE  
   
   ,RELATED=value value: any valid assembler character string.
   
,MF=L  
   

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

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014