CLOSE—Execute form

A list form of the CLOSE macro is used in and can be modified by the execute form of the CLOSE macro. The parameter list can be generated by the list form of either an OPEN macro or a CLOSE macro.

The description of the standard form of the CLOSE macro explains the function of each parameter.

The execute form of the CLOSE macro is:

dcb address—RX-Type Address or (2-12)

option—If specified, same as the standard form. If not specified, the option specified in the list form of the CLOSE macro is used.

TYPE=T—Same as standard form.
MF=(E,address of the list form)
specifies that the execute form of the CLOSE macro is being used, and the parameter list is created by the list form of the CLOSE macro. MF= is coded as described in the following:
E
address of the list form of the CLOSE (or OPEN) macro —RX-Type Address, (2-12), or (1)
MODE=24|31
coded the same as the standard form. This specification must match that of the list form.