× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




Hi John,
I believe your are referring to the Content Assist feature.
Since the static outline does not recognize the nested data structures,
that will not work.
Behind the outline and content assist (and hovers and hyperlinking) there
is a model of your RPG source that understands all of definitions and their
references.
The static outline is based on the program verifier and requires a manual
refresh. It was not updated to generate the information for nested data
structures.
The dynamic outline is newer and is updated on every keystroke. It
understands all of the modern ILE RPG and enables a lot more tooling
(hyperlink/hover/refactor/unused definitions annotations, etc.).
Unfortunately there is a memory leak in 9.6.0.2 where this model is not
cleared from memory when an editor is closed. That is why many, including
yourself, are reverting to the static outline with its limitations.

If you open a PMR we can ship you a testfix that should prevent the memory
leak of this RPG model.

HTH



|
|
|Edmund Reinhardt
|
|Rational Developer for i Architect
|
|IBM
|p:
| 905 413 3125
|w:
| ibm.biz/rdi_hub e:
| edmund.reinhardt@xxxxxxxxxx
|







From: "Slanina, John" <jslanina@xxxxxxxxxx>
To: "Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries" <wdsci-l@xxxxxxxxxxxx>
Date: 2018-05-08 04:47 PM
Subject: Re: [WDSCI-L] Rational Developer for i V9.6.0.2
Nesteddatastructures
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>



What is the name of the function the brings up the yellow box of fields
when you are typing in a qualified and you type a period ?

I notice the that is also broke on both V9.6.0.1 and V9.6.0.2 for me with
Nested datastructures.

Thanks
John Slanina

-----Original Message-----
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> On Behalf Of Maha Masri
Sent: Tuesday, May 8, 2018 3:04 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for
System i & iSeries <wdsci-l@xxxxxxxxxxxx>
Subject: Re: [WDSCI-L] Rational Developer for i Nesteddatastructures


.rpg members will automatically open with their own outline that needs to
be manually refreshed and does not have a preference to use anything else.
.rpgle members have the option of Live outline (auto-update) or
manually-updated outline both of which support all language features (maybe
with the exception of this new nested data structure support).
In addition, the Live outline has many tooling features which will not be
available in the old outline.
As Edmund mentioned, users have been forced to use the manually-updated
outline because of reported memory leak for the live ILE RPG model in 9602.
Falling back to the static outline is a work around until a fix is
generally available. We have a test fix available for this memory leak,
which will allow you to turn the dynamic outline on again. If you open a
PMR you can get access to it.

Thanks,
________________________________________________________________________________________

Maha Masri
Rational Developer for i



From: Stuart Rowe <rowestu@xxxxxxxxx>
To: "Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries" <wdsci-l@xxxxxxxxxxxx>
Date: 05/08/2018 12:44 PM
Subject: Re: [WDSCI-L] Rational Developer for i V9.6.0.2
Nesteddatastructures
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>



You should always be using Live outline ON as it is the supported mode
for working with new source.
What? I never heard of that limitation (or recommendation). I wonder then
why there is an option to turn it off? Which source is considered "new
source"? Is it determined by language? Should I be turning the Live
Outline off for RPGII? RPGIII? I've just been leaving it on all the time.
Manually-updated or auto-updated, the outline should come up with the exact
same information either way.

I might suggest that if you're not going to fix the manually-updated
outline - DISABLE IT.










On Tue, May 8, 2018 at 11:15 AM, Maha Masri <masri@xxxxxxxxxx> wrote:


You should always be using Live outline ON as it is the supported mode
for
working with new source. If there is an issue with LIKEDS, then
please
let
us know.

For the port issue, change the port to another number like 4303 so
that there is no conflict if you have two instances of RDi open. That
is usually when that issue happens.
Go to Windows -> Preferences, then select Remote Systems ->
Communications
Workbench and change the port number.

Thanks,
____________________________________________________________
____________________________
Maha Masri
Rational Developer for i



