Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!genrad!mit-eddie!jbs From: jbs@mit-eddie.UUCP (Jeff Siegal) Newsgroups: net.decus Subject: Re: queueing jobs to a lineprinter from macro-11 Message-ID: <1120@mit-eddie.UUCP> Date: Fri, 28-Feb-86 17:48:21 EST Article-I.D.: mit-eddi.1120 Posted: Fri Feb 28 17:48:21 1986 Date-Received: Sat, 1-Mar-86 23:43:52 EST References: <105@andromeda.UUCP> Reply-To: jbs@eddie.UUCP (Jeff Siegal) Distribution: na Organization: MIT, Cambridge, MA Lines: 15 In article <105@andromeda.UUCP> marco@andromeda.UUCP (the wharf rat) writes: > > I have a situation where I have to queue a file for printing >at a lineprinter set up as a terminal queue from a macro-11 program. >I know how to print a buffer at a lineprinter, but can't figure >out how to queue a file for printing. What I want to do is >execute "print/que=tte0:/nofeed" from the program, without >any kludges like $creprc. We are running VMS 4.2 on an 11/780. >Anyone out here in netland got an idea? > Use SET DEVICE/SPOOL. Then you can queue something to the printer by just opening the terminal device and writing the data out to it. Jeff Siegal - MIT EECS