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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!SIUEMUS.BITNET!DPTS
  3. Message-ID: <23JUL92.12634629.0140.MUSIC@SIUEMUS.BITNET>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Thu, 23 Jul 1992 11:41:55 CDT
  6. Reply-To:     Todd Shook <DPTS@SIUEMUS.BITNET>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Todd Shook <DPTS@SIUEMUS.BITNET>
  9. Subject:      Set Statement
  10. Lines: 38
  11.  
  12.    SAS-L,
  13.  
  14.       I need to know if there is away  with the 'SET Statement' that
  15.  
  16. I can reference a dataset name without including the  member types.  Let
  17.  
  18. me explain my problem.  I have a sas dataset with 1 to 16 members in it.
  19.  
  20. I never know exactly how many members are in the dataset at a time
  21.  
  22. (ie. //batch111    dd  dsn=ssg.sas.file
  23.                                     members=memb01, memb02, mem08 ....
  24.  
  25. In my batch SAS program (ver 6.06) I have the following code.
  26.  
  27.               Data applic;
  28.                    Set batch111.?????;   This is where I don't want to
  29.                                          have to put the member name in.
  30.                                          I want to select them all.
  31.  
  32. I would value any help at all.
  33.  
  34.  
  35.                          Thanks, Todd Shook
  36.  
  37.  
  38.  
  39.  
  40.  
  41. +----------------------------------------------------------------------+
  42. | Todd Shook                       |     ____   __  __  __  ____       |
  43. | Data Processing Analyst III      |    / ___| |  | ||  || |  __|      |
  44. | Southern Illinois University     |   ( (      ||  ||  || | |_        |
  45. |     at Edwardsville              |     \ \    ||  ||  || |  _|       |
  46. | Edwardsville, IL 62026-1068      |    ___) )  ||  ||__|| | |__       |
  47. | (618) 692-3742                   |   |____/  |__|  \__/  |____|      |
  48. | Bitnet: DPTS@SIUEMUS             |                                   |
  49. +----------------------------------------------------------------------+
  50.