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


SVCUPDTE - Execute form

z/OS MVS Programming: Authorized Assembler Services Reference SET-WTO
SA23-1375-00

Syntax

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede SVCUPDTE.
   
SVCUPDTE  
   
One or more blanks must follow SVCUPDTE.
   
num num: Register (2) - (12).
  Note: This parameter must be supplied on either the execute or the list form of the macro with REPLACE or DELETE, and it must not be specified with EXTRACT.
   
,EP=addr addr: Register (2) - (12).
  Note: This parameter must be supplied on either the execute or the list form of the macro. This parameter is not needed with the DELETE option.
   
,EPNAME=entry-name entry-name: Symbol
  Note: EP and EPNAME are not needed with the DELETE option. This parameter must be supplied on either the execute or the list form.
   
   ,RELATED=value value: Any valid macro keyword specification.
   
,USEECVT=NO Default: USEECVT=NO
,USEECVT=YES  
   
,MF=(E,addr) addr: RX-type address or register (2) - (12).
   

Parameters

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

,MF=(E,addr)
Specifies the execute form of the SVCUPDTE macro.

Example

Use the execute form of the SVCUPDTE macro to perform the function specified by the parameter list whose address is given in register 2.
SVCUPDTE MF=(E,(2))

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014