home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3516 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.2 KB

  1. Path: sparky!uunet!stanford.edu!lll-winken!miguel.llnl.gov!macq
  2. From: macq@miguel.llnl.gov (Don MacQueen)
  3. Newsgroups: bit.listserv.sas-l
  4. Subject: Re: Comma delimited output file
  5. Message-ID: <132040@lll-winken.LLNL.GOV>
  6. Date: 31 Jul 92 15:39:51 GMT
  7. References: <SAS-L%92073109143486@UGA.CC.UGA.EDU>
  8. Sender: usenet@lll-winken.LLNL.GOV
  9. Organization: Lawrence Livermore National Laboratory
  10. Lines: 24
  11. Nntp-Posting-Host: miguel.llnl.gov
  12.  
  13. I agree with Howard Schreier that the presence of the desired
  14. delimiter character within a text string presents a
  15. problem (on input as well as output).
  16.  
  17. For the other software to which I occasionally need
  18. to export data, the standard delimiter is the tab
  19. character, in which case Howard's example, reproduced
  20. below, is not a problem. I would claim that tabs within
  21. a text string are very rare in SAS applications, so that
  22. for me the simple delimiter option is adequate.
  23.  
  24. -- 
  25. Howard's example:
  26.  
  27.    var1 (numeric):     126
  28.    var2 (character):   O'Hara, Adam
  29.    var3 (numeric):     621
  30.  
  31. ---------------------------------------------------
  32. Don MacQueen                   macq@miguel.llnl.gov
  33. Lawrence Livermore Nat. Lab.
  34. 7000 East Ave., L-307          (510) 423-1062
  35. Livermore, CA 94550
  36. ---------------------------------------------------
  37.