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.