× 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.



Hi,

Using RDI 9.6.0.8 and code coverage is NOT WORKING. The submitted job is locked up at program: QTESEPEH and just waits forever.

What I am doing wrong?

Here is what I did:
1.) Add SEP for DEBUG dummy test-program: test_cc
2.) Sbmjob cmd(call test_CC)
3.) Program pops up in RDI debug! Excellent!
4.) Toggle to code coverage in the IBM i service entry points.
5.) Sbmjob cmd(call test_CC)
6.) Batch job get locked up at program: QTESEPEH

Here is the test_CC program:
**free
dcl-s idx int(10);
select;
when idx = 0;
idx += 1;
other;
idx = 99;
endsl;
*inlr = *on;
return;

Have been waiting now for over 15-minutes! This is ABSURD! How do I get code-coverage to work? It works in Debug, but no longer in code coverage. And I have created yet another brand new workspace. I do not understand why it no longer works.

Ken Killian



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.