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 (April 1999, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 27 Apr 1999 13:55:00 PDT
Reply-To:     James Zhou <jameszhou@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         James Zhou <jameszhou@HOTMAIL.COM>
Subject:      PROC REPORT error
Content-type: text/plain

Hi All,

I run PROC REPORT and got the following error message. Could you tell me what is the problem?

Thanks a lot in advance!

James

52 53 PROC REPORT DATA=TERM SPLIT='*' NOWINDOWS HEADSKIP HEADLINE SPACING=5 MISSING; 54 55 COL SUBNO VISITDT WID WDDT WDRECD WDRETX INVSIGDT ; 56 57 DEFINE SUBNO / GROUP 'Subject*Number' WIDTH= 7 CENTER ; 58 DEFINE VISITDT / DISPLAY 'Date of*Last Visit' WIDTH=10 CENTER format=date9. ; 59 DEFINE WID / DISPLAY 'Did Subject*Withdraw?' WIDTH=12 CENTER FORMAT=$jz_yn. ; 60 DEFINE WDDT / DISPLAY 'Date of*Withdrawal' WIDTH=10 CENTER ; 61 DEFINE WDRECD / DISPLAY 'Reason for*Withdrawal' WIDTH=15 LEFT FORMAT=$WDRES. FLOW ; 62 DEFINE WDRETX / DISPLAY 'Reason for*Withdrawal - Other' WIDTH=22 LEFT FLOW ; 63 DEFINE INVSIGDT / DISPLAY 'Investigator*Signature*Date' WIDTH=12 CENTER format=date9. ; 64 BREAK AFTER SUBNO / SKIP ; 65 66 RUN ;

NOTE: Groups are not created because the usage of VISITDT is DISPLAY. ERROR: Segmentation Violation captured in task 'REPORT'. ERROR: Segmentation Violation captured in task 'REPORT'. ERROR: Segmentation Violation captured in task 'REPORT'. ERROR: Generic critical error. ERROR: Generic critical error. ERROR: Generic critical error. NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE REPORT used: real time 0.06 seconds cpu time 0.05 seconds

_______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com


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