Date: Tue, 18 Jan 2011 14:57:25 -0800
Reply-To: Sterling Paramore <gnilrets@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Sterling Paramore <gnilrets@GMAIL.COM>
Subject: Viewing the contents of a catalog
Content-Type: text/plain; charset=ISO-8859-1
Dear SAS-L,
Catalogs confuse the heck out of me. In order to understand them better I'd
like to look at their contents.
For example,
proc catalog catalog = SASHELP.STPUTIL;
contents;
run;
gives me:
Contents of Catalog SASHELP.STPUTIL # Name Type Level Create Date Modified
Date Description 1 USERHALT CLASS 3 23Mar99:15:14:01 12Aug09:22:22:48
SASHELP.WEBAPS.USERHALT.CLASS 2 PACKAGE0 SCL 3 29May02:15:20:33
12Aug09:22:22:48 Build a result package from cat entries 3 PACKAGE1 SCL 3
02May07:14:29:44 12Aug09:22:22:48 Build a result package from ext files 4
RUNSCL SCL 3 07Nov00:17:35:39 12Aug09:22:22:48 RUNSCL.SCL 5 TEMPDIR1 SCL 3
20Mar09:09:18:25 12Aug09:22:22:48 Create a temp dir for rslt pkg files 6
TEMPDIR2 SCL 3 29Apr03:16:06:33 12Aug09:22:22:48 Create a temp dir for rslt
pkg files 7 USERHALT SCL 3 23Mar99:15:14:06 12Aug09:22:22:48 UNTITLED1.SCL
How can I look at the contents of PACKAGE1.SCL in the catalog
SASHELP.STPUTIL?
Thanks,
Sterling
|