SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-98
SECURE
SECURE
The SECURE statement restricts usage of SeeView statements and function keys. The
restriction can apply to either the interactive user level only or to both the interactive
and scripting level.
DENY
indicates that the specified statement stmt or function-key fkey primitive cannot
be used.
DENY is the default.
ENABLE
permits use of a restricted statement (stmt) or function key (fkey).
*
signifies ENABLE all statements and function keys.
SILL
limits restriction to interactive sill input. When you specify SILL, the restriction
applies only to statements entered interactively.
SILL is the default.
ANY
restricts any and all use of a stmt or fkey.
stmt
refers to any of the statements described in this manual.
Fkey
refers to these keywords:
F1 … F16 BREAKKEY
SF1 … SF16 INSERTLINE
DELETELINE ROLLDOWN
ROLLUP SROLLDOWN
SROLLUP PREVPAGE
NEXTPAGE SPREVPAGE
SNEXTPAGE SRETURN
RETURNKEY
SECURE [ DENY ] [ SILL | ANY ] { stmt | fkey }
[ ENABLE ] [ SILL | ANY ] { stmt | fkey | * }