Trailing-Edge
-
PDP-10 Archives
-
BB-H138B-BM
-
language-sources/galcnf.mac
There are 32 other files named galcnf.mac in the archive. Click here to see a list.
SUBTTL GALCNF Created by GALGEN Version 4(2003) at 23-Oct-79 10:52:53
UNIVERSAL GALCNF
.DIRECT .NOBIN
DEFINE XP (SYM,VAL) <
SYM==:VAL>
G.%GLN==400002003 ;STANOARO VERSION FOR GALGEN
G.GVER==4 ;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 (the one that will be assumed
; if you simply 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, the help text
; can always be gotten by typing a question mark ("?") as the
; response to any question.
;
;
; Answer the following question 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) [ORION-SYSTEM-LOG]
DEFINE G$$LGN < X ORION-SYSTEM-LOG>
XP G.QSTR,0 ;NOT REQUIRED FOR TOPS20
XP FTRQUE,0 ;NOT REQUIRED FOR TOPS20
;Maximum priority non-privileged users may specify(10-62) [20]
XP G.SPRI,20
;Default for /PRIORITY on batch and spooling requests(1-62) [10]
XP G.DPRI,10
;Number of minutes between checkpoints(1-10) [1]
XP G.NMBC,1
DEFINE G$$ATB <
X <NCP>,0,NCPTAB ;Include NCP tables
> ;End of G$$ATB
SUBTTL Batch Job Defaults
; Batch Job Defaults
; ----- --- --------
;
;Default batch job runtime limit(5-9999 Seconds) [300]
XP G.ITIM,300
;Default line printer output limit(5-9999 Pages) [200]
XP G.ILPT,200
;Default card punch output limit(5-9999 Cards) [1000]
XP G.ICDP,1000
;Default for batch /FEET: switch(10-5000) [200]
XP G.IPTP,200
;What is the maximum plotter time a batch job may generate(10-5000 Minutes) [200]
XP G.IPLT,200
;Default for batch /OUTPUT switch(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]
XP G.DNUC,4
SUBTTL Miscellaneous Defaults and Parameters
; Miscellaneous Defaults and Parameters
; ------------- -------- --- ----------
;
;Do you want the standard limit computation(YES,NO) [YES]
XP G.LPTM,9
XP G.LPTD,2
XP G.CDPM,33
XP G.CDPD,1
XP G.PLTM,2
XP G.PLTD,1
XP G.PTPM,35
XP G.PTPD,1
;Default output-limit-exceeded action(ABORT,ASK,IGNORE) [ASK]
XP G.FLEA,2
XP FTDN60,-1 ;Always include DN60 support
XP FTRJE,-1 ;Always include DN200 support
END