IARVSERV - Execute form

Use the execute form of the IARVSERV macro together with the list form of the macro for applications that require reentrant code. The execute form of the macro stores the parameters into the storage area defined by the list form.

The execute form of the IARVSERV macro is written as follows:

Syntax Description
   
   name name: symbol. Begin name in column 1.
   
One or more blanks must precede IARVSERV.
   
IARVSERV  
   
One or more blanks must follow IARVSERV.
   
SHARE  
UNSHARE  
CHANGEACCESS  
   
,RANGLIST=ranglist_addr ranglist_addr: RS-type address, or address in register (2) - (12).
   
   ,NUMRANGE=numrange_addr numrange_addr: RS-type address, or address in register (2) - (12).
  Default: 1 range
   
,TARGET_VIEW=READONLY  
,TARGET_VIEW=SHAREDWRITE  
,TARGET_VIEW=UNIQUEWRITE  
,TARGET_VIEW=TARGETWRITE  
,TARGET_VIEW=LIKESOURCE  
,TARGET_VIEW=HIDDEN  
   
   ,COPYNOW  
   
   ,RETAIN=NO Default: RETAIN=NO
   ,RETAIN=YES  
   
   ,PLISTVER=IMPLIED_VERSION  
   ,PLISTVER=MAX Default: IMPLIED_VERSION
   ,PLISTVER=plistver plistver: 0
   
,MF=(E,list addr) list addr: RX-type address or address in register (2) - (12).
,MF=(E,list addr,COMPLETE) Default: COMPLETE
,MF=(E,list addr,NOCHECK)  
   

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

,MF=(E,list addr)
,MF=(E,list addr,COMPLETE)
,MF=(E,list addr,NOCHECK)
Specifies the execute form of the IARVSERV macro.

list addr specifies the area that the system uses to contain the parameters.

COMPLETE, which is the default, specifies that the system is to check for required parameters and supply defaults for omitted optional parameters.

NOCHECK specifies that the system is not to check for required parameters and is not to supply defaults for omitted optional parameters.