Previous Topic: Support for Native ExitsNext Topic: GUI Plug-In Enhancement


Parser Table Enhancement

The parser table files already define new attributes for exit reference. Parser table files include these parser table files, so you do not need to make any changes to your parser table.

Since you are providing native program exits, you need to define your custom program exit object in the parser table. The exit object must have the following CLASS definition line:

CLASS Exit.<exit class name>,eTExit.<exit class name>,etavlcor,secobjar

For example, the SDK defines the exit object class as follows:

CLASS Exit.SDKExit,eTExit.eTSDKExit,etavlcor,secobjar

For a complete example of how to define an exit object, see the SDK sdkparse.pty sample file, which is provided with the SDK.