Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Big variables in RPGILE debugger 1

Status
Not open for further replies.

WP

Programmer
Nov 30, 1999
463
0
0
CH
Hi,

I have an MQ put program that has a message field(MsgData) size 4000A. When I debug and view I only see the 1st 1024 chars. Is there a way to configure the debugger to show all the data in the field.

Also on the MQ Q I can only view 1024 can this be changed?
I know the message is bigger than 1024 because I write it to a file.

W

WP

 
Try

EVAL MsgDta :c 4000 to see in char format
EVAL MagDta :x 1000 to see hex format
 
oops typo. can't update my last post

EVAL MagDta :x 4000 to see hex format
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top