home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / vms / 13898 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  838 b 

  1. Path: sparky!uunet!ogicse!uwm.edu!rpi!sarah!loki.albany.edu!sysbrc
  2. From: sysbrc@loki.albany.edu (Brian Cuttler)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Help with local command for c link
  5. Keywords: c link
  6. Message-ID: <1992Aug20.202036.7251@sarah.albany.edu>
  7. Date: 20 Aug 92 20:20:36 GMT
  8. Article-I.D.: sarah.1992Aug20.202036.7251
  9. References: <sjs.714254270@sbphy.physics.ucsb.edu> <1992Aug19.211413.29583@chpc.utexas.edu>
  10. Sender: news@sarah.albany.edu (News Administrator)
  11. Organization: State University of New York at Albany
  12. Lines: 12
  13.  
  14. You can not substitute for p_parameters in a symbol, for that you must
  15. use a com-file.  In your case you can just change the order of the
  16. parameters to link ie:
  17.  
  18. $ link :== link/nomap your_directory:options/opt,
  19.  
  20. then use the symbol like this
  21.  
  22. $ link myfile
  23.  
  24.                         Brian Cuttler
  25.                         University at Albany
  26.