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



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

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.