With the SYSVIEW Console Interface installed and access to a system console, there is no need to sign back into your session to enter SYSVIEW commands.
The console interface lets a user issue SYSVIEW commands from a console. Here is how it works. The console interface is implemented through GSS. GSS talks to SYSVIEW by using the GSVXAPIE REXX application program interface. During GSS initialization, a server is started through which all commands directed to SYSVIEW will be routed. This server attaches a long running session with SYSVIEW. The default name of the server is SYSVCONS. During GSS initialization, an IMOD will get executed to control the initialization of SYSVIEW services. Likewise, during GSS termination, another IMOD will be executed to terminate the SYSVIEW services. There are some requirements.
Installation of the Console Interface is really easy. The following statements must be in the GSS runtime parameter member (RUNPARM).
COMMAND VERB SYSV IMOD SYSVIEW_CONSOLEPRODUCT SYSVIEWEADDRESS SYSVIEWE GSVXAPIE 15 DETACH TYPE 0ISET SYSVIEWE DSN sysview.CNM4BIMD SSID ISRV LOADGLOBVAL &GSVBSSID 'GSVX'
Please note that some of these statements may already be in the RUNPARM member.
Using the console interface is also really easy. To issue a SYSVIEW command through the console interface, prefix the desired command with the command verb that was specified in the GSS RUNPARM parmlib member during installation. In this case it is SYSV as noted above and in the following statement:
COMMAND VERB SYSV IMOD SYSVIEW_CONSOLE
Here is an example of executing a SYSVIEW command through the console interface.
Example: SYSV ACTIVITY CICS=