<?xml version="1.0" encoding="UTF-8"?><!-- MAGEC is a trademark of Al Lee & Associates, Inc. © 2026 Al Lee & Associates, Inc. All rights reserved. All programs, scripts, diagrams, and documentation are copyright protected. -->
<flowchart title="Browse Function- -Mode Determination">
<settings theme="bold" exportWidth="600" grid="true" logo="ALA_Logo_gray.png"/>
  <nodes>
    <node id="D0" type="title" label="Browse Function- -Mode Determination">
  <position x="340" y="5"/>
  
  
  
  
</node>
    <node id="D1" type="decision" label="TWA-MSK-ID = COMMON-LOC-MSK?" width="200" height="70">
  <position x="340" y="80"/>
  
  
  
  
</node>
    <node id="D2" type="decision" label="SKEY = TWA-LAST-KEY?" width="200" height="70">
  <position x="340" y="240"/>
  
  
  
  
</node>
    <node id="D3" type="decision" label="END OF LIST ALREADY REACHED?" width="200" height="80"><position x="340" y="400"/></node>
    <node id="T1" type="end" label="CONTINUATION-MODE" width="180">
  <position x="340" y="540"/>
  <narrative>Reached only when COMMON-LOC-MSK loaded, SKEY matches the last key, and end of list is noy reached.</narrative>
  
  
  
</node>
    <node id="D1C" type="elbow">
      <position x="580" y="80"/>
    </node>
    <node id="D2C" type="elbow">
      <position x="580" y="240"/>
    </node>
    <node id="D3C" type="elbow">
      <position x="580" y="400"/>
    </node>
    <node id="T2" type="end" label="NEW-TRANSACTION" width="180">
  <position x="580" y="540"/>
  <narrative>Reached whenever any condition fails: COMMON-LOC-MSK does not match, or SKEY does not match the last key, or end of list has been reached.</narrative>
  
  
  
</node>
  </nodes>
  <edges>
    <!-- Entry decision -->
    <edge from="D1" to="D1C" label="NO"/>
    <edge from="D1" to="D2" label="YES"/>
    <!-- Key match decision -->
    <edge from="D2" to="D2C" label="NO"/>
    <edge from="D2" to="D3" label="YES"/>
    <!-- End-of-list decision -->
    <edge from="D3" to="T1" label="NO"/>
    <edge from="D3" to="D3C" label="YES"/>
    <edge from="D1C" to="T2"/>
  </edges>
</flowchart>