× 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.



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.
I'd really like to work with it, but it slows everything down
... and after my RDi hung 3 times in 30 minutes (where the only way was to
end RDi and restart it) I switched it off again.

Mit freundlichen Grüßen / Best regards

Birgitta Hauser

"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
?Train people well enough so they can leave, treat them well enough so they
don't want to.? (Richard Branson)


-----Original Message-----
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> On Behalf Of Maha Masri
Sent: Dienstag, 8. Mai 2018 18:16
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 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_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJv
F7mVrroZMIB4ornEW2uKL1r-oM&m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=Z
H1-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_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4orn
EW2uKL1r-oM&m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=s0-x4qxkIMKaGf96
0eitQlxO_sHdYclRlfqEjr8yRKE&e=

.

References

Visible links
1.
[3]
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJv
F7mVrroZMIB4ornEW2uKL1r-oM&m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=Z
H1-dnHuL6e8dYm18lSTU4sskqHUNeMEk6fHro78q2U&e=


2.
[4]
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4orn
EW2uKL1r-oM&m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=s0-x4qxkIMKaGf96
0eitQlxO_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_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJv
F7mVrroZMIB4ornEW2uKL1r-oM&m=MF8q4J-PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=j
dTDkXpgvkdLQA7BsE1lxdnnzMqzuZRDdXFKEs-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_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4orn
EW2uKL1r-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_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJv
F7mVrroZMIB4ornEW2uKL1r-oM&m=MF8q4J-PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=j
dTDkXpgvkdLQA7BsE1lxdnnzMqzuZRDdXFKEs-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_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4orn
EW2uKL1r-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_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJv
F7mVrroZMIB4ornEW2uKL1r-oM&m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=Z
H1-dnHuL6e8dYm18lSTU4sskqHUNeMEk6fHro78q2U&e=


2.
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4orn
EW2uKL1r-oM&m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=s0-x4qxkIMKaGf96
0eitQlxO_sHdYclRlfqEjr8yRKE&e=


3.
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJv
F7mVrroZMIB4ornEW2uKL1r-oM&m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=Z
H1-dnHuL6e8dYm18lSTU4sskqHUNeMEk6fHro78q2U&e=


4.
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4orn
EW2uKL1r-oM&m=qbJfm4v7h-VmF7Hq8UkIciKYATnBF0J2rnYuIJLY9Rs&s=s0-x4qxkIMKaGf96
0eitQlxO_sHdYclRlfqEjr8yRKE&e=


5.
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJv
F7mVrroZMIB4ornEW2uKL1r-oM&m=MF8q4J-PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=j
dTDkXpgvkdLQA7BsE1lxdnnzMqzuZRDdXFKEs-54mQ&e=


6.
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4orn
EW2uKL1r-oM&m=MF8q4J-PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=zGqMOkchoO2vhVW_
FtE3Y0GmdaeU-FqxklnvLioCU_s&e=


7.
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJv
F7mVrroZMIB4ornEW2uKL1r-oM&m=MF8q4J-PznMm9RVGeqHlP5NFxXKIT3PEqmuqauC1ngw&s=j
dTDkXpgvkdLQA7BsE1lxdnnzMqzuZRDdXFKEs-54mQ&e=


8.
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4orn
EW2uKL1r-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_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7x
tzsAw&m=YysiIV5tk9drq8_v3Yvuwtdv5hSwzYOBOgSm2iAS06A&s=Oo5_BzAm3L0-i600Xbnt8l
luHkA_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_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=YysiIV5
tk9drq8_v3Yvuwtdv5hSwzYOBOgSm2iAS06A&s=kEV4BQP8wqjBlBcIxMohdWaX_u706cy4-2Dqn
QZS2s0&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_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7x
tzsAw&m=YysiIV5tk9drq8_v3Yvuwtdv5hSwzYOBOgSm2iAS06A&s=Oo5_BzAm3L0-i600Xbnt8l
luHkA_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_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=YysiIV5
tk9drq8_v3Yvuwtdv5hSwzYOBOgSm2iAS06A&s=kEV4BQP8wqjBlBcIxMohdWaX_u706cy4-2Dqn
QZS2s0&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_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7x
tzsAw&m=M3LBspvB3bz8rjYuIKQHzEB53Oe2oHoVEs5m5cqf6c4&s=BnWUob1qaBgDnmGxjP5vRk
0kVExII-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_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=M3LBspv
B3bz8rjYuIKQHzEB53Oe2oHoVEs5m5cqf6c4&s=sN53cz3K8RvZORTRN3ayku8SYP3DUpcqiEP0h
q4aYeg&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_mail
man_listinfo_wdsci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7x
tzsAw&m=M3LBspvB3bz8rjYuIKQHzEB53Oe2oHoVEs5m5cqf6c4&s=BnWUob1qaBgDnmGxjP5vRk
0kVExII-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_wd
sci-2Dl&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=J7g9rvcwZeJUkmU7xtzsAw&m=M3LBspv
B3bz8rjYuIKQHzEB53Oe2oHoVEs5m5cqf6c4&s=sN53cz3K8RvZORTRN3ayku8SYP3DUpcqiEP0h
q4aYeg&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://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/wdsci-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.