home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!SIUEMUS.BITNET!DPTS
- Message-ID: <23JUL92.12634629.0140.MUSIC@SIUEMUS.BITNET>
- Newsgroups: bit.listserv.sas-l
- Date: Thu, 23 Jul 1992 11:41:55 CDT
- Reply-To: Todd Shook <DPTS@SIUEMUS.BITNET>
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: Todd Shook <DPTS@SIUEMUS.BITNET>
- Subject: Set Statement
- Lines: 38
-
- SAS-L,
-
- I need to know if there is away with the 'SET Statement' that
-
- I can reference a dataset name without including the member types. Let
-
- me explain my problem. I have a sas dataset with 1 to 16 members in it.
-
- I never know exactly how many members are in the dataset at a time
-
- (ie. //batch111 dd dsn=ssg.sas.file
- members=memb01, memb02, mem08 ....
-
- In my batch SAS program (ver 6.06) I have the following code.
-
- Data applic;
- Set batch111.?????; This is where I don't want to
- have to put the member name in.
- I want to select them all.
-
- I would value any help at all.
-
-
- Thanks, Todd Shook
-
-
-
-
-
- +----------------------------------------------------------------------+
- | Todd Shook | ____ __ __ __ ____ |
- | Data Processing Analyst III | / ___| | | || || | __| |
- | Southern Illinois University | ( ( || || || | |_ |
- | at Edwardsville | \ \ || || || | _| |
- | Edwardsville, IL 62026-1068 | ___) ) || ||__|| | |__ |
- | (618) 692-3742 | |____/ |__| \__/ |____| |
- | Bitnet: DPTS@SIUEMUS | |
- +----------------------------------------------------------------------+
-