Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SEARCH-IN-SUBSYSTEM Perform CSECT search in subsystem

&pagelevel(5)&pagelevel

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

SUBSYSTEM = *ALL / <name 1..8>(...) /<c-string 1..8>(...) / *CONTEXT(...)


<name 1..8>(...)



|

VERSION = *FIRST-FOUND / <filename 1..8> / <c-string 1..8>


*CONTEXT(...)



|

CONTEXT = <text 1..32>

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)").