0 |
Accept this record. To instruct MFX to accept the record leaving Phase 2, whether changed or unchanged, place return code 0 into Register 15. The (work area) address of the record to be accepted must be placed into Register 1. |
4 |
Delete this record. This tells MFX to delete the record about to leave Phase 2. It is not necessary to place the address of this record in Register 1. The next time MFX returns control to the exit program, the address of a new record will be in word 1 of the parameter list but word 2 will be unchanged. (This permits further summing, for example.) |
16 |
Terminate MFX. MFX will end its program and return to the calling program or the supervisor. MFX will give you a completion code of 16 to indicate that the sort was unsuccessful. |