The RFE already exists
https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=77798
Just vote for it.
From: Buck Calabro <kc2hiz@xxxxxxxxx>
To: wdsci-l@xxxxxxxxxxxx
Date: 01/06/2016 01:38 PM
Subject: Re: [WDSCI-L] RDI 9.5.0.2 cannot display Large variable like
Green Screen... <shock>
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>
On 1/6/2016 11:56 AM, Ken Killian wrote:
Working with a Microsoft Developer, and I am trying to see data returned
from a web-service that is over 32K in size....
Using Microsoft, he is getting back the correct data, but trying debug
the using RDI 9.5.0.2 I am limited to 1,024 bytes....
I try doing a monitor "MyVariable:C 5000" and only returns a maximum of
4,095. <Perplexed Look>
Same.
9.5.0.2, Win 7 32-bit
dcl-s bigfield char(65000) inz(*all'1234567890');
monitor bigfield:c 5000
The Monitors View does not show 5k characters. Too lazy to count them.
Double click it, to be able to change the value. This window says
Offset: 0 Length: 4095 and in fact, the last characters shown are
'12345' so I believe that it really is truncated to 4095 bytes.
I have similar behaviour with bigfield:c 10000; the change window stops
at 4095 bytes.
monitor %substr(bigfield 5001 10) shows 1234567890 as expected.
Double click to change shows what seems to be the right characters, but
actually changing them results in Server: CPF7E12 Identifier does not
exist.
Sounds like a bug (for the truncation) and maybe an RFE (to be able to
change a substring).
--
--buck
Visit wiki.midrange.com and register for an account. Edit a page that
helps you, and because it's public, you'll help someone else, too!
--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.