home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3505 < prev    next >
Encoding:
Text File  |  1992-07-30  |  792 b   |  17 lines

  1. Newsgroups: bit.listserv.sas-l
  2. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!hobbes.physics.uiowa.edu!news.iastate.edu!skunz
  3. From: F1.DAO@isumvs.iastate.edu (David Oesper)
  4. Subject: DROP variables which are always MISSING?
  5. Message-ID: <1992Jul30.233305.16028@news.iastate.edu>
  6. Sender: skunz@news.iastate.edu (Steven L. Kunz)
  7. Organization: Iowa State University, Ames IA
  8. Date: Thu, 30 Jul 1992 23:33:05 GMT
  9. Lines: 6
  10.  
  11. Is there any easy way to drop all variables whose values are ALWAYS
  12. missing in a SAS data step?  There are times when doing a PROC
  13. PRINT, for example, that you only want to look at the variables
  14. which have values and ignore all the rest, rather than explicitly
  15. coding each variable in the VAR statement.  Is there any way to
  16. conditionally drop variables?
  17.