Virtual Hometerm Subsystem (VHS) Manual (G06.24+, H06.04+, J06.03+)
Using VHS
Virtual Hometerm Subsystem (VHS) Manual—429311-002
3-15
VHS Inspect File
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/eInspect saves
the savefile of the application (trapped into Inspect/eInspect) under the default save file
name specified in the VHS startup file (VHS-INSPECT-SAVEFILE parameter).
Example for SAVE Command Without a File Name
When the Save command is given with a file name, VHS appends an index to the save
file name specified. Inspect saves the savefile of the application trapped under this file
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
EPROCESS $mmm
bt
EPROGRAMFILE $system.sys00.telserv
SHOW CONFIRM
ELANGUAGE C
SHOW HEIGHT
PROCESS $INS1
COMMENT displays the current settings of the Inspect environment
COMMENT and selectable parameters.
ENV
COMMENT Invoke default save command
SAVE
EXIT