The BCIEXITC command activates or deactivates a user command exit. You can use a user command exit program to inspect user commands before being processed by the BCI.
This command has the following format:
BCIEXITC [ exit_name ]
Is the one- to eight-character name of the program to be loaded as the user exit for the BCI. The program must reside in a standard load library. Specifying the exit name on the BCIEXITC command loads the module only. The exit is not called until a command is next read from the input file.
If the exit name is omitted, any currently executing exit is deactivated.
Only one command exit can be active at any one time. If you must invoke a different exit, first use a BCIEXITC command to deactivate the current exit.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |