A list exit procedure interface is available for Common Application Services (CAS) lists.
List exit procedures are installation-written NCL procedures that are available for lists to perform specialized processing.
List exit procedures are optional. You specify the list exit procedure when you define a list. CAS executes the list exit procedure at three processing points: initialization, entry processing, and termination.
You write your own list exit procedures by using the variables described in the following sections.
The variables can be divided into two groups as follows:
You can use your own variables in the list exit procedure. However, do not use variable names that start with #LH. The list exit procedure is called with NOSHRVARS=(#LH). Once you specify your own variables, these variables are persistent through the different stages of list processing. That is, if you specify &A = variable_value, the value of this variable is available on each subsequent call to the procedure.
| Copyright © 2008 CA. All rights reserved. |
|