A criteria exit procedure interface is available for Common Application Services (CAS) criteria.
Criteria exit procedures are installation-written NCL procedures that are available for performing specialized processing when criteria are built.
Criteria exit procedures are optional. You specify the criteria exit procedure when you define a set of criteria. A criteria exit procedure performs installation-specific criteria processing at defined points during the building of a set of criteria:
You write your own criteria 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 criteria exit procedure. However, do not use variable names that start with #CR. The criteria exit procedure is called with NOSHRVARS=(#CR). Once you specify your own variables, these variables are persistent through the different stages of criteria 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. |
|