Insert a record. This tells MFX that the exit routine has
located a record which should be added to the input data set before
the record whose address appears in the parameter list. Load the
address of the new record into Register 1. Exits using the
32-bit parameter list return a 31-bit address; exits using the
64-bit parameter list return a 64-bit address. When MFX returns
control to the E15, the parameter list will be unchanged. The exit
routine can then add another record or process the current one.
This return code can be used to add records to the end of the input
data set or to create the entire input data set. MFX returns to the
exit routine, adding records without changing the parameter list (in
these cases, a zero address) until a different return code (i.e.,
RC=8) is passed. When the input data set is created in this way, the
RECORD statement is required and must specify both TYPE and
LENGTH.
|