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



Jeff Young wrote:

Performance is not critical in this case.
I am converting a file that has about 22K records and I need to convert one field in the record to Drop Case (1st letter of each word as CAPITAL, the rest as lower).
Do you have some REXX code that I could use as a base to do this on the fly? (Called from by RPG IV program).

Jeff:

I didn't have anything better that I wanted to do last night and this was staying in mind. So I put a basic example together to see how it would look. It works well enough on my little model 170 at V5R3.

See http://code.midrange.com/bdc779c70e.html

It's the SQL that created a small table for testing plus a REXX proc that loops through the table (using SQL) setting a VARCHAR column to Drop Case.

It's a bit more complex than just the small part that does the Drop Case by itself. But you already have your RPG solution, so I might as well go the extra distance.

Tom Liotta


________________________________
From: Tom Liotta <qsrvbas@xxxxxxxxxxxx>

Jeff Young wrote:

Is there an API or sample code for converting a text string from UPPER CASE to Drop Case?

Jeff:

How well must it perform? A REXX procedure could do this pretty easily, but you wouldn't want to do it over a million rows with lots of columns...

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.