Date: Wed, 19 Jun 2002 05:40:45 -0700
Reply-To: Franz <franz_cl2003@YAHOO.FR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Franz <franz_cl2003@YAHOO.FR>
Subject: Proc Contents
Content-Type: text/plain; charset=us-ascii
Dear all:
I have no problem printing
the content of a given dataset
of a library:
PROC CONTENTS DATA = ods.data1;
RUN;
Since the library ods contains many
oder datasets (data1, visit, consent, ...,data2)
I would like to write a macro that should
evaluate itself the number (or names) of datasets and
then print them all out.
Thanks a lot for your input.
Best wishes,
Franz.
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
|