home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / bit / listserv / sasl / 5428 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.5 KB  |  46 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!psuvax1!psuvm!auvm!GMUVAX.BITNET!MMCDERMO
  3. Original_To:  BITNET%"SAS-L@UGA.BITNET"
  4. Original_cc:  MMCDERMO
  5. Message-ID: <SAS-L%92121809223338@UGA.CC.UGA.EDU>
  6. Newsgroups: bit.listserv.sas-l
  7. Date:         Fri, 18 Dec 1992 09:14:00 EST
  8. Reply-To:     Mike McDermott phone 993-3126 <MMCDERMO@GMUVAX.BITNET>
  9. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  10. From:         Mike McDermott phone 993-3126 <MMCDERMO@GMUVAX.BITNET>
  11. Subject:      Viewing text files in SAS
  12. Lines: 32
  13.  
  14. E. Bell wants to let his user view output which has been written to a file,
  15. preferably while remaining in a SAS session.  Although I am running SAS 6.06
  16. on a VAX (VMS 5.5-1) and he is running PC-SAS, I think that the features I
  17. will describe are probably available in both environments.
  18.  
  19. 1.  Although "include" does not work on the Output screen of Display Manager,
  20. it works just fine for this purpose on the Program Editor screen.  Of course,
  21. I have to put the file name in quotes so that SAS does not append ".sas" to
  22. the name I write before looking for the file; but I brought in a 132-character
  23. wide file and browsed around it very nicely.  When I had finished, I just wrote
  24. "clear" and the program editor was free to edit programs as usual.
  25.  
  26. 2.  For myself, I usually let my output go first to the Output screen of
  27. Display Manager.  If I like it, I use the "file" command to send it to a
  28. file from which I can download it to my PC for printing from WordPerfect, or
  29. I go to the Output Manager screen to send parts of the day's output to files.
  30. I don't use the Print feature of Output Manager myself, but that is because I
  31. prefer to print locally rather than on the VAX system printer ... concerns of
  32. mine which needn't worry anyone else.  I should think that PC-SAS would give
  33. excellent Print results from the Output Manager screen *provided* that the
  34. output had been formatted for a print page rather than for screen display.
  35.  
  36. When I first began to use Display Manager, I didn't realize that the output on
  37. the Output screen didn't *have* to be a 78-character by 20-line page, with
  38. page numbers cumulating through a session.  I now routinely include in each of
  39. my proc steps which will generate output an "option ls=75 ps=64 pageno=1;" and
  40. the results are just what I want for my preferred letter-size report format.
  41. Just put your own numbers in and you have screen viewing *before* file keeping
  42. and/or print making.
  43.  
  44. Mike McDermott, George Mason University, Fairfax, VA
  45. MMCDERMO@GMUVAX.BITNET           Voice: 703-993-3126
  46.