Displays PEdriver virtual circuit data. Each VC is an SCACP
communications path between the local system and a remote system
comprised of a set of channels.
Use the SHOW CHANNEL or SHOW VC commands to display node names,
which are simply the names of the remote nodes.
Format
SHOW VC nodename
1 – Parameter
nodename[,...]
Includes specific nodes, which you can use wildcards to specify.
2 – Qualifiers
2.1 /ALL
Includes all VC data.
2.2 /COUNTERS
Includes VC counter data.
2.3 /EXCLUDE
/EXCLUDE=(nodename[,...])
Excludes specific nodes, which you can use wildcards to specify.
Use the SHOW CHANNEL or SHOW VC commands to display VC names,
which are simply the names of the remote nodes.
2.4 /INTERVAL
For the /COUNTERS display, displays the changes to counters since
the last SHOW command.
2.5 /n
Displays the nth page. To select a particular page of a multipage
display, specify the number of the page you want to display.
2.6 /OUTPUT
/OUTPUT=filespec
Creates the specified file and directs output to it.
2.7 /SDA
Includes VC data displayed in SDA format.
2.8 /SUMMARY
Includes VC summary data. This is the default if /ALL, /COUNTERS,
and /SDA qualifiers are not specified.
3 – Examples
1.SCACP> SHOW VC/COUNTERS NODE10
The command in this example displays VC counters for all VCs
whose name (that is, remote node name) starts with NODE10.
2.SCACP> SHOW VC/COUNTERS/INTERVAL
SCACP> SPAWN WAIT 0:0:10
SCACP> SHOW VC/COUNTERS/INTERVAL
The first command in this example displays VC counters since
the last SHOW command. The SPAWN command tells the DCL WAIT
command to insert a 10-second delay. The second SHOW VC command
displays counters after the 10-second period.
4 – SPAWN
Creates a subprocess of the current process. The SPAWN command
copies the context of the subprocess from the current process.
Format
SPAWN [command-string]