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 (May 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 12 May 2006 20:19:38 +0530
Reply-To:     Madan Gopal Kundu <Madan.Kundu@RANBAXY.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Madan Gopal Kundu <Madan.Kundu@RANBAXY.COM>
Subject:      Grouping problem with proc report
Comments: To: Nathaniel_Wooding@Dom.com
Content-Type: text/plain; charset="us-ascii"

Dear all,

On running the following code:

ods pdf file='c:\madan.pdf';

proc report data=two nofs;

columns event1 _name_ pat01-pat13;

define event1/group noprint;

define _name_ /display 'Lab-Test';

define pat01/display ;

define pat02/display ;

define pat03/display ;

define pat04/display ;

define pat05/display ;

define pat06/display ;

define pat07/display ;

define pat08/display ;

define pat09/display ;

define pat10/display ;

define pat11/display ;

define pat12/display ;

compute before event1;

line event1 label.;

endcomp;

run;

ods pdf close;

I am getting following error in log:

NOTE: Groups are not created because the usage of _NAME_ is DISPLAY.

I can not understand where I am wrong.

Please help me out. Thanks in advance.

Regards,

Madan Gopal Kundu

(i) The information contained in this e-mail message is intended only for the confidential use of the recipient(s) named above. This message is privileged and confidential. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message.

(ii) The sender confirms that Ranbaxy shall not be responsible if this email message is used for any indecent, unsolicited or illegal purposes, which are in violation of any existing laws and the same shall solely be the responsibility of the sender and that Ranbaxy shall at all times be indemnified of any civil and/ or criminal liabilities or consequences there.


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