Re: WMQI usage query

2003-06-16 Thread Philip, Aby
Thanks so much Christopher!! Like I said before that answer was real detailed. Couldn't get any better :-) -Original Message- From: Christopher Frank To: [EMAIL PROTECTED] Sent: 6/14/03 10:32 AM Subject: Re: WMQI usage query Aby, >>>For the MQSTR which comes in ("Ma

Re: WMQI usage query

2003-06-14 Thread Christopher Frank
Aby, >>>For the MQSTR which comes in ("Mathew.21.19820507/75") Suppose I >>>make my own MRM set to take in NAME, AGE, DOB and RATING which >>>would be separated by . and . and / so that the parsing would be >>>done by the parsers provided by WMQI, but if I want them to be >>>used, I must put in th

Re: WMQI usage query

2003-06-13 Thread Philip, Aby
ow that a lot of the folks on this list have tons of experience!! Thanks -Original Message- From: Christopher Frank To: [EMAIL PROTECTED] Sent: 6/13/03 1:51 PM Subject: Re: WMQI usage query Aby, >>>in WMQI, we normally have an MRM, XML or BLOB message set which >>>can take

Re: WMQI usage query

2003-06-13 Thread Dave Kazatsky
"Kanwischer, Douglas E." To: [EMAIL PROTECTED] <[EMAIL PROTECTED]cc: EDU> Subject: Re: WMQI usage query Sent by: "MQSeries List"

Re: WMQI usage query

2003-06-13 Thread Kanwischer, Douglas E.
the purpose of the MQHRF2 in the class, and some more personal experience will clear it up. -Original Message- From: Christopher Frank [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 1:18 PM To: [EMAIL PROTECTED] Subject: Re: WMQI usage query Doug, >>>We had an issue wher

Re: WMQI usage query

2003-06-13 Thread Robert Broderick
. bobbee From: "Kanwischer, Douglas E." <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: WMQI usage query Date: Fri, 13 Jun 2003 12:45:13 -0500 I'm just starting out, so take this with a grain of salt. We had

Re: WMQI usage query

2003-06-13 Thread Christopher Frank
Doug, >>>We had an issue where we needed an XML to be changed over >>>to fixed-length for OS/390. The Integrator did that, but >>>with that RFH2 header, the OS/390 programmer couldn't >>>convert the characters to EBCDIC. Don't understand why the OS/390 programmer couldn't convert to EBCDIC becaus

Re: WMQI usage query

2003-06-13 Thread Kanwischer, Douglas E.
other than the fact that if a message to this MQInput already has an RFH2 it will ignore the default? TIA, Doug -Original Message- From: Philip, Aby [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 12:01 PM To: [EMAIL PROTECTED] Subject: WMQI usage query Hi everyone, in WMQI, we normal

Re: WMQI usage query

2003-06-13 Thread Christopher Frank
Aby, >>>in WMQI, we normally have an MRM, XML or BLOB message set which >>>can take in delimited, or XML or plain messages. But when we input >>>plain delimited messages we put in messages with the MQRFH2 header >>>in it. Otherwise we will have to invoke the BLOB parser. Is there >>>any way by whi

WMQI usage query

2003-06-13 Thread Philip, Aby
Hi everyone, in WMQI, we normally have an MRM, XML or BLOB message set which can take in delimited, or XML or plain messages. But when we input plain delimited messages we put in messages with the MQRFH2 header in it. Otherwise we will have to invoke the BLOB parser. Is there any way by which we ca