Previous Topic: List Service Procedure Interface

Next Topic: List Service Procedure Statements


List Service Procedures

A list service procedure interface is available for Common Application Services (CAS) lists.

List service procedures are installation-written NCL procedures that are available for performing specialized processing on lists.

A list service procedure must be present for the CAS list component to work. You specify the list service procedure when you define a list.

CAS executes the list service procedure at the following processing points:

You write your own list service procedures by using the variables described in the following sections.

The variables can be divided into the following groups:

You can use your own variables in the list exit procedure. However, do not use variable names that start with #LH. The list service 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.