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


DEQ—List form

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

Use the list form of the DEQ macro to construct a control program parameter list. The number of qname, rname, and scope combinations in the list form of DEQ must be equal to the maximum number of qname, rname, and scope combinations in any execute form of DEQ that refers to that list form.

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

Syntax Description
   
   name name: symbol. Begin name in column 1.
   
One or more blanks must precede DEQ.
   
DEQ  
   
One or more blanks must follow DEQ.
   
(  
   
   qname addr qname addr: A-type address.
   
   , rname addr: A-type address.
   ,rname addr  
   
   , rname length: symbol or decimal digit.
   ,rname length  
   
   , Default: STEP
   ,STEP  
   ,SYSTEM  
   ,SYSTEMS  
   
)  
   
   ,RET=NONE Default: RET=NONE
   ,RET=HAVE  
   
   ,UCB=ucb addr ucb addr: A-type address.
   
   ,LOC=BELOW Default: LOC=BELOW
   ,LOC=ANY  
   
   ,RNL=YES Default: RNL=YES
   ,RNL=NO  
   
   ,RELATED=value value: any valid macro keyword specification.
   
,MF=L  
   

Parameters

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

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014