[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: debug sqr error?
Allen, when the error is in the SQC, it actually tells you. I'd tell you:
'error in the include file... line ....'
The error you're getting is because you have a procedure that does not begin
or end with the keywords: "BEGIN-procedure ..." or "end-procedure ..."
check your code on that line (1612) and make sure you do have those keywords
if it is the beginning or end of a procedure.
Hope that helps!
Good luck!
Laura.
> -----Original Message-----
> From: Allen Cunningham [SMTP:allen.cunningham@SONOMA.EDU]
> Sent: Tuesday, October 02, 2001 3:11 PM
> To: SQR-USERS@list.iex.net
> Subject: debug sqr error?
>
> sqr version 4.3.4
> database Oracle
>
> I get the following error when running sqr:
> Error on line 1612:
> (SQR 4702) Line found outside paragraph.
>
> Since SQC's are included how can I know if this is the correct line where
> the error is occuring??