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.