LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page