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



Okay, I'll throw in my thoughts as well.

We had concerns raised from an audit perspective.  Being a nonprofit 
organization, we are not subject to Sarbanes-Oxley regulations, but 
auditors have still expressed concern over these types of things.  If you 
can't guarantee what source from which a program came (including the 
modification date and time of the source), how can you guarantee what it's 
really doing?  We had to document the way OS/400 stamps program, modules, 
etc with the source from which they were generated.

Michael Quigley
AS/400 Programming Section
The Way International
www.TheWay.org

wdsci-l-bounces@xxxxxxxxxxxx wrote on 10/07/2006 01:00:07 PM:

date: Fri, 6 Oct 2006 19:33:08 -0500
from: "Joe Pluta" <joepluta@xxxxxxxxxxxxxxxxx>
subject: Re: [WDSCI-L] WDSCi and RPGLE source on the IFS

I have to echo Mark's sentiments here.  There have been three times over 
the
last year where near-disaster (at least in terms of time spent tracking 
down
a problem) was averted by being able to see exactly that information on 
a
module.  You might say that proper object management would prevent these
issues, but sometimes things happen (especially during upgrades and 
disaster
recovery) where this information is great to have.

Joe

From: Mark S. Waterbury

"WARNING, WARNING, DANGER WILL ROBINSON!"  (arms flailing wildly)

Please note that when you put source code in the IFS, you lose one of
the most important features of OS/400, IMHO, that *PGMs and *MODULEs
carry with them the name of the source file, library and member name 
and
date/time stamp for the primary source member from which they were
created.  That feature has "saved" many companies in identifying the
"correct" source for objects in "production" use. No other platforms
have this feature built-in -- it is unique to i5/OS and OS/400, to my
knowledge.

IBM mainframe customers license expensive ISV products to add this
functionality to the operating system.




------------------------------

message: 2
date: Fri, 6 Oct 2006 20:39:31 -0400
from: "Michael Soucy" <michaelsoucy@xxxxxxxxxxx>
subject: [WDSCI-L] Anyone programming in EGL?

I'm curious, is there anyone out there programming in EGL?  I have 
my first EGL project that I want to promote up to our WAS and I'm 
wondering what's the standard as far as user security goes?  Every 
other type of web application I've done using WDSC it has built a 
log on screen for me automatically (Webfacing, and Web tools).  I'd 
like to know what other people think?

Thanks,
Michael Soucy
michaelsoucy@xxxxxxxxxxx


------------------------------

message: 3
date: Fri, 6 Oct 2006 10:39:29 -0500
from: "Gregg Willow" <gregg.willow@xxxxxxxxxxxxxx>
subject: Re: [WDSCI-L] Shortcut keys was->RE: is there a "show me all
   lines   withthis" option inRSE?

Aaron,

The repository of shortcuts is ?seu on the command line.

Regards,

Gregg

----- Original Message ----- 
From: "albartell" <albartell@xxxxxxxxx>
To: "'Websphere Development Studio Client for iSeries'" 
<wdsci-l@xxxxxxxxxxxx>
Sent: Friday, October 06, 2006 9:53 AM
Subject: [WDSCI-L] Shortcut keys was->RE: is there a "show me all lines 
withthis" option inRSE?


Being that I am on a roll for getting cool tips today I am going to 
ask
about one that drives me nuts.  Is there a way to map the tab key so 
it
always goes to the sequence number area similar to SEU?  I have tried
modifying the User Defined tab stops and nothing in there seems to do 
the
trick.

Anybody?

On another note, we should start a repository of shortcut's so these 
are
easily findable by others!

Aaron Bartell

-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx 
[mailto:wdsci-l-bounces@xxxxxxxxxxxx] 
On
Behalf Of Peter.Colpaert@xxxxxxxxx
Sent: Friday, October 06, 2006 7:02 AM
To: Websphere Development Studio Client for iSeries
Subject: Re: [WDSCI-L] is there a "show me all lines with this" option
inRSE?

Aaron,

if you press 'esc', the find section is closed again, and you are 
positioned
on the first character of the found text

HTH,

Peter Colpaert
Application Developer
PLI - IT - Kontich, Belgium
-----
Yoda of Borg are we.  Futile is resistance, assimilated will you be.
-----



"albartell" <albartell@xxxxxxxxx>
Sent by: wdsci-l-bounces@xxxxxxxxxxxx
06/10/2006 13:59
Please respond to
Websphere Development Studio Client for iSeries <wdsci-l@xxxxxxxxxxxx>


To
"'Websphere Development Studio Client for iSeries'" 
<wdsci-l@xxxxxxxxxxxx>
cc

Subject
Re: [WDSCI-L] is there a "show me all lines with this" option   inRSE?






Holy smokes!  Another awesome tip for WDSC! Two in one day!

Now, does anybody know a keyboard short cut to go from the "find" 
section
at
the bottom of the LPEX editor to the code it just found?  Right now I 
have
to go to the mouse to get at the found text.

TIA,
Aaron Bartell


-- 
This is the Websphere Development Studio Client for 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 Websphere Development Studio Client for 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.





------------------------------

message: 4
date: Fri, 6 Oct 2006 21:38:37 -0400
from: "Dean, Robert" <rdean@xxxxxxxxxxxx>
subject: Re: [WDSCI-L] Anyone programming in EGL?

If you're using WAS, two of the more popular forms of security are 
Acegi and built-in J2EE security.  The latter is usually preferred 
because it integrates in a more straightforward way with EIM 
(opening up the possibility of single sign-on via Kerberos).


-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx on behalf of Michael Soucy
Sent: Fri 10/6/2006 8:39 PM
To: Websphere e-list
Subject: [WDSCI-L] Anyone programming in EGL?

I'm curious, is there anyone out there programming in EGL?  I have 
my first EGL project that I want to promote up to our WAS and I'm 
wondering what's the standard as far as user security goes?  Every 
other type of web application I've done using WDSC it has built a 
log on screen for me automatically (Webfacing, and Web tools).  I'd 
like to know what other people think?

Thanks,
Michael Soucy
michaelsoucy@xxxxxxxxxxx
-- 
This is the Websphere Development Studio Client for 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.



------------------------------

message: 5
date: Fri, 6 Oct 2006 11:53:33 -0500
from: "Jeff Stojevich" <jeff.stojevich@xxxxxxxxxxxxxx>
subject: [WDSCI-L] Building workspace message on startup

When I start Rational in the morning it gives me a "User Operation 
is Waiting" screen that has a "Building workspace" message and then 
a progress bar.  Also in the same window it has a "Remote System 
Explorer - Eclipse Platform" message with a progress bar.  This 
sometimes takes awhile to go away and then the workspace is the way 
I left it when I closed it the last time.  I have also tried closing
everything down before I shut down Rational and it still gives me 
that message when I bring Rational back up.

Most of the time Rational seems to work fine after this, but this 
message and waiting gets annoying. Sometimes, when this message 
takes a long time to go away, I have delete and rebuild the contents
of my configuration folder otherwise I loose my help, and I get 
exception errors in RSE.

The other employees that use Rational in the office do not see this 
and we all have new PC's.

Has anybody else seen this type of behavior?

Thanks in advanced,

Jeff



------------------------------

-- 
This is the Websphere Development Studio Client for iSeries  (WDSCI-
L) digest 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.


End of WDSCI-L Digest, Vol 4, Issue 503
***************************************



As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.