home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / sasl / 3822 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.9 KB  |  47 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!CHPC.ORG!GGU
  3. Message-ID: <22823.9208201851@chpc.chpc.org>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Thu, 20 Aug 1992 14:51:59 -0400
  6. Reply-To:     "Gary G. Gu" <ggu@CHPC.ORG>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         "Gary G. Gu" <ggu@CHPC.ORG>
  9. Subject:      Help needed: positions of windows and looping
  10. Lines: 35
  11.  
  12. Hello,
  13.  
  14. My friend thought I'm a programmer so I ought to be able to fix her
  15. SAS problems. I failed and I'm turning to the net for help.
  16.  
  17. 1. How do I control the positions of the windows under X. I'm using a
  18. DEC 3100 running Motif window manager. I've tried using SAS global
  19. command `wsave all', but when I start SAS from scratch, the windows
  20. still showed up in random places (well, places Mwm generated). Why can't
  21. I use the .Xdefault resource file to inform SAS my preference? What
  22. are the names of the resources? SAS technical people, please help.
  23.  
  24. 2. My limited experience using SAS in helping my friend tells me that
  25. IF-THEN and GOTO statements work only inside the DATA step. How do I
  26. control the execution of procedures? For example, how do I ask SAS
  27. to execute:
  28.   proc print;
  29. a number of times? I'd like to say:
  30.    do i=1 to 10;
  31.      proc print;
  32.      run;
  33.    end;
  34. I'm spoiled with a general programming langauge like C or Lisp where
  35. the programmer has a lot of control. SAS seems to offer very limited
  36. control structures. I hope I'm wrong.
  37.  
  38. 3. How do I send a variable to a title? I need to have to title to
  39. say "this is histogram 1" and next time "this is histogram 2". It
  40. seems there is no way to make title take a variable.
  41.  
  42. 4. Is there a FAQ for this group that I can get on the net? I am afraid
  43. that since I'm new to SAS, I must be asking questions people have asked
  44. years ago. I'd save you a lot of time if I can consult the FAQ file first.
  45.  
  46. Thank you and your help will be greatly appreciated.
  47.