From: "Slanina, John" <jslanina@xxxxxxxxxx>
To: "Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries" <wdsci-l@xxxxxxxxxxxx>
Date: 05/08/2018 11:49 AM
Subject: Re: [WDSCI-L] Rational Developer for i V9.6.0.2
Nesteddatastructures
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>



Your right. But that make no sense. If I have a Nested data structures
I have to have the that option on to work. But if I used LIKEDS it
works
with
it off.
I notice when the option is off and I hit the refresh view button I
get
and
error "The RSE communications daemon could not be started on port 4300.
Check that the port is free and restart the daemon or change the port
used
by the daemon using the Remote Systems -> Communications Workbench
preference page."

Does that run on the IBM I ? or the local PC ?

Thanks
John Slanina


-----Original Message-----
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> On Behalf Of Maha Masri
Sent: Tuesday, May 8, 2018 9:34 AM
To: Rational Developer for IBM i / Websphere Development Studio Client
for
System i & iSeries <wdsci-l@xxxxxxxxxxxx>
Subject: Re: [WDSCI-L] Rational Developer for i V9.6.0.2
Nesteddatastructures


You will get these errors if you do not have the Live Outline view
turned on. To turn it back on, go to Window -> Preferences and select
Remote Systems -> Remote Systems LPEX Editor -> IBM i Parsers -> ILE
RPG and
check
mark "Update the Outline view when text is changed in the editor".

Thanks,
____________________________________________________________
____________________________

Maha Masri
Rational Developer for i



From: "Slanina, John" <jslanina@xxxxxxxxxx>
To: "'Rational Developer for IBM i / Websphere Development
Studio
Client for System i & iSeries'" <
wdsci-l@xxxxxxxxxxxx>
Date: 05/08/2018 08:16 AM
Subject: Re: [WDSCI-L] Rational Developer for i V9.6.0.2
Nesteddatastructures
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>



I tried just **FREE and the Data Structure alone in a source member
and
it
does not work.

Both Flash and SubSection has an error message in the outline box.

Flash: Data Structure definition does not exist.
SubSection: Data Structure definition does not exist.

Thanks
John Slanina


-----Original Message-----
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> On Behalf Of Edmund
Reinhardt
Sent: Monday, May 7, 2018 5:39 PM
To: wdsci-l@xxxxxxxxxxxx
Subject: Re: [WDSCI-L] Rational Developer for i V9.6.0.2
Nesteddatastructures

Hi John
I loaded your example into a **free RPGLE member and the outline view
handled it perfectly.
What are you seeing that you don't expect.

HTH
Edmund


----- Original message -----
From: "Slanina, John" <jslanina@xxxxxxxxxx>
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>
To: "'Rational Developer for IBM i / Websphere Development Studio
Client
for System i & iSeries'" <wdsci-l@xxxxxxxxxxxx>
Cc:
Subject: Re: [WDSCI-L] Rational Developer for i V9.6.0.2 Nested data
structures
Date: Mon, May 7, 2018 3:31 PM

Here you go

Thanks
John Slanina

dcl-ds ReturnJson qualified;
Section char(15);
Description char(45);
Occurance packed(5);
PresentRate packed(9:2);

dcl-ds Flash dim(25);
Description char(45);
end-ds;

Locked ind;
Message char(45);
NumSubSections int(10);

dcl-ds SubSections dim(25);
SubSection packed(9);
Description char(45);
NumBaseService int(10);

dcl-ds BaseService dim(25);
SeqNbr packed(9);
Description char(45);
MarketingKey char(15);
Onaccount ind;
OnCampaignNow ind;
OnOrder ind;
Locked ind;
Rate packed(7:2);

NumAttributes int(10);
dcl-ds Attributes dim(99);
Tag char(45);
Value char(25);
end-ds;

NumCampaigns int(10);
dcl-ds Campaigns dim(25);
CampaignSeqNbr packed(9);
Campaign char(10);
Title char(45);
Discount packed(7:2);
end-ds;

NumRequires int(10);
dcl-ds Requires dim(25);
SeqNbr packed(9);
Description char(45);
end-ds;

