Date: Thu, 14 Dec 2006 15:13:37 -0500
Reply-To: "data _null_;" <datanull@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "data _null_;" <datanull@GMAIL.COM>
Subject: Re: PROC CONTENTS HOST ENGINE Info
In-Reply-To: <1166126039.047583.178210@j72g2000cwa.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I don't have V6 SAS and don't know(remember) what information is in
the PROC CONTENTS OUT= data set. I suppose you have looked and did
not find it.
I think what Robert was suggesting was to use the file created by PROC
PRINTTO and read the needed data into a SAS data set. We did this
alot in V6. If you post the PROC CONTENTS captured by PROC PRINTTO
and if the needed information is there we can show you how to read it.
use
OPTIONS NOCENTER LS=132;
When you create the file. I will be easier to "read".
On 12/14/06, middela.sreekanth@gmail.com <middela.sreekanth@gmail.com> wrote:
> Hi Robert -
>
> Thanks for the response but thats not what I am looking for .
>
> I don't want a list file with the contents.
> I want only the host engine info in a DATASET.
> As I need to use
> 1.Number of Data Set Page
> 2.Data Set Page Size
> 3.Max Obs per page etc ..
>
>
> Some body please help me out here.
>
> I need this for my code ASAP.
>
> Once again Thanks for the help.
>
> Regards,
> Sree
>