home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 22040 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  881 b 

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