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



This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
Chris, Roger,

I got into an attitude last night from banging my head against the wall
(circle on wall marked "Bang Head Here", of course I am to short to reach
it!) So two things happened, first I called IBM and the tech seemed to
remember that error also and would find the 411 on it, second, at home I dug
into the online pubs (which are specifically designed to withhold the
specific piece of information needed) and found the pages on QRCVDTAQ, From
there it was obvious that I was missing a parm, go figure!!

So today with a rather tired but open mind I will press on, thanks for the
help, I will post my results.

-----Original Message-----
From: Chris Bipes [mailto:chris.bipes@cross-check.com]
Sent: Tuesday, September 17, 2002 5:48 PM
To: 'midrange-l@midrange.com'
Subject: RE: Multi threading Data Queues


And I missed one; ORDER


so here is the call in rpgle that works:

0388.00  *  RECEIVER QUEUE
0389.00 c     #rcvdq        plist
0390.00 c                   parm      'RCVQ'        QNAME
0391.00 c                   parm      #lib          QLIB
0392.00 c                   parm      0             RCVLEN
0393.00 c                   parm                    RCVBUF
0394.00 c                   parm      60            RCVWAIT
0395.00 c                   parm      'EQ'          KEYORD
0396.00 c                   parm      6             KEYLEN
0397.00 c                   parm      #jobn         KEYVAL

So try:
Call "QRCVDTAQ"
    Using NAME-OF-QUEUE, NAME-OF-LIBRARY,
          SIZE-OF-MSG, WS-PASS-BUFFER,
            WS-WAIT-TIME,
            WS-KEY-ORDER, WS-KLEN, WS-KEY
    End-Call


-----Original Message-----
From: Weatherly, Howard [mailto:Howard.Weatherly@dlis.dla.mil]
You are missing the wait time parameter.
Try:

Call "QRCVDTAQ"
    Using NAME-OF-QUEUE, NAME-OF-LIBRARY,
          SIZE-OF-MSG, WS-PASS-BUFFER,
            WS-WAIT-TIME,
            WS-KLEN, WS-KEY
    End-Call

_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
or email: MIDRANGE-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.