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


CSVQUERY - Execute form

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

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

Syntax

The execute 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
   
   ,SEARCHMINOR=NO Default: NO
   ,SEARCHMINOR=YES  
   
   ,OUTLENGTH=length length: RS-type address or register (2) - (12).
   
   ,OUTLENGTH64=length64 length64: RS-type address or register (2) - (12).
   
   ,OUTEPNM=entryname entryname: RS-type address or register (2) - (12).
   
   ,OUTEPTKN=outeptkn outeptkn: RS-type address or register (2) - (12).
   
   ,OUTEPA=entry addr entry addr: RS-type address or register (2) - (12).
   
   ,OUTEPA64=entry addr64 entry addr64: RS-type address or register (2) - (12).
   
   ,OUTMJNM=major name major name: RS-type address or register (2) - (12).
   
   ,OUTLOADPT=outloadpt outloadpt: RS-type address or register (2) - (12).
   
   ,OUTLOADPT64=outloadpt64 outloadpt64: RS-type address or register (2) - (12).
   
   ,OUTSP=subpool subpool: RS-type address or register (2) - (12).
   
   ,OUTATTR1=attr1 attr1: RS-type address or register (2) - (12).
   
   ,OUTATTR2=attr2 attr2: RS-type address or register (2) - (12).
   
   ,OUTATTR3=attr3 attr3: RS-type address or register (2) - (12).
   
   ,OUTDIAG=outdiag outdiag: RS-type address or register (2) - (12).
   
   ,OUTRTID=outrtid outrtid: RS-type address or register (2) - (12).
   
   ,OUTXATTR1=xattr xattr: RS-type address or register (2) - (12).
   
   ,OUTVALID=valid valid: RS-type address or register (2) - (12).
   
   ,OUTPDATA=outpdata outpdata: RS-type address or register (2) - (12).
   
   ,OUTPID=outpid outpid: RS-type address or register (2) - (12).
   
   ,OUTXTLST=xtlst xtlst: RS-type address or register (2) - (12).
   
   ,OUTXTLST64=xtlst64 xtlst64: RS-type address or register (2) - (12).
   
   ,OUTPATHNAME=outpathname outpathname: RS-type address or register (2) - (12).
   
   ,OUTDSKEY=outdskey outdskey: RS-type address or register (2) - (12).
   
   ,PLISTVER=IMPLIED_VERSION  
   ,PLISTVER=MAX Default: IMPLIED_VERSION
   ,PLISTVER=plistver plistver: 0 - 6
   
   ,RETCODE=retcode retcode: RS-type address or register (2) - (12).
   
,MF=(E,list addr) list addr: RS-type address or register (2) - (12).
,MF=(E,list addr,COMPLETE) Default: COMPLETE
,MF=(E,list addr,NOCHECK)  
   

Parameters

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

,MF=(E,list addr)
,MF=(E,list addr,COMPLETE)
,MF=(E,list addr,NOCHECK)
Specifies the execute 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