home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / sasl / 3985 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.3 KB  |  39 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!DMRHRZ11.BITNET!SCHICK
  3. Message-ID: <SAS-L%92090120301189@AWIIMC12.IMC.UNIVIE.AC.AT>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Mon, 31 Aug 1992 14:13:09 CET
  6. Reply-To:     Arnold Schick <SCHICK@DMRHRZ11.BITNET>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Arnold Schick <SCHICK@DMRHRZ11.BITNET>
  9. Subject:      Re: A way to NAME and DESCribe pictures from GREPLAY ??
  10. Comments: To: Frank Poppe <POPPE@SWOV.NL>
  11. In-Reply-To:  Your message of Wed, 26 Aug 1992 21:28:00 +0100
  12. Lines: 25
  13.  
  14. On Wed, 26 Aug 1992 21:28:00 +0100 Frank Poppe said:
  15. >
  16. >CONTENT:  Question
  17. >SUMMARY:  I'd like to NAME and DESCribe the pictures generated with GREPLAY
  18. >REL/PLTF: All SAS-L
  19. >
  20. >...
  21. >I want to give them more meaningfull names (i.e. meaningfull to me ;-).
  22. >
  23. >I tried
  24. > treplay 1:myname 2:other / name="newname" ;
  25. >but options are not allowed.
  26.  
  27. Try please number of graph/template with NAME parameter without quotes
  28. on MODIFY statement after producing group of graph through GREPLAY, and
  29. use then multiple MODIFY statements,
  30.  
  31.     i.e.       modify  1/name=newone des="Group of Some" ;
  32.                modify  2/name=newtoo ;
  33.  
  34.  
  35. Arnold Schick  University of Marburg/Germany
  36.  
  37. P.S. Michael Friendly sent me this solution month ago as I had the same
  38.      question.
  39.