SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-59
INFO
INFO
The INFO statement displays information about procedures currently in the SeeView
procedure library. Procedures are added to the library when a SeeView file or cache is
invoked with the INVOKE statement, or when the file defined by the ALTER SHELL
command is invoked at startup or by means of the invoke shell function key SF15.
PROC *
displays information about all procedures currently in the SeeView procedure
library. The information includes:
The name of the file or cache that contains the procedure
The procedure name
The address of the procedure in the file or cache
The number of times the procedure has been called
procname
names a specific procedure for which the SeeView program is to display
information.
QFILES
displays a list of file and cache names that contain procedures currently known to
the program.
Examples
This example shows the INFO QFILES option.
INFO [ PROC * | procname ]
[ QFILES ]
INFO QFILES
PROCS in CACHE SHELL = 43
PROCS in CACHE SEECSTM = 3
PROCS in CACHE SEELOCL = 11
PROCS in $DATA.SEEX.EDITLIB = 8
PROCS in $DATA.SEEX.SEEMEAS = 17
--> total procs = 82, longest chain = 3 <--