<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>It had occurred to me that ordering the node file by area and
      then node within area might make it more directly useful to
      someone looking at it while trouble-shooting a local area, but
      I've never felt strongly enough about the matter to come down on
      it one way or the other.</p>
    <p>Besides, my SETNODE rewrite will display them in either other, an
      example:</p>
    <blockquote>
      <p><tt><font size="4">@g sn:setnD2.EXE.0<br>
            @start<br>
            % Insufficient capabilities for INSERT command<br>
            SETNODE>GET (binary node definition file)
            SYSTEM:NODE-DATA.BIN /no-ACCESS /pagE-MAP /unrESTRICTED-READ
            /prelOAD <br>
            Mapped 4 pages, 1830 Words, 915 Nodes.<br>
            SETNODE>RECONSTRUCT (node keyword tables from binary
            table) /silENT <br>
            [Closed log file: NUL:]<br>
            SETNODE>SHOW (node table) aREA (number to filter by) 30 <br>
            [Area 30]<br>
            FRODO      1    MV80       2    RD73       3    YODA      
            4    IMAC       5<br>
            RD83       6    LTC        7    DFRPI      8    LAN40A   
            10    RDP1      11<br>
            RDP2      12    RDP3      13    RDP4      14    CBVRP3   
            15    RD84      16<br>
            LAN40B    17    BLISH     18    NICHTS    60    MALCOM   
            70    <br>
            Total nodes in area 30: 19<br>
            SETNODE>SHOW (node table) SAME (node) /arEA 30<br>
            [Area 30]<br>
            BLISH     18    CBVRP3    15    DFRPI      8    FRODO     
            1    IMAC       5<br>
            LAN40A    10    LAN40B    17    LTC        7    MALCOM   
            70    MV80       2<br>
            NICHTS    60    RD73       3    RD83       6    RD84     
            16    RDP1      11<br>
            RDP2      12    RDP3      13    RDP4      14    YODA      
            4    <br>
            Total nodes in table: 915; area 30: 19 nodes<br>
            SETNODE></font></tt><br>
      </p>
    </blockquote>
    <p>The former <font size="4"><tt>SHOW</tt></font> is <font
        size="4"><tt>DEC</tt></font> <font size="4"><tt>SETNOD</tt></font>
      compatible syntax.  The latter parse is a result of the
      multi-section keyword tables I build for <font size="4"><tt>COMND%</tt></font>. 
      This also allows question mark and escape recognition, which is
      kind of whizzy, yet useless for programming and probably <font
        size="4"><tt>NFT</tt></font>.<br>
    </p>
    <div class="moz-cite-prefix">
      <hr width="100%" size="2">On 11/11/21 9:51 AM, Johnny Billquist
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:f8371b30-6ca9-6480-5878-98a91276baac@softjar.se">On
      2021-11-11 15:17, Supratim Sanyal wrote:
      <br>
      <blockquote type="cite">On 11/11/21 8:50 AM, Johnny Billquist
        wrote:
        <br>
        <br>
        <blockquote type="cite">Surpatim, check out MIM::HECNET:FIX.RST
          if it looks good.
          <br>
        </blockquote>
        <br>
        Looks good. Just to pick your noodle, maybe filter it through
        sort first, equivalent of *sort -V -t " " -k 4* ?
        <br>
      </blockquote>
      <br>
      It is sorted. Currently by name.
      <br>
      Do you want it sorted some other way?
      <br>
      It's just one more line of Datatrieve, so it's super trivial.
      <br>
      <br>
        Johnny
      <br>
      <br>
      <blockquote type="cite">
        <br>
        <br>
        <br>
        <blockquote type="cite">(I'm also open for another name of the
          file, if wanted...)
          <br>
          <br>
            Johnny
          <br>
          <br>
          On 2021-11-11 14:36, Supratim Sanyal wrote:
          <br>
          <blockquote type="cite">On 11/11/21 3:53 AM, Johnny Billquist
            wrote:
            <br>
            <br>
            <blockquote type="cite">If a specific format is needed for
              RSTS/E nodes, I can create that format file whenever the
              nodename database is updated. Just let me know what the
              format should be.
              <br>
              <br>
            </blockquote>
            $ type defnod.cmd
            <br>
            *SET VER**
            <br>
            **SET NOON**
            <br>
            **NCP DEFINE NODE 1.1 NAME MAGICA**
            <br>
            **NCP DEFINE NODE 1.2 NAME ERNIE**
            <br>
            **NCP DEFINE NODE 1.3 NAME FNATTE**
            <br>
            **...**
            <br>
            **...**
            <br>
            **NCP DEFINE NODE 62.637 NAME CTAKAH**
            <br>
            **NCP SET NODE 1.1 NAME MAGICA**
            <br>
            **NCP SET NODE 1.2 NAME ERNIE**
            <br>
            **NCP SET NODE 1.3 NAME FNATTE**
            <br>
            **...**
            <br>
            **...**
            <br>
            **NCP SET NODE 62.637 NAME CTAKAH*
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <blockquote type="cite">At the moment, the following files
              are created:
              <br>
              <br>
              FIX.T20 (for TOPS-20)
              <br>
              FIX.COM (for VMS)
              <br>
              HECNET.PY (for PyDECnet)
              <br>
              FIX.CMD (for RSX)
              <br>
              <br>
              All can be found at MIM::HECNET:
              <br>
              <br>
                Johnny
              <br>
              <br>
              On 2021-11-11 02:20, Supratim Sanyal wrote:
              <br>
              <blockquote type="cite">Maybe helpful to someone, the
                latest node database can now be synced up on RSTS/E
                using RST101::DEFNOD.CMD
                <br>
                <br>
                RST101 is at 31.28
                <br>
                <br>
                best,
                <br>
                /s.
                <br>
                <br>
                On 11/10/21 7:42 PM, Tony Nicholson wrote:
                <br>
                <blockquote type="cite">
                  <br>
                  <br>
                  On Thu, 11 Nov 2021 at 11:31, Supratim Sanyal
                  <a class="moz-txt-link-rfc2396E" href="mailto:supratim@riseup.net"><supratim@riseup.net></a> wrote:
                  <br>
                  <br>
                      Copied from GALAH, the copy at DINGO doesn't have
                  read permission.
                  <br>
                  <br>
                  <br>
                  Fixed permissions - I thought I had protected them
                  against writing/not reading. Blame finger memory not
                  engaging with my brain.
                  <br>
                  <br>
                  Tony
                  <br>
                  <br>
                  -- <br>
                  Tony Nicholson <a class="moz-txt-link-rfc2396E" href="mailto:tony.nicholson@computer.org"><tony.nicholson@computer.org></a>
                  <br>
                </blockquote>
                -- <br>
              </blockquote>
              <br>
            </blockquote>
            -- <br>
          </blockquote>
          <br>
        </blockquote>
        -- <br>
      </blockquote>
      <br>
    </blockquote>
  </body>
</html>