Birgitta,
   You are right that there is a 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.
   Mit freundlichen gruessen,
   Edmund
   PS hope to see you at COMMON
     ----- Original message -----
     From: "Birgitta Hauser" <Hauser@xxxxxxxxxxxxxxx>
     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
     Nesteddatastructures
     Date: Tue, May 8, 2018 1:33 PM
     >>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]
     [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]
     [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]
     [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]
     [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]
     [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]
     [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]
     [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]
     [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.
     [9]
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.
     [10]
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.
     [11]
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.
     [12]
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.
     [13]
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.
     [14]
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.
     [15]
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.
     [16]
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:
     [17]
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
     [18]
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:
     [19]
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
     [20]
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:
     [21]
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
     [22]
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:
     [23]
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
     [24]
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:
     [25]
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_wdsci-2Dl&d=DwIFAw&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Gyeu0RBRx7RBVrkqWxjetCGjBWVmnUgcj7qc1Vb_Kkk&s=9YRdrpPbo1D6Fcywnw9Uns1FNEcBQARRsTYvj8nahJ0&e=
     or email: WDSCI-L-request@xxxxxxxxxxxx
     Before posting, please take a moment to review the archives at
     [26]
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wdsci-2Dl&d=DwIFAw&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Gyeu0RBRx7RBVrkqWxjetCGjBWVmnUgcj7qc1Vb_Kkk&s=432LzjP4uYL7ocXSAzZPxs-td09IzmTP0q_FDJkhRgs&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:
     [27]
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_wdsci-2Dl&d=DwIFAw&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Gyeu0RBRx7RBVrkqWxjetCGjBWVmnUgcj7qc1Vb_Kkk&s=9YRdrpPbo1D6Fcywnw9Uns1FNEcBQARRsTYvj8nahJ0&e=
     or email: WDSCI-L-request@xxxxxxxxxxxx
     Before posting, please take a moment to review the archives
     at
     [28]
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wdsci-2Dl&d=DwIFAw&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Gyeu0RBRx7RBVrkqWxjetCGjBWVmnUgcj7qc1Vb_Kkk&s=432LzjP4uYL7ocXSAzZPxs-td09IzmTP0q_FDJkhRgs&e=.
References
   Visible links
   1. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
   2. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
   3. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
   4. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
   5. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
   6. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
   7. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
   8. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
   9. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
  10. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
  11. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
  12. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
  13. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
  14. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
  15. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
  16. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
  17. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
  18. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
  19. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
  20. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
  21. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
  22. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
  23. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mail
  24. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wd
  25. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_wdsci-2Dl&d=DwIFAw&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Gyeu0RBRx7RBVrkqWxjetCGjBWVmnUgcj7qc1Vb_Kkk&s=9YRdrpPbo1D6Fcywnw9Uns1FNEcBQARRsTYvj8nahJ0&e=
  26. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wdsci-2Dl&d=DwIFAw&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Gyeu0RBRx7RBVrkqWxjetCGjBWVmnUgcj7qc1Vb_Kkk&s=432LzjP4uYL7ocXSAzZPxs-td09IzmTP0q_FDJkhRgs&e=
  27. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.midrange.com_mailman_listinfo_wdsci-2Dl&d=DwIFAw&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Gyeu0RBRx7RBVrkqWxjetCGjBWVmnUgcj7qc1Vb_Kkk&s=9YRdrpPbo1D6Fcywnw9Uns1FNEcBQARRsTYvj8nahJ0&e=
  28. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__archive.midrange.com_wdsci-2Dl&d=DwIFAw&c=jf_iaSHvJObTbx-siA1ZOg&r=xVh0JOaBkAaa2_VJvF7mVrroZMIB4ornEW2uKL1r-oM&m=Gyeu0RBRx7RBVrkqWxjetCGjBWVmnUgcj7qc1Vb_Kkk&s=432LzjP4uYL7ocXSAzZPxs-td09IzmTP0q_FDJkhRgs&e=
As an Amazon Associate we earn from qualifying purchases.