Trailing-Edge
-
PDP-10 Archives
-
cust_sup_cusp_bb-x130c-sb
-
10,7/unscsp/glxlgo/glxlgo.rnh
There are no other files named glxlgo.rnh in the archive.
.CENTER
.;COPYRIGHT (c) DIGITAL EQUIPMENT CORPORATION 1988. ALL RIGHTS RESERVED.
Help text for GALAXY-10 LOGOUT
.SKIP 2
The format of the KJOB command is:
.SKIP 1
.CENTER
KJOB/switch1/switch2#...
.CENTER
or
.CENTER
LOGOUT/switch1/switch2#...
.SKIP 1
The switches are:
.SKIP 1
.TAB STOPS 20
.LEFT MARGIN 20
.INDENT -20
/*BATCH The /BATCH switch will insure the job is under the logged-out quota.
If the job is over quota, a file-deletion algorithm will be executed to
get him under quota. For batch jobs, /BATCH will always be enforced, even
if the user explicitly types the /FAST switch. This is the only switch
that will ever cause files to be deleted.
.SKIP 1
.INDENT -20
/*DISCONNECT The use of this switch will cause LOGOUT to disconnect the
terminal line (hangup a dataset, terminate a NRT or LAT connection, etc.).
.SKIP 1
.INDENT -20
/FAST If this switch is used, LOGOUT will attempt to log the job off
with as little processing as possible. If the user is not over quota
on any structure, the job will be immediately logged off. If the user
is over quota on a structure, LOGOUT will recompute the disk usage on
that structure, and if it is still over quota, a message will be issued,
and LOGOUT will exit. For timesharing jobs, /FAST is the default.
.SKIP 1
.INDENT -20
/*HELP:keyword Type help on the terminal. Keywords are: SWITCHES - type
only the switches; TEXT - type this text (default).
.SKIP 1
.INDENT-20
/MESSAGE:keyword Set the verbosity level of messages output.
Keywords are:
ADDRESS - type out address where message occurs;
CONTINUATION - type out continuation text if any exists;
FIRST - type out first line of message;
PREFIX - type out six character message prefix.
.SKIP 1
.INDENT -20
/*NOMESSAGE This switch inhibits printing of the standard LOGOUT message.
It does not inhibit the printing of error or warning messages.
.SKIP 1
.INDENT -20
/[NO]OPTION:option Scan DSK:SWITCH.INI[,]/PHYSICAL for lines begining with
KJOB:option or LOGOUT:option for switches.
.SKIP 1
.INDENT -20
/[NO]PHYSICAL:yesno Ignore logical device names on indirect command file
LOOKUPs.
.SKIP 2
.LEFT MARGIN 0
Switches of the form /*xxxxxx are unique to one character. The asterisk
is NOT part of the switch name. All "standard" SCAN switches not listed
above will be ignored.
.SKIP 1
Switch argument formats:
.LEFT MARGIN 20
.SKIP 1
.INDENT -20
option A sixbit word of alphanumerics.
.SKIP 1
.INDENT -20
yesno Switch arguments may wither be NO, YES, 0 (no), or 1 (yes).
In addition, the switch name may be preceded by NO to negate
its action (e.g. /NOxxxxxx instead of /xxxxxx:NO).