Update ApplOriginData context field

2004-08-12 Thread Vince Gibson
Under MQSeries 5.3 OPS z/OS, trying set a 4 chara string in the AppLOriginData field. My MQOPEN open option is set to MQOO_SET_IDENTITY_CONTEXT and MQPUT option is set to MQPMO_SET_IDENTITY_CONTEXT. After the MQPUT command is issue, the ApplOrigninData contains spaces. Any ideas how to set this

Re: Update ApplOriginData context field

2004-08-12 Thread Roger Lacroix
Hi, ApplOriginData is part of the 'Origin Context' and not 'Identity Context'. You need to use MQOO_SET_ALL_CONTEXT on MQOPEN and MQPMO_SET_ALL_CONTEXT on the MQPUT. Regards, Roger Lacroix Capitalware Inc. http://www.capitalware.biz Quoting Vince Gibson [EMAIL PROTECTED]: Under MQSeries 5.3