exit_status |
This parameter points to a variable containing one of the following exit status codes: |
||||||
|
|||||||
record_up |
The record_up parameter contains a pointer to the record leaving Phase 3. The struct_ru data type represents a structure that describes the fields within the record. |
||||||
work |
The work parameter contains a pointer to a work area that is to be used to hold an inserted or replaced record returned from the E35. The struct_ins_rep data type represents a structure that describes the fields within the inserted or replaced record. |
||||||
in_buf |
The in_buf parameter contains a pointer to the record that MFX is to put in the output data set. Until a record has been accepted or inserted, this pointer will be null. A record at this address can be modified if required. |
||||||
dummy1 - dummy4 |
These parameters define unused place holders. They are used with variable-length C E35 communication. Their definition here allows a common parameter list for fixed and variable-length C E15 and E35 exits. |
||||||
comm_len |
This parameter points to a variable that defines the communication area length. |
||||||
communication_area |
The communication_area parameter contains a pointer to the communication area. The struct_ca data type represents a structure that describes the fields in the communication area. |