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



Brian,

I forgot about "Restart" to get it to work! That worked!

When in doubt, just restart RDI 9.5.0.3 to get it to work!
<Big Smile>

Thanks!

-Ken Killian-


-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Brian Parkins
Sent: Thursday, June 2, 2016 9:25 AM
To: Rational Developer for IBM i / Websphere Development Studio Clientfor System i & iSeries <wdsci-l@xxxxxxxxxxxx>
Subject: Re: [WDSCI-L] RDI 9.5.0.3 Outline not working...

I copied/pasted your code, Ken. Works just fine for me.

Tried opening/closing the member a few times and the Outline View built as expected. Perhaps you have some local "environment" issues?

Brian.

-----Original Message-----
From: Ken Killian
Sent: Thursday, June 02, 2016 2:11 PM
To: Rational Developer for IBM i / Websphere Development Studio Client forSystem i & iSeries (wdsci-l@xxxxxxxxxxxx)
Subject: [WDSCI-L] RDI 9.5.0.3 Outline not working...

Hi,

I am using RDI 9.5.0.3, and the Outline is not being loaded, even though this "dummy Code" compiles fine....

Any ideas why the outline does not work? It has no "yellow Markers", nor any errors...

Here is the dummy code, that does not build an outline view, for whatever reason. Dummy code to demonstrate the problem.

ctl-opt Debug( *Yes )
Option( *SrcStmt : *NoDebugIO : *SecLvl )
DftActGrp( *No )
ActGrp( *STGMDL )
;
myProc();
*inlr = *on;
return;
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
dcl-proc myProc; // NO Outline being built...
dcl-ds ds_External extname('QAUOOPT') qualified end-ds;
clear ds_External;
exec sql select *
into : ds_External
from QAUOOPT
fetch first 1 rows Only
;
exsr proc_subr;
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
begsr proc_subr;

// NO Outline being built...
ds_External.OPTION = ds_External.OPTION;
ds_External.COMMAND = ds_External.COMMAND;

endsr;

end-proc;

-Ken Killian-
--
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: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://archive.midrange.com/wdsci-l.

--
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: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://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.