Path: utzoo!attcan!uunet!van-bc!ubc-cs!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!julius.cs.uiuc.edu!psuvax1!psuvm!auvm!dmann From: DMANN@auvm.auvm.edu (Daniel Manning) Newsgroups: comp.sys.mac.comm Subject: Mapping Delete Key on IBM Mainframe Message-ID: <90341.123833DMANN@auvm.auvm.edu> Date: 7 Dec 90 17:38:33 GMT Organization: The American University - University Computing Center Lines: 13 I have been unable to get my Delete Key to work when telecommunicating with our mainframe. We have an IBM 3090 VM/XA with a 7171 Protocol. The mainframe is suppose to be expecting a DEL (ascii 127) code. The Delete key on the Macintosh is also suppose to be issuing an ascii 127, but our mainframe just sits there whenever I try it. My suspiscion is that the keyboard is emitting the ascii 127 but that it is being trapped by either the Macintosh itself or the communication program (MacKermit and Red Rider) and not being transmitted. The Red Rider documentation indicates that an ascii 127 can be produced from a procedure with a caret $. When I tried it, the mainframe deleted the whole line instead of just the character at the cursor. Does anyone know how to rub out a single character?