SSVT
The SSVT (SSV) service maps information from the Subsystem Communications Vector Table (SSCVT).
This service can also list information for a single subsystem and dynamically add a subsystem without having to re-IPL. This service also identifies the subsystems used and locates their respective Subsystem Vector Table (SSVT) control blocks.
Syntax
The parameters are defined as follows:
Parameter | Description |
---|---|
subsystemID | is the name of the subsystem that you want to list or add |
LIST | lists information about the specified subsystem from the Subsystem Communications Vector Table (SSCVT) |
ADD | dynamically adds the specified subsystem to the system The subsystem remains on the system until the next IPL. To permanently add the subsystem, you must modify SYS1.PARMLIB(IEFSSN00). |
Example
To map information from the SSCVT, type
SSVT
AMTB61I SSCVT=005D26E8 NAME=JES2 (D1C5E2F2) SSVT=005D5450 SUSE=00000000
AMTB61I SSCVT=005D26C0 NAME=MSTR (D4E2E3D9) SSVT=00950EE8 SUSE=00000000
AMTB61I SSCVT=005D2010 NAME=CICS (C3C9C3E2) SSVT=00000000 SUSE=00000000
AMTB61I SSCVT=00950908 NAME=JES1 (D1C5E2F1) SSVT=00000000 SUSE=00000000
AMTB61I SSCVT=009508E0 NAME=OCCF (D6C3C3C6) SSVT=00000000 SUSE=00000000
AMTB61I SSCVT=009508B8 NAME=RES. (D9C5E240) SSVT=00000000 SUSE=00000000
AMTB61I SSCVT=009490F8 NAME=SIMS (E2C9D4E2) SSVT=00000000 SUSE=00000000
AMTB61I SSCVT=00631698 NAME=VX.. (E5E7000E) SSVT=00610EC8 SUSE=00000000
AMTB61I SSCVT=006621C8 NAME=IMF1 (C9D4C6F1) SSVT=006621F0 SUSE=0093A3D0
AMTB61I SSCVT=006648C8 NAME=RB20 (D9C2F2F0) SSVT=00664938 SUSE=008ECBD0
Legend:
- address of the SSCVT for this subsystem
- subsystem name
- subsystem name in hexadecimal format
- address of the SSVT for this subsystem; zero if the subsystem is not active
- contents of the SSCVTSUSE field for this subsystem
Related topic