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


CALL - List form

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

Use the list form of the CALL macro to construct a nonexecutable problem program parameter list. This list form generates only ADCONs of the address parameters. You can refer to this problem program parameter list in the execute form of a CALL, LINK, LINKX, ATTACH, ATTACHX, XCTL, or XCTLX macro.

Syntax

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede CALL.
   
CALL  
   
One or more blanks must follow CALL.
   
,(addr) addr: A-type address.
,(addr),VL Note:  addr is one or more addresses, separated by commas. For example, (addr,addr,addr)
   
   ,PLIST8ARALETS=NO Default: PLIST8ARALETS=NO
   ,PLIST8ARALETS=YES  
   
,MF=L  
   

Parameters

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

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014