Date: Wed, 19 May 2004 14:17:08 -0400
Reply-To: AA <aarumugam@STTHOMAS.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: AA <aarumugam@STTHOMAS.EDU>
Subject: Proc Report - Groups are not created because the usage of ....
Hi,
DEFINE PID / GROUP ;
DEFINE AGE / GROUP ;
DEFINE SEX / GROUP ;
DEFINE STUDYDAY / DISPLAY ;
When I use the above code in a proc report I am getting a message
"Note : Groups are not created because the usage of STUDYDAY is DISPLAY."
Can you explain please.
Thanks,
Anbu
|