SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-11
ALTER
SAVEFILE filename
specifies the file name that the save-screen-to-savefile function key (SF11) saves
the current screen to. For more information, see SF11 documentation (save screen
to savefile).
TRACEFILE filename
specifies the file name of the current trace file. IOTRACE and RECVTRACE
information is written to this file. It is the same file specified with the Seedit utility
command SEND AUDIT FILENAME filename. The filename can be a string
expression.
HELPFILE filename
specifies the name of the EDIT file that contains the help text for the HELP
command. This Help file can be any EDIT file with keywords starting in column
three.
Keywords are any text that a user would like to obtain help for. To obtain help on
new features, the user would enter the statement HELP NEW FEATURES. The
Help file should contain the words NEW FEATURES starting in column three of a
line and be followed by text starting in column four (or higher) that describes the
new features.
The default file name for the Help file is SEEVIEWS, which stands for SeeView
syntax/semantics and resides on the same volume and subvolume as the SeeView
object file. The filename can be a string expression.
KEYS window-keys-options
defines global function key actions to be applied to subsequent window statement
declarations. The syntax for this ALTER option is the same as for the KEYS option
of the WINDOW statement. For more information, see the WINDOW statement.
PRODUCTION string-exp
defines a global default production to be applied to subsequent WINDOW
statement declarations. For example:
ALTER PRODUCTION "CALL CutPaste"
causes subsequent WINDOW statements to be declared with a default production
equal to “CALL CutPaste”. When you press Return, that production is executed.
This action associates a general purpose production with all subsequent window
declarations in the current environment.
Use ALTER PRODUCTION “” to reset the global definition.