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.