Function
The SEARCH-IN-SUBSYSTEM statement restricts the CSECT search to a single subsystem. This restriction can be undone with the same statement. If no subsystem version is specified, the first subsystem from the subsystem list is used. The unique context name can be specified as an alternative to specifying SUBSYSTEM/VERSION.
All subsystems are still taken into account for the qualification of addresses.
Format
SEARCH-IN-SUBSYSTEM | ||||||||||||||||||||
|
Operands
SUBSYSTEM = *ALL / <name 1..8>(...) / <c-string 1..8>(...) / *CONTEXT(...)
Specifies the name of the subsystem..
SUBSYSTEM = *ALL
This entry undoes a previously imposed restriction.
SUBSYSTEM = <name 1..8>(...) / <c-string 1..8>(...)
Specifies the name of the subsystem as displayed in the SUSY window.
VERSION = *FIRST-FOUND / <filename 1..8> / <c-string 1..8>
Specifies the version of the selected subsystem. If no subsystem version is specified, the first subsystem in the subsystem list with the specified name is used.
SUBSYSTEM = *CONTEXT(...)
Specifies the context name corresponding to the subsystem.
CONTEXT = <text 1..32>
The context name specified here can be taken from the SUSY window (see the CTX setting on "Output of information on subsystems (special window: SUSY)").