Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!mordor!sri-spam!nike!ucbcad!ucbvax!ecsvax.UUCP!robinson From: robinson@ecsvax.UUCP (Gerard Robinson) Newsgroups: mod.computers.vax Subject: Re: LN03 help needed Message-ID: <8609231711.AA09012@ecsvax> Date: Tue, 23-Sep-86 13:11:24 EDT Article-I.D.: ecsvax.8609231711.AA09012 Posted: Tue Sep 23 13:11:24 1986 Date-Received: Wed, 24-Sep-86 22:28:44 EDT References: <8609200710.AA00440@ucbvax.Berkeley.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Gerard Robinson Organization: UNC School of Medicine Lines: 35 Approved: info-vax@sri-kl.arpa Summary: Use /SETUP instead of /FORM In article <8609200710.AA00440@ucbvax.Berkeley.EDU> 02335@UWAV4.BITNET writes: >I would appreciate any information about connecting an LN03 to a >VAX 785. In particular, I would like to know how to support >multiple forms without having to stop and restart the queue >for each different form printed. i.e. I would like to beable >to do PRINT/FORM=PORTRAIT and have the portrait mode escape >sequence sent to the printer and my file printed, but then beable >to do a PRINT/FORM=LANDSCAPE and have those escape sequences >along with my file printed as well without having to stop and restart >the queue with /FORM=LANDSCAPE. >Thanks in advance, > >Tony Andrea > >Sierra Geophysics, Inc. >Kirkland, Washington > >BITNET: 02335 at UWAV4 >ARPA/CSNET: 02335%uwav4.bitnet@wiscvm.arpa >DECnet: VAX4::02335 >Phone: (206)822-5200 x212 If you prepare SYS$LIBRARY:SYSDEVCTL.TLB with library modules containing the escape sequences, you can then do: $ PRINT/SETUP=LANDSCAPE FOO.BAR You can even combine setup modules in a statement, such as: $ PRINT/SETUP=(PORTRAIT,PITCH12) FOO.BAR if the modules exist to do so. Jerry Robinson UNC-CH School of Medicine