home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20572 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.7 KB  |  36 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!think.com!ames!nsisrv!author.gsfc.nasa.gov!rkoehler
  3. From: rkoehler@author.gsfc.nasa.gov (Bob Koehler)
  4. Subject: Re: Creating subprocess with $CREPRC; preservation of symbols/logicals
  5. Message-ID: <8JAN199308560649@author.gsfc.nasa.gov>
  6. News-Software: VAX/VMS VNEWS 1.4-b1  
  7. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  8. Nntp-Posting-Host: author.gsfc.nasa.gov
  9. Organization: CSC System Sciences Division
  10. References: <C0I3xM.84F@acsu.buffalo.edu>
  11. Date: Fri, 8 Jan 1993 13:56:00 GMT
  12. Lines: 22
  13.  
  14. In article <C0I3xM.84F@acsu.buffalo.edu>, masmummy@ubvmsb.cc.buffalo.edu writes...
  15. >I have a program that needs the use of $CREPRC to create a subprocess.
  16. >I think LIB$SPAWN is great, but I cannot alter quotas with it.
  17. >My problem lies in preserving symbols and/or logicals.
  18. >Is there any way (with normal privileges) that I can pass information to
  19. >this subprocess (I need to give it a stream about 80 characters long), without
  20. >resorting to files, mailboxes, and such?  It appears to me (I am not an expert)
  21. >that LIB$SPAWN copies the symbol and logical tables over by default.  Can I
  22. >do that with $CREPRC, too?
  23. >Thanks,
  24. >Bill
  25.  
  26. Basically, no.  You can put the logical names in a shared table, accessable by
  27. both processes, but there's no built-in way to pass the contents of the process
  28. logical name table or the CLI symbol table without using LIB$SPAWN.  IMHO, I
  29. would most likely resort to a mailbox if faced with this problem.
  30.  
  31. ------------------------------------------------------------------------------
  32. Bob Koehler                     |   Any illusion to these opinions being other
  33. rkoehler@author.gsfc.nasa.gov   |   than just mine alone is just that.
  34.