z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


DEQ—List form

z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN
SA23-1372-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  
   
   ,RMC=NONE Default: RMC=NONE
   ,RMC=STEP  
   
   ,GENERIC=NO Default: GENERIC=NO
   ,GENERIC=YES Note: If GENERIC=YES is specified, you must also specify RET=HAVE.
   
   ,TCB=0 Note: TCB cannot be specified with RMC, and must be specified on the list form if used on the execute form.
   
   ,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