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


CONVTOD—Execute form

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

Use the execute form of the CONVTOD macro together with the list form of the macro for programs 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 CONVTOD macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede CONVTOD.
   
CONVTOD  
   
One or more blanks must follow CONVTOD.
   
CONVVAL=convval convval: RX-type address or register (2) - (12).
   
,TODVAL=todval todval: RX-type address or register (2) - (12).
,ETODVAL=etodval etodval: RX-type address or register (2) - (12).
   
   ,TIMETYPE=DEC Default: TIMETYPE=DEC.
   ,TIMETYPE=BIN  
   ,TIMETYPE=MIC  
   
   ,DATETYPE=YYDDD  
   ,DATETYPE=YYYYDDD Default: DATETYPE=YYYYDDD.
   ,DATETYPE=DDMMYYYY  
   ,DATETYPE=MMDDYYYY  
   ,DATETYPE=YYYYMMDD  
   
   ,OFFSET=offset value offset value: RX-type address or register (2) - (12).
  Default: OFFSET=X'0000000F'.
   
,MF=(E,list addr) list addr: RX-type address or register (1) - (12).
   

Parameters

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

,MF=(E,list addr)
Specifies the execute form of the CONVTOD 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