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



Just an idea: have you checked that your RPG program is not an interactive program? I was faced with such a problem (waiting indefinately for a reply) in the past, and it appeared that there was still a DSPF declaration in the RPG source code.
Solution: scan your RPG program and remove all the lines with WORKSTN keyword.
To be called by JTopen, the program must be pure batch.
Beware, sometimes, the program is pure batch, but can call another one, depending on the parameters, which can be interactive (or at least which includes a WORKSTN declaration).


This is just an idea, I can't remember what the trace looked like to compare to your problem.
Hope this help.


LCEscario@xxxxxxxxxxxx wrote:
We have a JTOpen program that connects to an AS400 machine and calls a CL program, which in turn calls an RPG program. Apparently, we can successfully pass and receive parameters to the CL program IF we don't let the CL program call the RPG program.

But if we do let the CL program call the RPG program, our JTOPen program just waits indefinately for a reply (Trace reveals this: "receive(): Reply not found. Waiting..." It seems that our ProgramCall doesn't pass and receive parameters they way it should if the CL program calls an RPG program.

Any ideas on this one? Thanks!

Liam


_______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.




--
--------------------------------------------------------------
Gilles Kuhn, ingenieur développement
KUHN ORGANISATION
4, rue Hannong 67380 Lingolsheim
tél: +33 3 88 76 54 44
fax: +33 3 88 76 90 07
--------------------------------------------------------------




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.