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


CSVQUERY - Modify form

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

The modify form of the CSVQUERY macro can refer to and modify the parameter list constructed by the list form of the macro.

Syntax

The modify form of the CSVQUERY macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede CSVQUERY.
   
CSVQUERY  
   
One or more blanks must follow CSVQUERY.
   
  Valid parameters
INEPNAME=entryname entryname: RS-type address or register (2) - (12).
INEPTKN=ineptkn ineptkn: RS-type address or register (2) - (12).
INADDR=ptr name ptr name: RS-type address or register (2) - (12).
INADDR64=ptr name64 ptr name64: RS-type address or register (2) - (12).
   

   ,SEARCH=JPALPA
   ,SEARCH=JPA
   ,SEARCH=LPA

Default: JPALPA
   
   ,PLISTVER=IMPLIED_VERSION  
   ,PLISTVER=MAX Default: IMPLIED_VERSION
   ,PLISTVER=plistver plistver: 0 - 6
   
   ,RETCODE=retcode retcode: RS-type address or register (2) - (12).
   
,MF=(M,list addr) list addr: RS-type address or register (2) - (12).
,MF=(M,list addr,COMPLETE) Default: COMPLETE
,MF=(M,list addr,NOCHECK)  
   

Parameters

The parameters are explained under the standard form of the macro with the following exceptions:

,MF=(M,list addr)
,MF=(M,list addr,COMPLETE)
,MF=(M,list addr,NOCHECK)
Specifies the modify form of the CSVQUERY macro. list addr defines the area that the system uses for the parameter list.

COMPLETE specifies that the system is to check for required parameters and supply optional parameters that are not specified. COMPLETE is the default.

NOCHECK specifies that the system is to check only parameters that you specified.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014