home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ukma!gatech!concert!ais.com!bruce
- From: bruce@ais.com (Bruce C. Wright)
- Newsgroups: comp.os.vms
- Subject: Re: VAX FORTRAN
- Message-ID: <1993Jan27.144912.5969@ais.com>
- Date: 27 Jan 93 14:49:12 GMT
- References: <27JAN199309324042@rdth2.rdth.luc.edu>
- Organization: Applied Information Systems, Chapel Hill, NC
- Lines: 11
-
- In article <27JAN199309324042@rdth2.rdth.luc.edu>, pbricker@rdth2.rdth.luc.edu (Preston Bricker) writes:
- > How do I send a file to a print queue from within a FORTRAN program?
- > There should be a hook equivalent to DCL PRINT.
- > If you post the answer, please also e-mail it.
-
- Look at SYS$SNDJBC (send to job controller). It's syntax is a little
- odd if you're not used to VMS itemlists, but it's not too bad. Or
- a simpler (for the programmer) but less efficient (for the system) way
- is to use LIB$SPAWN to spawn a PRINT command.
-
- Bruce C. Wright
-