home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / misc / 4661 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.5 KB  |  49 lines

  1. Path: sparky!uunet!dziuxsolim.rutgers.edu!gandalf.rutgers.edu!parilis
  2. From: parilis@gandalf.rutgers.edu (Gary Parilis)
  3. Newsgroups: comp.unix.misc
  4. Subject: using SAS on Unix (help requested)
  5. Message-ID: <Dec.21.21.47.38.1992.18996@gandalf.rutgers.edu>
  6. Date: 22 Dec 92 02:47:38 GMT
  7. Organization: Rutgers Univ., New Brunswick, N.J.
  8. Lines: 39
  9.  
  10.  
  11. Is there anyone out there who can help me with a pretty basic
  12. question about using SAS on Unix?
  13.  
  14. I know that there are various ways to run SAS... There's the cool
  15. display mode, in which the screen is split into 3 sections (input,
  16. output, and log), there's the collect mode, in which you get a "?"
  17. prompt, type in the program and then hit whatever key represents
  18. "eof".
  19.  
  20. What I'd like to do, though, is to just do something like "sas <
  21. filename", but that doesn't seem to be working for me.  I also tried
  22. creating an executable file that looked like:
  23.  
  24. sas '
  25. data data.set.name;
  26. infile input.file.name;
  27.  
  28. blah blah blah... 
  29. '
  30.  
  31. But for some reason I was getting messages that my input file could
  32. not be found.  Didn't make any sense to me.  
  33.  
  34. Anybody know what I'm doing wrong?
  35.  
  36. Anybody know of another newsgroup that would be more helpful (one that
  37. has something to do with SAS)?
  38.  
  39. Any help would be greatly appreciated.  With winter break coming up,
  40. support around this university will be pretty scarce.
  41.  
  42. Please respond via email.  I need a fairly quick reply, and so I don't
  43. have time to peruse comp.unix.misc.
  44.  
  45. Thanks much.
  46.  Gary
  47.  
  48. parilis@gandalf.rutgers.edu
  49.