Posted: Mon Feb 17, 2003 10:11 am Post subject: creating header MQRHF2 in compute node
Acolyte
Joined: 28 Feb 2002 Posts: 63 Location: Sao Paulo - Brazil
Hi,
I want to use MQ Headers to exchange information among programs, but there is limitation in MQMD.
I tryed to use the "usr" field of MQHRF2, but when assigning it, I got errors and my Debug stop working.
The source code is:
SET OutputRoot.MQMD.Format = 'MQHRF2 ';
SET OutputRoot.MQRFH2.Version = 2;
SET OutputRoot.MQRFH2.Format = 'MQSTR ';
SET OutputRoot.MQRFH2.Encoding = 546;
SET OutputRoot.MQRFH2.CodedCharSetId = 1208;
SET OutputRoot.MQRFH2.Flags = 0;
SET OutputRoot.MQRFH2.NameValueCCSID = 1208;
SET OutputRoot.MQRFH2.usr.TEST = 'filefilefile';
SET OutputRoot.MQRFH2.msd.Msd = 'xml';
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum