Virtual Hometerm Subsystem (VHS) Manual (H06.03+)

Using VHS
Virtual Hometerm Subsystem (VHS) Manual429311-001
3-14
VHS Inspect File
subvolume-name
identifies a set of files defined by the user.
file-name
identifies a particular file within the subvolume.
The syntax of system-name, volume-name, subvolume-name, and file-
name in VHS is identical to the syntax defined for these components for the
NonStop Kernel operating system.
{LANGUAGE language }
language specifies one of the following:
C
COBOL
FORTRAN
PASCAL
SCOBOL
TAL
Example of a VHS Inspect File
SAVE Command in VHS Inspect File
The Save command in the VHS Inspect file is treated as a special case.
When the SAVE command is specified without any file name, Inspect saves the
savefile of the application (trapped into Inspect) under the default save file name
specified in the VHS startup file (VHS-INSPECT-SAVEFILE parameter).
COMMENT This file contains all Inspect process info for ATM VHS
environment
PROCESS $ATM1
COMMENT Display general information when this Process is trapped into
INSPECT
FILES
TRACE
PROGRAMFILE $DISK.PROD.ATMPRG
COMMENT we must check the max^count variable when we have a problem
COMMENT with this program
TRACE;DISPLAY max^count
PROGRAMFILE $DISK.PROD.POSPRG
TRACE; FILES
LANGUAGE TAL
COMMENT For applications written in TAL
COMMENT the application.
TRACE
LANGUAGE COBOL
COMMENT For applications written in COBOL
SOURCE