Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!think!ames!sdcsvax!ucbvax!VENUS.YCC.YALE.EDU!leichter From: leichter@VENUS.YCC.YALE.EDU ("Jerry Leichter") Newsgroups: comp.os.vms Subject: re: SMG$ & MODEM INTERACTION... Message-ID: <8709191238.AA03772@ucbvax.Berkeley.EDU> Date: Fri, 18-Sep-87 10:28:00 EDT Article-I.D.: ucbvax.8709191238.AA03772 Posted: Fri Sep 18 10:28:00 1987 Date-Received: Sun, 20-Sep-87 15:26:20 EDT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: "Jerry Leichter" Organization: The ARPA Internet Lines: 45 ...Our users connect to the VAX via two paths [via PBX at 9600 baud or via modem, throught the PBX, at 1200 baud]... When I write Pascal programs employing the SMG$ run time library I get different behavior in the following setting. If the screen contains blank space, either because of a virtual display pasted at other than column 1 or because of multiple spaces within a line, it is displayed correctly on the pbx lines but incorrectly on the modem lines even though the code is identical.... As far as VMS - and certainly SMG! - can tell, the ONLY difference between a dial-up line and a direct connection is the speed: Unless you have a very strange PBX, the lines as seen by the VAX ALWAYS have modem control. PBX's I know about provide no information to a host as to whether the "far side" of the link they are providing is comming from a dial-up line, a direct connection, or anything else (X.25, T1 mux, who knows what else). That being the case, you are going to have to look for some other distinction between your two situations. I can only guess, since in a rather long note you've provided little information as to what you actually SEE - "the output is 'wrong'": HOW? - as opposed to surmises about causes (SMG plays around with the modem) which cannot be relevent. So: There are three differences I can see between your two setups: a) The line speed; b) The presense of a modem in the data path; c) The actual particular terminals at the far end. It's very unlikely that (a) is relevent, but that's real easy to check: Just set one of your direct-connect lines to 1200 baud and see what you get. You can similarly check (c) by making sure that the devices are identical: Not just the same KIND of device, but all the same setup settings. Similarly, make sure that the VMS terminal settings are REALLY IDENTICAL in both cases. Two guesses: You are setting your lines up assuming an eight-bit data path and setting your modems to provide only a 7-bit path. (This would screw up a lot of things, but without knowing what kinds of things you've tried, I can't rule it out.) Since your problems show up with spacing, make sure that (a) Tab stops are set correctly on all devices - MUST be every 8 spaces; (b) the VMS SET TERM/TAB setting is the same for all lines involved. -- Jerry ------