home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / vms / 14641 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  1.5 KB

  1. Path: sparky!uunet!cs.utexas.edu!usc!sdd.hp.com!elroy.jpl.nasa.gov!ames!pacbell.com!network.ucsd.edu!ucsbcsl!sbphy.physics.ucsb.edu!sjs
  2. From: sjs@sbphy.physics.ucsb.edu (Steve J. Schmidhauser)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Help with local command for C link
  5. Message-ID: <sjs.715666588@sbphy.physics.ucsb.edu>
  6. Date: 5 Sep 92 04:16:28 GMT
  7. References: <9486246@zl2tnm.gen.nz>
  8. Sender: news@ucsbcsl.ucsb.edu
  9. Lines: 27
  10.  
  11. In <9486246@zl2tnm.gen.nz> don@zl2tnm.gen.nz (Don Stokes) writes:
  12. deleted examples
  13. >$ LINK :== "@wherever:CLINK %'"    ! note trailing single quote
  14. Could you explain the %' or point me to the manual.
  15. more deletions
  16. >--
  17. >Don Stokes, ZL2TNM (DS555)                        don@zl2tnm.gen.nz (home)
  18. >Network Manager, Computing Services Centre            don@vuw.ac.nz (work)
  19. >Victoria University of Wellington, New Zealand              +64-4-495-5052
  20.  
  21. Thanks to the many reponses to my original post. Esp. to Bob Marshall,
  22. this is what I ended up doing which seems to be working well.
  23.  
  24. $! CLINK.COM
  25. $ set symbol/scope=noglobal
  26. $ stuff = p2+" "+p3+" " +p4+" "+p5+" "+p6+" "+p7+" "+p8
  27. $ LINK/NOMAP 'stuff' , disk$util:[macro]OPTIONS_FILE/OPT
  28. $ exit
  29. and the symbol:
  30. $ lin*k    == "@DISK$UTIL:[MACRO]CLINK.COM %"
  31.  
  32. This allows use of qualifiers ie. /debug and is easy for our students to
  33. use.  Thanks again!
  34. --
  35. Steve Schmidhauser               |  INTERNET: sjs@sbphy.physics.ucsb.edu
  36. LTA Santa Barbara City College   |  Backup: 2209schm@ucsbuxa.ucsb.edu
  37. 721 Cliff Dr, S.B.,CA 93109      |  PHONE: (805)965-0581 x2401
  38.