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


ALESERV - Execute form

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

A remote control parameter list is used in, and can be modified by, the execute form of the ALESERV macro. The parameter list can be generated by the list form of the macro.

Syntax

The execute form of the 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, CHKPT, MF, RELATED
ADDPASN ALET, CHKPT, MF, RELATED
DELETE ALET, MF, RELATED
EXTRACT ALET, STOKEN, MF, RELATED
SEARCH ALET, STOKEN, AL, 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.
   
,MF=(E,cntl-addr) cntl-addr: RX-type address or register (2) - (12).
   
   ,CHKPT=FAIL Default: CHKPT=FAIL
   ,CHKPT=IGNORE  
   ,RELATED=any-value  
   

Parameters

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

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014