NumRemove int(10);
dcl-ds Remove dim(25);
SeqNbr packed(9);
Description char(45);
end-ds;

NumIncludes int(10);
dcl-ds Includes dim(25);
SeqNbr packed(9);
Description char(45);
end-ds;
end-ds;
end-ds;
end-ds;

-----Original Message-----
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> On Behalf Of Edmund
Reinhardt
Sent: Monday, May 7, 2018 3:17 PM
To: wdsci-l@xxxxxxxxxxxx
Cc: wdsci-l@xxxxxxxxxxxx
Subject: Re: [WDSCI-L] Rational Developer for i V9.6.0.2 Nested data
structures

please post an example

----- Original message -----
From: "Slanina, John" <jslanina@xxxxxxxxxx>
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>
To: "Rational Developer for IBM i / Websphere Development
Studio
Client
for System i & iSeries" <wdsci-l@xxxxxxxxxxxx>
Cc:
Subject: [WDSCI-L] Rational Developer for i V9.6.0.2 Nested
data
structures
Date: Mon, May 7, 2018 3:07 PM

Look like the outline is having a problem with Nested data
structures.
Does anyone else have this issue.

Thank
John Slanina

--
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:

[1][1]
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&
m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=ZH1-
dnHuL6e8dYm18lSTU4sskqHUNeMEk6fHro78q2U&e=


or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at

[2][2]
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-
siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=qbJfm4v7h-
VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=s0-x4qxkIMKaGf960eitQlxO_
sHdYclRlfqEjr8yRKE&e=

.

References

Visible links
1.
[3]
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&
m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=ZH1-
dnHuL6e8dYm18lSTU4sskqHUNeMEk6fHro78q2U&e=


2.
[4]
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-
siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=qbJfm4v7h-
VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=s0-x4qxkIMKaGf960eitQlxO_
sHdYclRlfqEjr8yRKE&e=


--
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:
[5]
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&
m=MF8q4J-PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=
jdTDkXpgvkdLQA7BsE1lxdnnzMqzuZRDdXFKEs-54mQ&e=


or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
[6]
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-
siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=MF8q4J-
PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=zGqMOkchoO2vhVW_
FtE3Y0GmdaeU-FqxklnvLioCU_s&e=

.
--
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:
[7]
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&
m=MF8q4J-PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=
jdTDkXpgvkdLQA7BsE1lxdnnzMqzuZRDdXFKEs-54mQ&e=


or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
[8]
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-
siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=MF8q4J-
PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=zGqMOkchoO2vhVW_
FtE3Y0GmdaeU-FqxklnvLioCU_s&e=

.




References

Visible links
1.
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&
m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=ZH1-
dnHuL6e8dYm18lSTU4sskqHUNeMEk6fHro78q2U&e=


2.
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-
siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=qbJfm4v7h-
VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=s0-x4qxkIMKaGf960eitQlxO_
sHdYclRlfqEjr8yRKE&e=


3.
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&
m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=ZH1-
dnHuL6e8dYm18lSTU4sskqHUNeMEk6fHro78q2U&e=


4.
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-
siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=qbJfm4v7h-
VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=s0-x4qxkIMKaGf960eitQlxO_
sHdYclRlfqEjr8yRKE&e=


5.
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&
m=MF8q4J-PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=
jdTDkXpgvkdLQA7BsE1lxdnnzMqzuZRDdXFKEs-54mQ&e=


6.
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-
siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=MF8q4J-
PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=zGqMOkchoO2vhVW_
FtE3Y0GmdaeU-FqxklnvLioCU_s&e=


7.
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&
m=MF8q4J-PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=
jdTDkXpgvkdLQA7BsE1lxdnnzMqzuZRDdXFKEs-54mQ&e=


8.
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-
siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=MF8q4J-
PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=zGqMOkchoO2vhVW_
FtE3Y0GmdaeU-FqxklnvLioCU_s&e=


--
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:
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=YysiIV5tk9drq8_
v3Yvuwtdv5hSwzYOBOgSm2iAS06A&s=Oo5_BzAm3L0-i600Xbnt8lluHkA_
pDU00Xb1J51dxpI&e=


