Virtual Hometerm Subsystem (VHS) Manual (G06.24+, H06.04+, J06.03+)

Installing VHS
Virtual Hometerm Subsystem (VHS) Manual429311-002
2-31
VHSINSP File
VHSINSP File
To automatically process Inspect/eInspect prompts, VHS uses a VHS Inspect file
(VHSINSP) that contains commands to send to Inspect/eInspect depending on the
process name, the program file name, or the application language. This file is empty at
the installation time.
When VHS receives an Inspect/eInspect prompt, it first gets the information on the
application currently prompting and tries to find a section corresponding to the
application in the VHS Inspect file. It then sends the commands of the section
matching to the application to Inspect/eInspect and, if Inspect/eInspect prompts VHS
back, VHS tries to create a SAVEABEND file. For more information, see Section 3,
Using VHS.
VHSCSTM File
From the installation of the VHS and VHSCI programs, a custom configuration file
(VHSCSTM) is created. If this file is located in your default subvolume, it will be read
each time you run VHSCI. All VHSCI users should have their own VHSCSTM file in
their own default subvolumes. You can use an ASSIGN command to tell VHSCI to read
the VHSCSTM file from another subvolume if desired.
The VHSCI custom configuration file can be used to configure your session
parameters. You can use the ALIAS command to create shortcut commands for
== Define third VHS environment = ATM
==
PARAM ENVIRONMENT "ATM"
ASSIGN PRIMARY-LOGFILE, $PROD2.VATM.ATM, EXT (100, 100), CODE 0
PARAM MAXEXTENTS 16
PARAM PRIMARY-SECURITY "NUUU"
PARAM SUPPRESS-DISPLAY FALSE
ASSIGN INSPECT-SAVEFILE, $PROD2.VATMD.SAVE0000
PARAM PURGE-SAVEFILE FALSE
ASSIGN INSPECT-FILE, $DATA.VATMD.VHSINSP
RUN $CTTM.ZVHSQA.VHS / NAME $VAT1, CPU 0, PRI 150, NOWAIT/ 1
ASSIGN INSPECT-SAVEFILE, $PROD2.VATMD.SAV20000
ASSIGN INSPECT-FILE, $DATA.VATMD.VHSINSP2
RUN $CTTM.ZVHSQA.VHS / NAME $VAT2, CPU 1, PRI 150, NOWAIT/ 2
ASSIGN INSPECT-FILE, $DATA.VATMD.VHSINSP3
ASSIGN INSPECT-SAVEFILE, $PROD2.VATMD.SAV30000
RUN $CTTM.ZVHSQA.VHS / NAME $VAT3, CPU 2, PRI 150, NOWAIT/ 3
Note. The eInspect debugger is supported only on systems running H-series RVUs.
1> ASSIGN VHSCSTM, $DATA.ZVHS.VHSCSTM
2>
3> == You may now run VHS and it will get VHSCSTM file
4> == from $DATA.ZVHS.VHSCSTM
Example 2-1. VHS Custom Startup File (page 3 of 3)