× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




From the below statements I can see 669 statement, but its nt doing any calculations to suspect the statement 669. How can I find out exact statetment which is the cause for above error.

The statement number mentioned in that error message is the statement number from the compile listing -- not the source code!


You can make the compile listing match the source code by including the following H-spec:

     H OPTION(*SRCSTMT)

You can also compile your program with a debugging view (I prefer DBGVIEW(*LIST), myself) and then issue a STRDBG prior to running your program. (Use UPDPROD(*YES) if you need to be able to update production files)

If you do that, when the program crashes with the error, it'll show the source code where the program is crashing on your screen.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.