EXIT INPUT instruction
The EXIT INPUT instruction terminates the INPUT instruction
and resumes the program execution at the instruction following the INPUT block.
Performing an EXIT INPUT instruction during a
dialog is equivalent to cancel the dialog: No field validation will
occur, and the AFTER FIELD or AFTER INPUT blocks
will not be executed. The dialog is exited immediately. However, INT_FLAG will
not be set to TRUE as when the cancel action is fired.