That's a bug, please open a PMR, we will fix it.
                                                                                    
                                      |                                             
                                      |                                             
                                      |Edmund Reinhardt                             
                                      |                                             
                                      |Rational Developer for i Architect           
                                      |                                             
                                      |IBM                                          
                                      |p:                                           
                                      |  905 413 3125                               
                                      |w:                                           
                                      |  ibm.biz/rdi_hub  e:                        
                                      |  edmund.reinhardt@xxxxxxxxxx                
                                      |                                             
                                                                                    
From:	Ken Killian <kkillian@xxxxxxxxxxxx>
To:	Rational Developer for IBM i / Websphere Development Studio
            Client for	System i & iSeries <wdsci-l@xxxxxxxxxxxx>
Date:	2018-03-14 11:59 AM
Subject:	Re: [WDSCI-L] SQL Formatter - give me your poor huddled messes
Sent by:	"WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>
Edmund,
The outline view & the toggle-marking-occurrences does not work with SQL...
Example:
**free
ctl-opt Debug( *Yes ) Option( *SrcStmt : *NoDebugIO : *SecLvl ) DftActGrp
( *No )  ActGrp( *STGMDL ) BndDir('TOOLS') ;
dcl-s customer zoned(7);
customer = get_Order_customer(123456789);
*inlr = *on;
return;
dcl-proc get_Order_customer;
dcl-pi *n like(customer);
  Order_number packed(9) const;
end-pi;
dcl-s customer zoned(7);
exec sql select Order_customer into : customer from order_file where order#
= : Order_number;
return customer;
end-proc;
So the " : Customer" & ": Order_Number" are not show in the outline view.
Nor do they show in the Toggle-Mark-Occurrence. <disappointment>
Hope I do not need an RFE, for something that should work... <LOL>
-Ken Killian-
-----Original Message-----
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> On Behalf Of Edmund Reinhardt
Sent: Tuesday, March 13, 2018 6:21 PM
To: Wdsci-L <wdsci-l@xxxxxxxxxxxx>
Cc: Ken Guo1 <Ken.Guo1@xxxxxxx>
Subject: [WDSCI-L] SQL Formatter - give me your poor huddled messes
Hi Everybody
I have somebody who is getting deep into the bowels of the SQL Formatter
code to fix an APAR.  This is some non-trivial code and now that we have
somebody up to speed on it, it would be a good time to address all of the
pain points you are all feeling with the SQL Formatter.
I have heard (and seen) some pretty poor formatting, so if you can send me
the EXEC SQL statements to ken.guo1@xxxxxxx.  We might have a chance to
address some of these issues.
Thanks
                                      |
                                      |
                                      |Edmund Reinhardt
                                      |
                                      |Rational Developer for i Architect
                                      |
                                      |IBM
                                      |p:
                                      |  905 413 3125
                                      |w:
                                      |  ibm.biz/rdi_hub  e:
                                      |  edmund.reinhardt@xxxxxxxxxx
                                      |
--
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=08bf7Rza235lHj757WJIz1tYjTy_3bF4t9eE-_kIc6c&s=BU2k1WhrwZqe1eLKpbmJscr42N804q0OuJZ6iWEx03Q&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=08bf7Rza235lHj757WJIz1tYjTy_3bF4t9eE-_kIc6c&s=z0UWLG0natp27GbkKEFzmtUw19Ib3QFvyv3CCoOOZpg&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=08bf7Rza235lHj757WJIz1tYjTy_3bF4t9eE-_kIc6c&s=BU2k1WhrwZqe1eLKpbmJscr42N804q0OuJZ6iWEx03Q&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=08bf7Rza235lHj757WJIz1tYjTy_3bF4t9eE-_kIc6c&s=z0UWLG0natp27GbkKEFzmtUw19Ib3QFvyv3CCoOOZpg&e=
.
 
As an Amazon Associate we earn from qualifying purchases.