<< LINES .001/.009 ARE RESERVED FOR SYSTEMS INTEGRATION>>               00000001
$EDIT VOID=12998000                                            <<*7978>>12968000
                                                               <<*7978>>13047000
   <<------------------------------------------------------->> <<*7978>>13047010
   << See if this is the correct version of SPOOK running on>> <<*7978>>13047020
   << the appropriate system by looking at the PCB entry    >> <<*7978>>13047030
   << size (16 for MPE4, 21 for MPE5).  If not, print mes-  >> <<*7978>>13047040
   << sage and exit.                                        >> <<*7978>>13047050
   <<------------------------------------------------------->> <<*7978>>13047060
                                                               <<*7978>>13047070
   IF LDT'MPE'VERSION=4 AND PCB(1)<>16 THEN                    <<*7978>>13047080
   BEGIN                                                       <<*7978>>13047090
      GENMSG (2,1259);                                         <<*7978>>13047100
      GOTO EXITL;                                              <<*7978>>13047110
   END;                                                        <<*7978>>13047120
