         << LINES .001/.009 ARE RESERVED FOR SYSTEMS INTEGRATION >>     00000001
COMMENT                                                                 00010000
   The Allow mask for MPE V is expanded to six words.  There            00015000
   is a mask in each user's JIT and in the SYSGLOB area.                00020000
   The Allow mask contains enough bits for a one-to-one                 00025000
   correspondence to every present OPERATOR type command, or            00030000
   any future OPERATOR command.  When a user is ALLOWed                 00035000
   any OPERATOR command or ASSOCIATEd to a device (which will use       00040000
   OPERATOR type commands) then the corresponding bit(s) in the         00045000
   mask in that user's JIT for that command is set.  If                 00050000
   the ALLOW or ASSOCIATE was done on a global scale, then              00055000
   the bit(s) in the mask of the SYSGLOB area is/are updated.           00060000
                                                                        00065000
   The following equates define the mask bit for each                   00070000
   operator command.                                                    00075000
   The first "M'DEVICE" commands define the operator                    00080000
   commands dealing with devices                                        00085000
                                                                        00090000
   When adding a new command to this set of EQUATEs,                    00095000
   be sure to add a corresponding move statement in                     00100000
   LOGIMAGE, even if the command will not be logged.                    00105000
                                                                        00110000
;                                                                       00115000
EQUATE      <<                                  Word   Bit  >>          00120000
  M'ABORTIO=0,              << ABORTIO            0     0    0  >>      00125000
  M'ACCEPT=M'ABORTIO+1,     << ACCEPT             0     1    1  >>      00130000
  M'DOWN=M'ACCEPT+1,        << DOWN               0     2    2  >>      00135000
  M'GIVE=M'DOWN+1,          << GIVE               0     3    3  >>      00140000
  M'HEADOFF=M'GIVE+1,       << HEADOFF            0     4    4  >>      00145000
  M'HEADON=M'HEADOFF+1,     << HEADON             0     5    5  >>      00150000
  M'REFUSE=M'HEADON+1,      << REFUSE             0     6    6  >>      00155000
  M'REPLY=M'REFUSE+1,       << REPLY              0     7    7  >>      00160000
  M'STARTSPOOL=M'REPLY+1,   << STARTSPOOL         0     8    8  >>      00165000
  M'TAKE=M'STARTSPOOL+1,    << TAKE               0     9    9  >>      00170000
  M'UP=M'TAKE+1,            << UP                 0     10  10  >>      00175000
  M'MPLINE=M'UP+1,          << MPLINE             0     11  11  >>      00180000
  M'DSCONTROL=M'MPLINE+1,   << DSCONTROL          0     12  12  >>      00185000
                                                                        00190000
  M'DEVICE=M'DSCONTROL,     << UPPER LIMIT->DEVICE COMMANDS >>          00195000
                                                                        00200000
  M'ABORTJOB=M'DEVICE+1,         << ABORTJOB      0     13  13  >>      00205000
  M'ALLOW=M'ABORTJOB+1,          << ALLOW         0     14  14  >>      00210000
  M'ALTSPOOLFILE=M'ALLOW+1,      << ALTFILE       0     15  15  >>      00215000
  M'ALTJOB=M'ALTSPOOLFILE+1,     << ALTJOB        1     0   16  >>      00220000
  M'BREAKJOB=M'ALTJOB+1,         << BREAKJOB      1     1   17  >>      00225000
  M'DELETESPOOLFILE=M'BREAKJOB+1,<< DELETE        1     2   18  >>      00230000
  M'DISALLOW=M'DELETESPOOLFILE+1,<< DISALLOW      1     3   19  >>      00235000
  M'JOBFENCE=M'DISALLOW+1,       << JOBFENCE      1     4   20  >>      00240000
  M'LIMIT=M'JOBFENCE+1,          << LIMIT         1     5   21  >>      00245000
  M'STOPSPOOL=M'LIMIT+1,         << STOPSPOOL     1     6   22  >>      00250000
  M'SUSPENDSPOOL=M'STOPSPOOL+1,  << SUSPENDSPOOL  1     7   23  >>      00255000
  M'OUTFENCE=M'SUSPENDSPOOL+1,   << OUTFENCE      1     8   24  >>      00260000
  M'RECALL=M'OUTFENCE+1,         << RECALL        1     9   25  >>      00265000
  M'RESUMEJOB=M'RECALL+1,        << RESUMEJOB     1     10  26  >>      00270000
  M'RESUMESPOOL=M'RESUMEJOB+1,   << RESUMESPOOL   1     11  27  >>      00275000
  M'STREAMS=M'RESUMESPOOL+1,     << STREAMS       1     12  28  >>      00280000
  M'CONSOLE=M'STREAMS+1,         << CONSOLE       1     13  29  >>      00285000
  M'WARN=M'CONSOLE+1,            << WARN          1     14  30  >>      00290000
  M'WELCOME=M'WARN+1,            << WELCOME       1     15  31  >>      00295000
  M'MON=M'WELCOME+1,             << MON           2     0   32  >>      00300000
  M'MOFF=M'MON+1,                << MOFF          2     1   33  >>      00305000
  M'VMOUNT=M'MOFF+1,             << VMOUNT        2     2   34  >>      00310000
  M'LMOUNT=M'VMOUNT+1,           << LMOUNT        2     3   35  >>      00315000
  M'LDISMOUNT=M'LMOUNT+1,        << LDISMOUNT     2     4   36  >>      00320000
  M'MRJECNTRL=M'LDISMOUNT+1,     << MRJECNTRL     2     5   37  >>      00325000
  M'JOBSCRTY=M'MRJECNTRL+1,      << JOB SECURITY  2     6   38  >>      00330000
  M'DOWNLOAD=M'JOBSCRTY+1,       << DOWNLOAD      2     7   39  >>      00335000
  M'MIOENABLE=M'DOWNLOAD+1,      << MIOENABLE     2     8   40  >>      00340000
  M'MIODISABLE=M'MIOENABLE+1,    << MIODISABLE    2     9   41  >>      00345000
  M'LOG=M'MIODISABLE+1,          << LOG           2     10  42  >>      00350000
  M'FOREIGN=M'LOG+1,             << FOREIGN       2     11  43  >>      00355000
  M'IMFCONTROL=M'FOREIGN+1,      << IMF           2     12  44  >>      00360000
  M'SHOWCOM=M'IMFCONTROL+1,      << SHOWCOM       2     13  45  >>      00365000
  M'OPENQ=M'SHOWCOM+1,           << OPENQ         2     14  46  >>      00370000
  M'SHUTQ=M'OPENQ+1,             << SHUTQ         2     15  47  >>      00375000
  M'DISCRPS=M'SHUTQ+1,           << DISCSENSING   3     2   48  >>      00380000
  NO'OF'OPCOMMANDS=M'DISCRPS+1;                                         00385000
