Trailing-Edge
-
PDP-10 Archives
-
SRI_NIC_PERM_SRC_1_19910112
-
5-galaxy/galcnf.mac
There are 32 other files named galcnf.mac in the archive. Click here to see a list.
;SRC:<5-GALAXY>GALCNF.MAC.7, 17-Mar-86 13:47:27, Edit by KNIGHT
; Change G.DNUC to 4.
;SRC:<5-GALAXY>GALCNF.MAC.6, 6-Mar-86 10:58:55, Edit by KNIGHT
; G.PLTM and G.PLTD get some values
;SRC:<5-GALAXY>GALCNF.MAC.5, 7-Feb-86 14:38:47, Edit by KNIGHT
; Up lineprinter default limit and G.CDPD
;[SRI-NIC]SRC:<5-GALAXY>GALCNF.MAC.4, 25-Jun-85 18:31:00, Edit by HSS
; Set G.CDPM and G.CDPD
SUBTTL GALCNF Created by GALGEN Version 5(3614) at 27-Sep-84 11:52:07
UNIVERSAL GALCNF
.DIRECT .NOBIN
DEFINE XP (SYM,VAL) <
SYM==:VAL>
G.%GLN==500003614 ;STANDARD VERSION FOR GALGEN
G.GVER==5 ;GALAXY VERSION NUMBER
RADIX 5+5
FTUUOS==0 ;-1 IF TOPS 10 ELSE 0
FTJSYS==-1 ;-1 IF TOPS 20 ELSE 0
;
; In the following dialog, all questions are of the form:
;
; text of question (list or range of answers) [default answer]
;
; The line starts with the actual text of the question. Following
; the question is a description of the possible answers enclosed
; in parentheses. This description might be a range of numbers, a
; list of keywords, or a textual description. Following this
; description is the default answer, enclosed in square brackets.
; The default will be assumed if you only press the RETURN key.
;
; You have the choice of carrying on a LONG dialog in which an
; explanation of each question is provided automatically, or a
; SHORT dialog in which it is assumed that you are familiar with
; the GALAXY generation procedure. In either case, you can always
; obtain the help text by typing a question mark (?) in response
; to any question.
;
;
; Answer the following question with either LONG (for a long
; dialog) or SHORT (for a short one). Simply pressing the RETURN
; key will imply SHORT.
;
;Dialog Length(SHORT,LONG) [SHORT]
SUBTTL Administrative Controls and Parameters
; Administrative Controls and Parameters
; -------------- -------- --- ----------
;
XP G.OLOG,-1
;Operator log filename(3-20 Characters) [OPERATOR-SYSTEM]
DEFINE G$$LGN < X OPERATOR-SYSTEM>
XP G.QSTR,0 ;NOT REQUIRED FOR TOPS20
XP FTRQUE,0 ;NOT REQUIRED FOR TOPS20
;Maximum priority non-privileged users may specify(1-63) [20]
XP G.SPRI,20
;Default for /PRIORITY on batch and spooling requests(1-63) [10]
XP G.DPRI,10
;Maximum number of objects that can be controlled with one command(1-100) [6]
XP G.MRNG,6
;Highest number a batch stream can be on the system(1-10000) [100]
XP G.INBS,100
SUBTTL Applications
; Applications
; ------------
;
;Will you be running applications?(YES,NO) [YES]
DEFINE G$$ATB <
> ; END OF G$$ATB
SUBTTL Batch Job Defaults
; Batch Job Defaults
; ----- --- --------
;
;Default batch job runtime limit(5-9999 seconds) [300] 3600
XP G.ITIM,3600
;Line printer output limit(0-9999 pages) [200]
XP G.ILPT,9999
;Card punch output limit(0-9999 cards) [1000] 5000
XP G.ICDP,5000
;Paper tape punch output limit(0-5000 feet) [200] 0
XP G.IPTP,0
;Plotter output limit(0-5000 minutes) [30] 0
XP G.IPLT,9999
;Default for SUBMIT/OUTPUT(LOG,NOLOG,ERROR) [LOG]
XP G.ILOG,2
XP G.ICOR,0 ;CORE LIMITS
SUBTTL Line Printer Defaults and Parameters
; Line Printer Defaults and Parameters
; ---- ------- -------- --- ----------
;
;Number of job banner pages(0-5) [2]
XP G.LBAN,2
;Number of job trailer pages(0-5) [2]
XP G.LTRL,2
;Number of file header pages(0-5) [2]
XP G.LHDR,2
;Name for standard output forms(4-6 Characters) [NORMAL]
XP G.DNOR,'NORMAL'
;Number of characters which uniquely identifies form(2-6) [4] 6
XP G.DNUC,4
SUBTTL Tape Label Action
; Tape Label Action
; ---- ----- ------
;
;Allow bypassing for non-privileged users?(YES,NO) [NO]
XP NPRTLB,0
SUBTTL Miscellaneous Defaults and Parameters
; Miscellaneous Defaults and Parameters
; ------------- -------- --- ----------
;
;Do you want the standard limit computation(YES,NO) [YES]
XP G.LPTM,25
XP G.LPTD,5
XP G.CDPM,25
XP G.CDPD,15
XP G.PLTM,25
XP G.PLTD,5
XP G.PTPM,0
XP G.PTPD,1
;Default output-limit-exceeded action(ABORT,ASK,PROCEED) [ASK] PROCEED
XP G.FLEA,3
XP FTDN60,-1 ;Always include DN60 support
XP FTFTS,0 ;No FTS support
XP FTRJE,-1 ;Always include DN200
XP FTFACT,0 ;FACT file support off
END