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?
|