Date: Wed, 28 Apr 1999 06:42:18 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: Re: PROC REPORT error
Content-type: text/plain
Hi Ed,
You are right. It is the formats breaking the report after checking
them one by one. But I do not know why the format can cause such
problem.
Thanks for the help.
James
>From: Ed Cabanero <exc@ALLP.COM>
>To: "'James Zhou'" <jameszhou@HOTMAIL.COM>
>Subject: RE: PROC REPORT error
>Date: Tue, 27 Apr 1999 15:54:46 -0700
>
>James,
>
>Try removing all your formats and add them in one by one in a series
of
>runs. Very few things break PROC REPORT and this is one of them.
>
>Ed C.
>San Diego, CA
>
>> -----Original Message-----
>> From: James Zhou [SMTP:jameszhou@HOTMAIL.COM]
>> Sent: Tuesday, April 27, 1999 1:55 PM
>> To: SAS-L@UGA.CC.UGA.EDU
>> Subject: PROC REPORT error
>>
>> 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
_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com
|