| Date: | Mon, 14 Apr 1997 20:18:44 GMT |
| Reply-To: | Erland Matz <erland.matz@MAILBOX.SWIPNET.SE> |
| Sender: | "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU> |
| From: | Erland Matz <erland.matz@MAILBOX.SWIPNET.SE> |
| Organization: | - |
| Subject: | Re: List of catalog entries to a SCL list |
|---|
Hi Jacques.
Yes it is.
From SAS 6.11 you have if I remember right 8 new classes distributed with
SAS who are doing the same job as
dictionary tables - but fast and in SCL.
The you are looking for is CATALOG.CLASS. Look in Online Help for SAS
Catalog class.
Regards
//Erland
Jacques Lanoue <jlanoue@post.sygma.net> wrote in article
<01bc4104$e242e240$2041708e@cm7cbj>...
>
> I am looking for a way to read the contents of a catalog ( all entries)
> into a list. The way i actualy do it is by reading
> the view SASHELP.VCATALG (where libname=mylibname and memname=mymemname)
> but this is not very efficient.
>
> Is there a function to copy the list of entries of a specific catalog to
a
> SCL list.
>
>
>
> -- Jacques Lanoue
> SAS consultant
> jlanoue@post.sygma.net
> jlanoue@videotron.ca
>
>
|