or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=
J7g9rvcwZeJUkmU7xtzsAw&m=YysiIV5tk9drq8_v3Yvuwtdv5hSwzYOBOgSm2iAS06A&
s=kEV4BQP8wqjBlBcIxMohdWaX_u706cy4-2DqnQZS2s0&e=

.
--
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:
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=YysiIV5tk9drq8_
v3Yvuwtdv5hSwzYOBOgSm2iAS06A&s=Oo5_BzAm3L0-i600Xbnt8lluHkA_
pDU00Xb1J51dxpI&e=


or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=
J7g9rvcwZeJUkmU7xtzsAw&m=YysiIV5tk9drq8_v3Yvuwtdv5hSwzYOBOgSm2iAS06A&
s=kEV4BQP8wqjBlBcIxMohdWaX_u706cy4-2DqnQZS2s0&e=

.



--
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:
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=
M3LBspvB3bz8rjYuIKQHzEB53Oe2oHoVEs5m5cqf6c4&s=
BnWUob1qaBgDnmGxjP5vRk0kVExII-YCnX3i3fxyDhg&e=

or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=
J7g9rvcwZeJUkmU7xtzsAw&m=M3LBspvB3bz8rjYuIKQHzEB53Oe2oHoVEs5m5cqf6c4&s
= sN53cz3K8RvZORTRN3ayku8SYP3DUpcqiEP0hq4aYeg&e=
.
--
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:
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.
midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_
iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=
M3LBspvB3bz8rjYuIKQHzEB53Oe2oHoVEs5m5cqf6c4&s=
BnWUob1qaBgDnmGxjP5vRk0kVExII-YCnX3i3fxyDhg&e=

or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
https://urldefense.proofpoint.com/v2/url?u=https-3A__
archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=
J7g9rvcwZeJUkmU7xtzsAw&m=M3LBspvB3bz8rjYuIKQHzEB53Oe2oHoVEs5m5cqf6c4&s
= sN53cz3K8RvZORTRN3ayku8SYP3DUpcqiEP0hq4aYeg&e=
.



--
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:
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=FXjsopdZLxEfQHidCbbpidkupU11DF8-5WqRBnmG--8&s=RKWYj89uxnuqc0hRweuNRaUBToq2hX_gsvJXZOyOYv0&e=


or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=FXjsopdZLxEfQHidCbbpidkupU11DF8-5WqRBnmG--8&s=xRlKMs7pA5FkihIG8SaXCqd0GOjWQ8ahCOF6HT-ogNA&e=

.

--
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:
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=FXjsopdZLxEfQHidCbbpidkupU11DF8-5WqRBnmG--8&s=RKWYj89uxnuqc0hRweuNRaUBToq2hX_gsvJXZOyOYv0&e=


or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=FXjsopdZLxEfQHidCbbpidkupU11DF8-5WqRBnmG--8&s=xRlKMs7pA5FkihIG8SaXCqd0GOjWQ8ahCOF6HT-ogNA&e=

.



--
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:
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Boi9y9D9aJ0bb4dmlE2nvTioahc3xyoRVLSplE4V3pY&s=5iGA2_pSnUYLwQLKzHEbr1EDzS8cL01kw3ZthIRZk9g&e=

or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Boi9y9D9aJ0bb4dmlE2nvTioahc3xyoRVLSplE4V3pY&s=YWk08nxZfE54w1RLQ2LZt6nqq2c9DEFit1eZRS7U_-Q&e=
.
--
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:
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Boi9y9D9aJ0bb4dmlE2nvTioahc3xyoRVLSplE4V3pY&s=5iGA2_pSnUYLwQLKzHEbr1EDzS8cL01kw3ZthIRZk9g&e=

or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Boi9y9D9aJ0bb4dmlE2nvTioahc3xyoRVLSplE4V3pY&s=YWk08nxZfE54w1RLQ2LZt6nqq2c9DEFit1eZRS7U_-Q&e=
.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.