|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Browse messages in a Hex format on Mainframe |
« View previous topic :: View next topic » |
Author |
Message
|
mqhunger |
Posted: Wed Mar 15, 2006 9:35 pm Post subject: Browse messages in a Hex format on Mainframe |
|
|
Newbie
Joined: 15 Mar 2006 Posts: 1
|
Hi There,
I'm new to MQ on Mainframe. I want to know how can I browse messages in a Hex format on Mainframe?
I know I can use Q on TSO to browse messages but I want to look hex values of my message.
Thank you, |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Mar 15, 2006 10:56 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
I thought you could type 'HEX' or 'HEX ON' and it would show you the hex display of the message.
If you want a tool to run on your PC to display those mainframe messages in an EBCDIC HEX format then you can try out MQ Visual Edit.
For more information or a free 30-day of MQ Visual Edit, go to:
http://www.capitalware.biz/mqve_overview.html
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
bob_buxton |
Posted: Thu Mar 16, 2006 2:34 am Post subject: |
|
|
 Master
Joined: 23 Aug 2001 Posts: 266 Location: England
|
The sample program CSQ4BCG1.C shipped with the product prints messages in character and hex format. _________________ Bob Buxton
Ex-Websphere MQ Development |
|
Back to top |
|
 |
LuisFer |
Posted: Thu Mar 16, 2006 12:02 pm Post subject: Re: Browse messages in a Hex format on Mainframe |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
mqhunger wrote: |
Hi There,
I'm new to MQ on Mainframe. I want to know how can I browse messages in a Hex format on Mainframe?
I know I can use Q on TSO to browse messages but I want to look hex values of my message.
Thank you, |
The MA10 SP browse the queue as an edit file, you can hex data as the Browse ISPF option.
The MA17 SP present as AMQSBCG on distributed |
|
Back to top |
|
 |
zpat |
Posted: Thu Mar 16, 2006 12:05 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Write a small REXX to browse a queue into a dataset, ISPF browse the dataset and HEX ON then works.
If you want some sample source for this please PM me. |
|
Back to top |
|
 |
javagate |
Posted: Thu Mar 16, 2006 12:21 pm Post subject: |
|
|
 Disciple
Joined: 15 Nov 2004 Posts: 159
|
someone posted a simple SORT that reads the output of a COPY from CSQUTIL.
//SORT EXEC PGM=SORT
//SORTLIB DD DSN=SYS1.SORTLIB,DISP=SHR
//SORTIN DD DISP=SHR,DSN=AIVL2.MAGT.WS.BAK,DCB=(LRECL=32760)
//SORTOUT DD DISP=(,CATLG),DSN=AIVL2.TEST,DCB=(RECFM=FB),
// SPACE=(CYL,1),UNIT=SYSDA
//SYSIN DD *
OPTION COPY
OUTFIL VTOF,OUTREC=(1:5,336)
/*
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
You can run the CSQUTIL, then the SORT then do a HEX ON in the TSO data set as suggessted above.... _________________ WebSphere Application Server 7.0 z/OS &
MQ 6.0. I work with WebSphere in the real world not in some IBM lab. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|