Safeguard Reference Manual (G06.24+, H06.03+ )

SAFECOM Session-Control Commands
Safeguard Reference Manual520618-013
4-14
EXIT Command
env-parm
is any one of these environmental parameters:
SYSTEM
VOLUME
OUT
LOG
ASSUME
WARNINGS
USER
DETAIL
AS COMMANDS
HEADERS
PROMPT
Examples
1. This ENV command requests a report on all the current environmental parameter
values. The report is sent to a file called $DATA.SECURE.ENVPARMS.
=ENV / OUT envparms /
=
After this ENV command completes, $DATA.SECURE.ENVPARMS contains these
text lines:
SYSTEM \LA
VOLUME $DATA.SECURE
OUT \LA.$TERM -- Interactive, OUT=IN --
LOG $DATA.SECURE.SESSLOG
ASSUME DISKFILE
DISPLAY WARNINGS ON
DISPLAY USER AS NAME
DISPLAY DETAIL OFF
DISPLAY AS COMMANDS OFF
DISPLAY HEADERS ON
DISPLAY PROMPT
The comment following the OUT parameter indicates that SAFECOM is running
interactively. ($TERM is being used for both input and output.)
2. This ENV command lists the current VOLUME environmental parameter:
=ENV VOLUME
VOLUME $DATA.SECURE
EXIT Command
EXIT terminates an interactive SAFECOM session and returns control of your terminal
to your command interpreter.
EXIT