Purpose
 

ABORT_EXIT specifies that an EOD or CANCEL exit is not to be taken.

Syntax
 

ABORT_EXIT

Operation

The command tells the system that the exit that would normally be taken because the operator has pressed EOD or CANCEL is not to be taken. After the logic has executed control returns to the point of interrupt. 

Remarks

This command is specifically for use in logic statements associated with the On Cancel/Commit event process point of a Cycle. 

Example

IF $FLAG = 'N'

    ABORT_EXIT()

    MSG(1)

ENDIF

Where MSG(1) informs the user of the reason for the exit being prevented/actions required.
 

Comment on this topic

Topic ID: 520017

 
 
 

Table of Contents

Index

Glossary

-Search-

Back