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


COFNOTIF - Execute form

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

Use the execute form of the COFNOTIF 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.

Syntax

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

Syntax Description
   
    name name: Symbol. Begin name in column 1.
   
One or more blanks must precede COFNOTIF
   
COFNOTIF  
   
One or more blanks must follow COFNOTIF
   
FUNC=DELMAJOR  
FUNC=DELMINOR  
FUNC=ADDMINOR  
FUNC=UPDMINOR  
FUNC=PURGEVOL  
   
    ,MAJLIST=majlist majlist: RX-type address or register (2) - (12).
  You must specify MAJLIST=majlist when you specify FUNC=DELMAJOR.
   
    ,MAJNUM=majnum majnum: RX-type address or register (2) - (12).
   
    ,MAJLEN=majlen majlen: RX-type address or register (2) - (12).
   
    ,MAJOR=major major. RX-type address or register (2) - (12).
  You must specify MAJOR=major when you specify FUNC=DELMINOR, FUNC=ADDMINOR, or FUNC=UPDMINOR.
   
    ,MINLIST=minlist minlist. RX-type address or register (2) - (12).
  You must specify MINLIST=minlist when you specify FUNC=DELMINOR, FUNC=ADDMINOR, or FUNC=UPDMINOR.
   
    ,MINNUM=minnum minnum: FIXED(15) field or register (2) - (12).
   
    ,MINLEN=minlen minlen: FIXED(15) field or register (2) - (12).
   
    ,VOLUME=volume volume: Rx-type address or register (2) - (12).
   
    ,CLASS=class class: Rx-type address or register (2) - (12).
   
    ,RETCODE=retcod retcod: Rx-type address or register (2) - (12).
   
    ,RSNCODE=rsncod rsncod: Rx-type address or register (2) - (12).
   
,MF=(E,list addr) list addr: Rx-type address or register (2) - (12).
   

Parameters

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

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

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014