×
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.
Tom,
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).
Thanks,
Jeff Young
Sr. Programmer Analyst
IBM -e(logo) server Certified Systems Exper - iSeries Technical Solutions V5R2
IBM Certified Specialist- e(logo) server i5Series Technical Solutions Designer V5R3
IBM Certified Specialist- e(logo)server i5Series Technical Solutions Implementer V5R3
________________________________
From: Tom Liotta <qsrvbas@xxxxxxxxxxxx>
To: rpg400-l@xxxxxxxxxxxx
Sent: Friday, April 10, 2009 5:13:20 PM
Subject: Re: Drop Case API
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...
Tom Liotta
As an Amazon Associate we earn from qualifying purchases.