View previous topic :: View next topic |
Author |
Message |
mfuser Banned
Joined: 01 Mar 2005 Posts: 105 Topics: 58
|
Posted: Thu Jul 27, 2006 1:12 pm Post subject: Print Message id of MQ Queue in character format |
|
|
Members,
I have the variable for Message identifier in the Message Descriptor of MQ as below:
Code: |
** Message identifier
15 MQMD-MSGID PIC X(24) VALUE LOW-VALUES.
|
The system generates the id and stores in this field and this variable contains the following fields: POS 1 -4 character ,POS 5 - 16 Character , POS 17 - 24 a system generated format.I am trying to print the variable and i am able to find some non displayable characters.How can i print these 8 bytes which are non displayable to proper character readable format so that proper Message Id looks good. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|