Trailing-Edge
-
PDP-10 Archives
-
BB-CH18A-BM_1985
-
sna-rje/rjesym.mac
There are no other files named rjesym.mac in the archive.
; Copyright (c) 1984, 1985 by
; DIGITAL EQUIPMENT CORPORATION, Maynard, Massachusetts 01754
;
; This software is furnished under a license and may be used and copied
; only in accordance with the terms of such license and with the
; inclusion of the above copyright notice. This software or any other
; copies thereof may not be provided or otherwise made available to any
; other person. No title to and ownership of the software is hereby
; transferred.
;
; The information in this software is subject to change without notice
; and should not be construed as a commitment by Digital Equipment
; Corporation.
;
; Digital assumes no responsibility for the use or reliability of its
; software on equipment which is not supplied by Digital.
UNIVERSAL RJESYM SNA Gateway RJE Access Routine Universal Symbols
.DIRECTIVE .NOBIN
; RJE Stream Identification
SI%GWS==:^B00000000 ; Generic Workstation
SI%RD1==:^B00010001 ; Reader Stream 1
SI%RD2==:^B00010010 ; Reader Stream 2
SI%RD3==:^B00010011 ; Reader Stream 3
SI%RD4==:^B00010100 ; Reader Stream 4
SI%RD5==:^B00010101 ; Reader Stream 5
SI%RD6==:^B00010110 ; Reader Stream 6
SI%RD7==:^B00010111 ; Reader Stream 7
SI%RD8==:^B00011000 ; Reader Stream 8
SI%RD9==:^B00011001 ; Reader Stream 9
SI%PR1==:^B00100001 ; Printer Stream 1
SI%PR2==:^B00100010 ; Printer Stream 2
SI%PR3==:^B00100011 ; Printer Stream 3
SI%PR4==:^B00100100 ; Printer Stream 4
SI%PR5==:^B00100101 ; Printer Stream 5
SI%PR6==:^B00100110 ; Printer Stream 6
SI%PR7==:^B00100111 ; Printer Stream 7
SI%PR8==:^B00101000 ; Printer Stream 8
SI%PR9==:^B00101001 ; Printer Stream 9
SI%PU1==:^B00110001 ; Punch Stream 1
SI%PU2==:^B00110010 ; Punch Stream 2
SI%PU3==:^B00110011 ; Punch Stream 3
SI%PU4==:^B00110100 ; Punch Stream 4
SI%PU5==:^B00110101 ; Punch Stream 5
SI%PU6==:^B00110110 ; Punch Stream 6
SI%PU7==:^B00110111 ; Punch Stream 7
SI%PU8==:^B00111000 ; Punch Stream 8
SI%PU9==:^B00111001 ; Punch Stream 9
SI%ALL==:^B11111111 ; All Streams
; RJE workstation states
RS%UND==:^D0 ; Undefined
RS%OFF==:^D1 ; Off
RS%ON==:^D2 ; On
RS%DSC==:^D3 ; Not Connected
RS%VER==:^D5 ; Version Verification
RS%CLR==:^D6 ; Clear
RS%LOK==:^D7 ; Locked
RS%LOD==:^D8 ; Load
RS%ERR==:^D9 ; Error
END
; Local Modes:
; Mode:MACRO
; Auto Save Mode:2
; Comment Column:35
; Comment Rounding:+1
; End: