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 (October 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 26 Oct 2005 17:02:02 -0400
Reply-To:     Mary Curtin <curtinm@STJOHNS.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Mary Curtin <curtinm@STJOHNS.EDU>
Subject:      question
Content-Type: text/plain; charset="utf-8"

I am trying to run this:

proc freq data=exper.mastersetfab1_withnn;

tables prediction;

title 'Distribution of Prediction';

run;

I am getting an ERROR exper.mastersetfab1_withnn.DATA does not exist.

why is it adding .DATA to the end of the name?


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