ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » Browse messages in a Hex format on Mainframe

Post new topic  Reply to topic
 Browse messages in a Hex format on Mainframe « View previous topic :: View next topic » 
Author Message
mqhunger
PostPosted: Wed Mar 15, 2006 9:35 pm    Post subject: Browse messages in a Hex format on Mainframe Reply with quote

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
View user's profile Send private message Send e-mail
RogerLacroix
PostPosted: Wed Mar 15, 2006 10:56 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3252
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
View user's profile Send private message Visit poster's website
bob_buxton
PostPosted: Thu Mar 16, 2006 2:34 am    Post subject: Reply with quote

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
View user's profile Send private message
LuisFer
PostPosted: Thu Mar 16, 2006 12:02 pm    Post subject: Re: Browse messages in a Hex format on Mainframe Reply with quote

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
View user's profile Send private message
zpat
PostPosted: Thu Mar 16, 2006 12:05 pm    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
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
View user's profile Send private message
javagate
PostPosted: Thu Mar 16, 2006 12:21 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » Browse messages in a Hex format on Mainframe
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.