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


ALESERV - Execute form

z/OS MVS Programming: Authorized Assembler Services Reference ALE-DYN
SA23-1372-00

The execute form of ALESERV uses a remote parameter list that can be generated by the list form of ALESERV.

Syntax

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede ALESERV.
   
ALESERV  
   
One or more blanks must follow ALESERV.
   
  Valid parameters (Required parameters are underlined)
ADD AL, STOKEN, ACCESS, ALET, CHKEAX, CHKPT, MF,
  RELATED
ADDPASN ALET, CHKPT, MF, RELATED
DELETE ALET, MF, CHKEAX, RELATED
EXTRACT ALET, STOKEN, MF, RELATED
SEARCH AL, ALET, STOKEN, RELATED, MF
EXTRACTH STOKEN, MF, RELATED
   
   ,ACCESS=PUBLIC Default: ACCESS=PUBLIC
   ,ACCESS=PRIVATE  
   
   ,AL=WORKUNIT Default: AL=WORKUNIT
   ,AL=PASN  
   
   ,ALET=alet-addr alet-addr: RX-type address or register (2) - (12).
Note: If you specify register notation, the register contains the ALET, rather than the address of the ALET.
   
   ,STOKEN=stoken-addr stoken-addr: RX-type address.
   
   ,CHKEAX=YES Default: CHKEAX=YES.
   ,CHKEAX=NO  
   
   ,CHKPT=FAIL Default: CHKPT=FAIL
   ,CHKPT=IGNORE  
   
   ,RELATED=any-value any-value: Any valid macro parameter specification.
   
,MF=(E,list-addr) list-addr: RX-type address or register (2)-(12).
   

Parameters

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

,MF=(E,list-addr)
Specifies the execute form, which uses a remote parameter list. list addr specifies the address of the remote parameter list, generated by the list form of the macro.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014