home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20528 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  994 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!ub!acsu.buffalo.edu!ubvmsb.cc.buffalo.edu!masmummy
  2. From: masmummy@ubvmsb.cc.buffalo.edu
  3. Newsgroups: comp.os.vms
  4. Subject: Creating subprocess with $CREPRC; preservation of symbols/logicals
  5. Message-ID: <C0I3xM.84F@acsu.buffalo.edu>
  6. Date: 7 Jan 93 20:38:00 GMT
  7. Sender: nntp@acsu.buffalo.edu
  8. Organization: University at Buffalo
  9. Lines: 12
  10. News-Software: VAX/VMS VNEWS 1.41
  11. Nntp-Posting-Host: ubvmsb.cc.buffalo.edu
  12.  
  13. I have a program that needs the use of $CREPRC to create a subprocess.
  14. I think LIB$SPAWN is great, but I cannot alter quotas with it.
  15.  
  16. My problem lies in preserving symbols and/or logicals.
  17. Is there any way (with normal privileges) that I can pass information to
  18. this subprocess (I need to give it a stream about 80 characters long), without
  19. resorting to files, mailboxes, and such?  It appears to me (I am not an expert)
  20. that LIB$SPAWN copies the symbol and logical tables over by default.  Can I
  21. do that with $CREPRC, too?
  22.  
  23. Thanks,
  24. Bill
  25.