IOSODS - List form

Use the list form of the IOSODS macro together with the execute form of the macro for applications that require reentrant code. The list form of the macro defines an area of storage that the execute form uses to contain the parameters.

Syntax

The list form of the IOSODS macro is written as follows:

Syntax Description
   
   name name: symbol. Begin name in column 1.
   
One or more blanks must precede IOSODS.
   
IOSODS  
   
One or more blanks must follow IOSODS.
   
[,PLISTVER={xplistver | MAX | IMPLIED_VERSION}] Default: IMPLIED_VERSION
   
[,MF=(L,xmfctrl{,xmfattr|0D})]

xmfctrl: RS-type name or address in register (2) - (12).

xmfattr: Any text up to 60 characters.

Default: 0D
   

Parameters

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

,MF=(L,xmfctrl{,xmfattr|0D})
L specifies the list form of the macro. The list form defines an area to be used for the parameter list. Only the PLISTVER key may be specified on the invocation. All other macro parameters are flagged as errors. If PLISTVER is not specified, the original parameter list definition is used.
,xmfctrl
This required input is the RS-type name, or address in register (1) - (12), of a storage area for the parameter list.
,xmfattr|0D
This is an optional 60 character input string which is used to force boundary alignment of the parameter list. Use only 0F or 0D.

Default: 0D which forces the parameter list to a doubleword boundary.