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



Alan,

I agree with some other posts that suggest an SQL function or RPG program
might be a better fit in your case. While using ACS to load all the open
source options on to the system is mindlessly easy, it might be looked upon
badly by management if you have any SOX, JSOX, etc. requirements or simply
tight change control without the proper paperwork when moving this into a
production environment. If I recall correctly you have quite an
installation so there very well could be those constraints.

I highly doubt they would complain about RPG or SQL.

Still, others chasing the same question should get an answer to the original
question.


--
Jim Oberholtzer
Agile Technology Architects

-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Alan
Shore
Sent: Thursday, January 24, 2019 10:36 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: [EXTERNAL] Need help to convert a name in upper case, to mixed
case

Hi Jim
I was the originator of this e-mail thread I was asked to push this project
to one side and work on a higher priority - which is still ongoing This
looks like what I am asking for - but my knowledge of python is extremely
limited - if it exists at all - so I would need time to REALLY look into
this

Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill

-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of
Jim Oberholtzer
Sent: Thursday, January 24, 2019 11:21 AM
To: 'Midrange Systems Technical Discussion' <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: [EXTERNAL] Need help to convert a name in upper case, to mixed
case

I have followed this thread with interest, and aside from "python can do
that" and some examples of how to use python from various places, no one
really answered the question in the original post.

What would the python code look like to convert a name in all upper case to
mixed case?

It occurs to me that the "titlecase()" might do it.

"capitalize" might be an alternative based on the use case.

So if the name is in string "s", then:

s.captialize()

or

s.titilecase() or s.title()

so:

s = "JIM OBERHOLTZER";
print s.capitalize()

Results in "Jim Oberholtzer". It does what the original post was asking
about.



--
Jim Oberholtzer
Agile Technology Architects

-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Justin
Taylor
Sent: Wednesday, January 23, 2019 8:57 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: [EXTERNAL] Need help to convert a name in upper case, to mixed
case

Almost certainly the performance would be worse than an ILE call. Whether
it's enough to make a real difference would depend on the totality of your
circumstances.



-----Original Message-----
From: Rob Berendt [mailto:rob@xxxxxxxxx]
Sent: Wednesday, January 23, 2019 6:09 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: [EXTERNAL] Need help to convert a name in upper case, to mixed
case

I've pretty much stopped following this thread but this last post was
germane to the original posters question.
In this last post John Yeung states that one should think of calling a PASE
based language, like Python, as akin to calling something on another system.
Not at all like the interaction between ILE languages.
If this is true, then I would question the performance.
While you would not have the unreliability of using an external service (as
per a recent thread) you might still have the overhead.

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com


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.