|
Hi,
What I have done :
I use an array :
E BUF 9999 1
So I can access each byte of BUF. And it works because MQPUT accepts this array
as message data.
If somebody is interested by the code of my program I can send it. Surely not
optimized but it works.
Thanks everybody.
Best regards.
-----Message d'origine-----
De : midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx]De la part de Joe Pluta
Envoyé : vendredi 18 juin 2004 19:03
À : 'Midrange Systems Technical Discussion'
Objet : RE: MQPUT and MQGET API
> From: MITTELHEISSER Jean Claude
>
> Thanks but I can't do that, because buffer has not a fixed structure.
The
> part I want to modify can be on position 15 one time and next time on
> position 16.
Jean Claude, have you tried using a BASED variable?
D MyBuffer s 128
D MyPackedField s 5p 0 based(pField)
/free
pField = %addr(MyBuffer) + 15;
MyPackedField = 123;
/end-free
This will update positions 16 thru 18 of the buffer with x'00 12 3F'.
Joe
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
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 mailing list archive is Copyright 1997-2025 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.