1.1.2.4 Parameter(s)

BMP
A hard-coded string.
${MBR}
Represents the batch program to be called and it is required by both normal BMP and transaction oriented BMP.
${PSB}
Represents the PSB name used for the program.
{IN}
Represents the transaction/queue name for a transaction oriented BMP program,
{CKPTID}
Represents the check point ID used in XRST.

Note:

When ${MBR} is empty,DFSRRC00 exits with error directly.

When ${IN} is empty, the request is sent to ARTIBMP/ARTIBMP_ORA to call a BMP program.

When ${IN} is not empty, the request is sent to ARTIBMPT to call transaction oriented BMP program whose transaction code is ${IN}.