Trailing-Edge
-
PDP-10 Archives
-
tops10_703a_sys_atpch16_bb-fr67f-bb
-
queue.ctl
There are 14 other files named queue.ctl in the archive. Click here to see a list.
;[QUEUE.CTL]
;
; This control file will build the GALAXY user queue-class command
; interface and the MPB/GALAXY interface for a DECsystem-10. The
; following are required for a TOPS-10 QMANGR/QUEUE.
;
; Sources: QUEUE.MAC
;
; Input: GLXMAC.UNV HELPER.REL ORNMAC.UNV QSRMAC.UNV
; SCAN.REL SCNMAC.UNV WILD.REL UUOSYM.UNV
;
; Output: QUEUE.EXE
BEGIN::
.R PEPB ;Initialize AUTOPATCH
*INIT GALAXY-10-V703
*EX
.PATH ASL:/SEARCH
.PATH REL:=ASL:
.COMPILE/COMPILE ASL:QUEUE.MAC
.RUN LINK
*PAT:QUEUE/SSAVE = /LOCALS /SYMSEG:HIGH ASL:QUEUE /GO
.PLEASE AUTOPATCH QUEUE Assembly Successful
.GOTO END
%CERR:: .GOTO ERROR
%ERR:: .GOTO ERROR
%TERR::
ERROR:: .PLEASE Error during AUTOPATCH QUEUE assembly
;
.COPY FAILUR.GAL=TTY: ;Set ERROR flag file on.
*QUEUE
=^Z
;
END::
;
.SUBMIT GAL703 = /MODIFY /DEPEND:-1
;
%FIN::
;[End of QUEUE.CTL]