Date: Tue, 7 Nov 2006 12:04:28 -0500
Reply-To: Ya Huang <ya.huang@AMYLIN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ya Huang <ya.huang@AMYLIN.COM>
Subject: Re: Dataset View - Source Information (where does the view gets
the data for the table??)
data view=xx;
describe;
run;
On Tue, 7 Nov 2006 08:57:06 -0800, jpc2006 <johncurrans@GMAIL.COM> wrote:
>Hi Folks,
>
>Does anyone know how to find out where a View dataset gets the data
>from? The contents or datasets procedure don't provide this
>information. Surely there is a way to see what data the view is looking
>at??
>
>thanks
>
>JC
|