Previous Topic: EDIT Command

Next Topic: EXIT Processing

EXIT Command

This command is optional. Only one EXIT statement per run is allowed. The EXIT command allows you to enter the name(s) of either an input or output exit or both. The exit name(s) cannot exceed 8 characters in length. There are no keywords for this command.

   Command    Operands
EXIT=exit1,exit2 where:
exit1

(optional) specifies a 1- to 8-character module name to receive control during File Utility input processing.

exit2

(optional) specifies a 1- to 8-character module name to receive control during File Utility output processing.

To omit the exit1 name and only specify the exit2 name, code the following:

To omit the exit2 name and only specify the exit1 name, code the following: