Author |
Message
|
newbie |
Posted: Wed Aug 18, 2004 11:21 am Post subject: GMO Convert while Browsing |
|
|
Guest
|
Hello, I have a queue in a mainframe system which gets messages from a Unix machine. Channel level conversion is turned off. Because of this, messages are not in readable format while I browse these messages in Mainframe. How can I specify a convert option while browsing in he mainframe screen ?
thanx |
|
Back to top |
|
 |
vennela |
Posted: Wed Aug 18, 2004 11:26 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
How are you browsing the message on the mainframe screen?
Are you using the TSO/ISPF panels? or how? |
|
Back to top |
|
 |
newbie |
Posted: Wed Aug 18, 2004 11:31 am Post subject: |
|
|
Guest
|
|
Back to top |
|
 |
vennela |
Posted: Wed Aug 18, 2004 11:34 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I don't think you can change your browse options there |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Aug 18, 2004 12:49 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
The source code (Panels & Assembly) is included in that SupportPac. I had to do this before.
Have your MQAdmin add an extra option on the main panel (i.e. Convert Y/N) then update the assembler code to accept and use this option.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
Henry |
Posted: Wed Aug 18, 2004 5:47 pm Post subject: |
|
|
Acolyte
Joined: 08 Oct 2003 Posts: 73
|
The sender channel property should be changed to CONVERT(YES) on UNIX side. Then you can browse the msg on HOST platform normally. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Aug 18, 2004 7:17 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Setting the Sender channel's convert attribute to 'Yes' is NOT a recommended practise (the receiver should always do the convert).
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
oz1ccg |
Posted: Thu Aug 19, 2004 6:10 am Post subject: |
|
|
 Yatiri
Joined: 10 Feb 2002 Posts: 628 Location: Denmark
|
|
Back to top |
|
 |
|