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



what about the java side? can you give an example from that side.

Thanks

-----Original Message-----
From: Joe Pluta [mailto:joepluta@PlutaBrothers.com]
Sent: Thursday, August 30, 2001 11:55 AM
To: java400-l@midrange.com
Subject: RE: Communicating between java & rpg?


Something like this.  This is one of my simpler versions; the initialization
routine determines the library from a global parameter provider.  The
session ID (which determines the data queue name) is embedded in the PCSMSG
data structure.  The message length and timeout are hardcoded in this
example, and no error checking is done:

D PSCMSG        E DS
I*
C     *ENTRY        PLIST
C                   PARM                    PSCMSG
C*
C                   CALL      'QRCVDTAQ'
C                   PARM                    PSCBID
C                   PARM                    XWQLIB
C                   PARM      2200          XWMLEN            5 0
C                   PARM                    PSCMSG
C                   PARM      3600          XQWAIT            5 0
C*
C                   MOVE      *ON           *INLR
C                   RETURN
C*
C     *INZSR        BEGSR
C                   CALL      'PSCRUN'
C                   PARM      'G'           PSCROP            1
C                   PARM      'APILIB'      PSCRPN           10
C                   PARM                    XWQLIB           10
C                   ENDSR

> -----Original Message-----
> From: Tanveer, Mohammad
>
> How do you do these wrappers? :-) can you give me an example.

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


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.