SET OutputRoot.Properties.MessageSet = 'DM95BT0086001';
SET OutputRoot.Properties.MessageType = 'MT_STRING';
SET OutputRoot.Properties.MessageFormat = 'SWIFT';
SET OutputRoot.MQMD.Format = MQFMT_RF_HEADER_2;
SET OutputRoot.MQRFH2.(MQRFH2.Field)Version = 2;
SET OutputRoot.MQRFH2.(MQRFH2.Field)StrucLength = MQRFH_STRUC_LENGTH_FIXED_2 + 224;
SET OutputRoot.MQRFH2.(MQRFH2.Field)CodeCharSetId = 500;
SET OutputRoot.MQRFH2.(MQRFH2.Field)Format = MQFMT_STRING;
SET OutputRoot.MQRFH2.(MQRFH2.Field)NameValueCCSID = 1208;
SET OutputRoot.MQRFH2."ComIbmFml"."Version" = '1.0';
SET OutputRoot.MQRFH2."ComIbmFml"."Payment"."Msg_type" = 'S103';
SET OutputRoot.MQRFH2."ComIbmFml"."Payment"."Message_format" = 'SWIFT';
SET OutputRoot.MQRFH2."ComIbmFml"."Payment"."Schedule"."Schedule_date" = '2003-11-06';
SET OutputRoot.MQRFH2."ComIbmFml"."User"."User_ref" = 'Test for Ebbe';
Posted: Thu Nov 06, 2003 9:00 am Post subject: Help with MQRFH2 Custom Folder and eSQL
Apprentice
Joined: 28 Aug 2003 Posts: 33 Location: Omaha
If you are trying to put your XML message <ComIbmFml> ... into the RFH2, you should use the <usr> folder of RFH2.
Refer to it as
SET OutputRoot.MQRFH2.usr.ComIbmFml ....
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