Move TECO from the SAGE to the VAX: . on the SAGE, create a file called TYPEALL.SUB from BUILD1.SUB and BUILD2.SUB. Be sure to add the following files to the list: ChrFuncs.h DefChars.h DefError.h DefTeco.h DefScren.h Teco.c Es.c Build1.sub Build2.sub . connect the SAGE terminal port to a VAX terminal port (say TXA0:) using the cable that normally connects the SAGE to the VT-102. . log on to the VAX . set default [PETE.TECOC] . set terminal/permanent/speed=4800/eightbit/parity=even TXA0: . set process/priority=1 . REMLOG . TXA0: . hit a return, to get the SAGE's prompt . in H:, TYPEALL . wait till it all transfers . ^F . set process/priority=4 . set terminal/permanent/speed=9600/noeightbit/noparity TXA0: . mung breakup . create a BUILD.COM file on the VAX using BUILD1.SUB and BUILD2.SUB The file should start with $ set default [pete.tecoc] $ library/create/object teco.olb and have the following lines for each C file $ cc/nolist xxx $ library/insert teco.lib xxx.obj $ delete xxx.obj;* Move TECO from the VAX to the SAGE: . connect he SAGE modem port to a VAX terminal port. At the SAGE end, pin 5 must be asserted. Do so by using a breakout box to connect pin 5 to pin 9. . set the baud rate on the VAX port to 2400 baud. Anything faster and the PMODEM program on the SAGE won't keep up. It will lose characters. . use SAGE4UTL to set the remote channel baud rate to 2400 baud. The baud rate can be changed on the on-line system. . run PMODEM on the SAGE . log on to the VAX . use the c command to PMODEM to start capturing text. . type *.h,*.com,*.c,problems.txt,rel1p0.txt,[.help]tecoc.rnh . turn off capturing with k . reset the VAX terminal speed . reconnect the terminal to the VAX. . log off the Vax . take the files apart using the BRAT program on the SAGE