ISITMGD—Execute form

A remote parameter list is used in, and can be modified by, the execute form of the ISITMGD macro.

Rule: If either the DATATYPE keyword (DATATYPE=YES or DATATYPE=NO) or CONCAT=ALL is specified, your application program is responsible for initializing the parameter list. You can initialize the parameter list simply by invoking the ISITMGD MF(L) format, which will result in an initialized static parameter list. If dynamic storage is obtained for the parameter list, it must be initialized by copying a static parameter list.

The execute form of the ISITMGD macro is shown below. The description of the standard form of the ISITMGD macro explains the function of each parameter.

DEB=addr–RX-type address or (2–12)
DCB=addr–RX-type address or (2–12)
CONCAT={0|number|ALL}
DATATYPE={YES|NO}
MF=(E,list_address)
specifies the execute form of ISITMGD, and an existing parameter list is used.
list_address—RX-Type address or (2-12)
specifies the address of the parameter list.