INDRANGE

Description

The Indirect Range parameter allows the user to define a number of APPL statements, which will allocate a unique ACB from a single set of ranges defined on an Indirect APPL.

This parameter is applicable to the APPL control statement (see APPL statement).

Format

INDRAnge appl_name

Usage

If the Indirect APPL does not exist, a warning message ISZ0520W is issued at configuration load time. For further information, see the Messages and Codes manual.

The ranges referred to in the appl_name will be used only if all the following conditions are true:

For example, consider sessions using the following APPL definitions:

APPL S01CICS        INDRAnge IRANGE
APPL S02CICS        INDRAnge IRANGE
APPL S03CICS        INDRAnge IRANGE
APPL S04CICS        INDRAnge IRANGE
APPL S05CICS        INDRAnge IRANGE

Each of the sessions would get their unique ACB allocated from the following IRANGE APPL definition:

APPL IRANGE
     TERMLOGMODE * ACBRANGE R1
     TERMLOGMODE D4A32792 ACBRANGE R2
     TERMLOGMODE D4A32795 ACBRANGE R3

Parent topic:

Related topics: