home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3528 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.2 KB  |  26 lines

  1. Newsgroups: bit.listserv.sas-l
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!lbertoli
  3. From: lbertoli@magnus.acs.ohio-state.edu (Lawrence E Bertolini)
  4. Subject: Re: Comma delimited output file
  5. Message-ID: <1992Jul31.180742.17267@magnus.acs.ohio-state.edu>
  6. Summary: another consideration: missing values vs blanks
  7. Sender: news@magnus.acs.ohio-state.edu
  8. Nntp-Posting-Host: bottom.magnus.acs.ohio-state.edu
  9. Organization: The Ohio State University
  10. References: <SAS-L%92073109143486@UGA.CC.UGA.EDU>
  11. Date: Fri, 31 Jul 1992 18:07:42 GMT
  12. Lines: 12
  13.  
  14. I second the motion for a DELIM= option for the FILE stmt.
  15.  
  16. One other consideration: a need to distinguish between "missing" and "blank"
  17. for character vars.  I use SAS to create comma delimited files ready for
  18. Sybase's bulk copy program; if a character var is missing, and the Sybase
  19. column allows nulls, I need to write just the delimiter, without a space.
  20. If the Sybase column does not allow nulls, I need to write a blank, then the
  21. delimiter.  (I use a macro & it works fine; would rather use DELIM=)  
  22.  
  23. I don't know if this capability should be part of DELIM= or a new
  24. character format; nor do I know how many other packages need to 
  25. distinguish "missing" from "blank".
  26.