A writing exit routine is a program that writes the migrated modified content of a sequential input file to a sequential output file.
The current migration procedure is a program written in C that performs the following tasks:
- Opens the output file.
- Closes the output file.
- Given the modified record layout, writes to the output file.