!Control file to build various flavors of XMIT. Note the naming convention: ! "Destination node name" + "MIT". Hence if you are connecting two nodes ! KLA and KLB, KLAMIT runs on KLB and KLBMIT runs on KLA. Get it? ! ! Build an XMIT to run on KLB and talk to KLA: @Load/compile KLAMIT.MAC+XMIT.MAC @Save KLAMIT ! ! Now build an XMIT to run on KLA and talk to KLB: @Load/compile KLBMIT.MAC+XMIT.MAC @Save KLBMIT