1 /* BEGIN INCLUDE FILE gtss_drl_names.incl.pl1 */
 2 /*
 3   Created: (Grimes SMP)  04/15/78 0933.7 mst Sat
 4   Changed:  Dave Ward  06/08/78  Made attributes constant
 5   Changed:  Ron Barstad 83-07-25  Updated to 4JS3
 6 */
 7 dcl  DRL_NAME (-10:71) char (7) varying static int options(constant) initial (
 8      "USER-10",                                             /* USER-10          USER DEFINED                  -10       */
 9      "USER-9",                                              /* USER-9           USER DEFINED                  -9        */
10      "USER-8",                                              /* USER-8           USER DEFINED                  -8        */
11      "USER-7",                                              /* USER-7           USER DEFINED                  -7        */
12      "USER-6",                                              /* USER-6           USER DEFINED                  -6        */
13      "USER-5",                                              /* USER-5           USER DEFINED                  -5        */
14      "USER-4",                                              /* USER-4           USER DEFINED                  -4        */
15      "USER-3",                                              /* USER-3           USER DEFINED                  -3        */
16      "USER-2",                                              /* USER-2           USER DEFINED                  -2        */
17      "USER-1",                                              /* USER-1           USER DEFINED                  -1        */
18      "ZERO",                                                /*                  MUST ALWAYS BE AN ERROR       0         */
19      "DIO",                                                 /* T.DIO     Do I/O on User's File                  1    */
20      "KOUT",                                                /* T.KOUT    Keyboard Output                        2    */
21      "KOUTN",                                               /* T.OTIN    Keyboard Output Then Input             3    */
22      "KIN",                                                 /* T.KIN     Keyboard Input Last Line               4    */
23      "RETURN",                                              /* T.RTRN    Return to Primitive List               5    */
24      "DEFIL",                                               /* T.DFIL    Define and Access a Temporary File     6    */
25      "ABORT",                                               /* T.ABRT    Abort                                  7    */
26      "SETSWH",                                              /* T.SETS    Set Switch Word                        10   */
27      "RSTSWH",                                              /* T.RSTS    Reset Switch Word                      11   */
28      "REW",                                                 /* T.RWND    Rewind a Linked File                   12   */
29      "FILSP",                                               /* T.FLSP    Space a Linked File                    13   */
30      "RETFIL",                                              /* T.RFIL    Return a File                          14   */
31      "RELMEM",                                              /* T.RMEM    Release Memory                         15   */
32      "ADDMEM",                                              /* T.AMEM    Add Memory                             16   */
33      "CORFIL",                                              /* T.CFIL    Data From/To Core File                 17   */
34      "SNUMB",                                               /* T.SNUM    Obtain SNUMB                           20   */
35      "TIME",                                                /* T.TIME    Obtain Proc.  Time and Time of Day     21   */
36      "PASAFT",                                              /* T.PAFT    Pass List of Files to Subsystem        22   */
37      "TERMTP",                                              /* T.TTYP    Terminal Type and Line Number          23   */
38      "PDIO",                                                /* T.PDIO    Do I/O on a System File                24   */
39      "RESTOR",                                              /* T.RSTR    Overlay-Load a Subsystem               25   */
40      "SPAWN",                                               /* T.SPWN    Pass File to Batch Processor           26   */
41      "TAPEIN",                                              /* T.TPIN    Start Paper Tape Input                 27   */
42      "CALLSS",                                              /* T.CLSS    Internal Call to Another Subsystem     30   */
43      "USERID",                                              /* T.USID    Pass USERID and Priority */
44                                                             /*   to Executive                           31 */
45      "TERM",                                                /* T.TERM    Clean Up UST After User Termination    32 */
46      "PASUST",                                              /* T.PUST    Pass UST to Subsystem                  33   */
47      "MORLNK",                                              /* T.MLNK    Add Links to Temporary File            34   */
48      "NEWUSR",                                              /* T.NEWU    Log-on New User Without Disconnect     35 */
49      "FILACT",                                              /* T.FLAC    Permanent File Activities              36   */
50      "SETLNO",                                              /* T.SETL    Set Line Number/Increment in UST       37   */
51      "SYSRET",                                              /* T.SRET    Return to System                       40   */
52      "STPSYS",                                              /* T.STPS    Stop Execution of Master Subsystem     41   */
53      "STATUS",                                              /* T.STUS    Check I/O Status (not implemented)     42 */
54      "DRLDSC",                                              /* T.DISC    Disconnect Terminal                    43   */
55      "PASDES",                                              /* T.DESC    Pass AFT File Names and Descriptions   44   */
56      "JSTS",                                                /* T.JSTS    Obtain Job Status                      45   */
57      "CGROUT",                                              /* T.ROUT    Process Line Switch                    46   */
58      "PART",                                                /* T.PART    Partial Release of Temporary File      47   */
59      "GROW",                                                /* T.GROW    Grow a Permanent or Temporary File     50   */
60      "ABTJOB",                                              /* T.ABTJ    Abort Batch Job                        51   */
61      "CONSOL",                                              /* T.CONS    Talk to System Console                 52   */
62      "SWITCH",                                              /* T.SWIT    Switch Temporary File Names            53   */
63      "DRLIMT",                                              /* T.LIMT    Store Processor Time Limit             54   */
64      "JOUT",                                                /* T.JOUT    Batch Output Request                   55 */
65      "KOTNOW",                                              /* T.OUTN    Keyboard Output from Unfilled Buffer   56   */
66      "OBJTIM",                                              /* T.OBJT    Processor Time and Memory Size Limit   57   */
67      "PASFLR",                                              /* T.PASF    Pass File to Remote Batch Processor    60   */
68      "STOPPT",                                              /* T.SPPT    Stop Paper Tape Input                  61   */
69      "DRLSAV",                                              /* T.SAVE    Save Program on Permanent File         62   */
70      "TASK",                                                /* T.TASK    Spawn A Special Batch Activity         63   */
71      "PSEUDO",                                              /* T.SUDO    Simulated Keyboard Input               64   */
72      "PRGDES",                                              /* T.PDES    Pass Program Descriptor to Subsystem   65   */
73      "GWAKE",                                               /* T.WAKE    Wake Me Later                          66   */
74      "IDS",                                                 /* T.IDS  no longer supported                     67  */
75      "ATTRI",                                               /* T.ATRB    Pick up User's Attributes               70  */
76      "T.STAT",                                              /* T.STAT    Write Statistical Collection File      71   */
77      "T.GOTO",                                              /* T.GOTO    Call from One Subsystem to Another     72   */
78      "T.CMOV",                                              /* T.CMOV    Examine Areas of Memory                73 */
79      "T.LINL",                                              /* T.LINL    Change Terminal Input Line Length      74   */
80      "T.SYOT",                                              /* T.SYOT    Pass Data File to Backdoor SYSOUT      75   */
81      "T.CONN",                                              /* T.CONN    Activate a Disconnected User           76 */
82      "T.CFIO",                                              /* T.CFIO    Command File and Deferred */
83                                                             /* Processing Support                     77   */
84      "T.EXEC",                                              /* T.EXEC    Execute Code on behalf of the */
85                                                             /* Executive 100 */
86      "T.RSCC",                                              /* T.RSCC    Read System Controller Clock          101   */
87      "T.MAIL",                                              /* T.MAIL   Mail Message Sent                     102   */
88      "T.ERR",                                               /* T.ERR    Error Detected                        103   */
89      "T.PAGE",      /* T.PAGE    Set page characteristics  104 */
90      "T.FAST",      /* T.FAST    Error for fast derail processing  105 */
91      "T.MODS",      /* T.MODS    Enable hex mode   106 */
92      "T.MODR"       /* T.MODR    Disable hex mode   107 */
93      );
94 
95 /*   END INCLUDE FILE gtss_drl_names.incl.pl1 */