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


DSPSERV—List form

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

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

Syntax

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede DSPSERV.
   
DSPSERV  
   
One or more blanks must follow DSPSERV.
   
   ,PLISTVER=IMPLIED_VERSION  
   ,PLISTVER=MAX Default: IMPLIED_VERSION
   ,PLISTVER=plistver plistver: 0
   
,MF=(L,list addr) list addr: Symbol.
,MF=(L,list addr,attr) attr: 1- to 60-character input string. Default: 0D
   

Parameters

The parameters are explained as follows:

,MF=(L,list addr)
,MF=(L,list addr,attr)
Specifies the list form of the DSPSERV macro. list addr defines the area that the system is to use for the parameter list.

attr is an optional 1- to 60-character input string, which can contain any value that is valid on an assembler DS pseudo-op. You can use this parameter to force boundary alignment of the parameter list. If you do not code attr, the system provides a value of 0D, which forces the parameter list to a doubleword boundary.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014