OLQ will now invoke a user exit prior to issuing any native DML command. This facility enables users to examine, modify, or disallow navigational access to data from within OLQ. This might be used for security enforcement, statistics gathering, or checking for special data values.
To use this feature, the OLQSDMLE program must be relinked to include IDMSBALI and the user-written exit program. The user-written program must have an entry point of OLQDMLX.
The exit program is called in user mode. The registers on entry are as follows:
It is the user exit's responsibility to issue the DML command. If it decides that the command should not be executed, it must set the error status field in the IDMS communications block appropriately. The following is a sample program that can be used as a model for writing an OLQ DML exit.
|
Copyright © 2013 CA.
All rights reserved.
|
|