c term - filters files from plt and sends to retrographic terminals subroutine term(filnam) byte filnam(1) call opntek(filnam) call popen call tekcvt call pclose return end