×
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.
You could prototype the C functions toupper() and tolower() in service program QC2UTIL2. It's not as easy as a native BIF, but at least there are alternatives.
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Vernon Hamberg
Sent: Friday, August 28, 2020 4:28 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: RFE for BIFs to convert upper/lower case
I considered posting the SQL solution, too, but I thought we still could use native BIFs! :-)O:-)8-)
On 8/28/2020 2:47 PM, Brad Stone wrote:
You just posted the code for the bif most likely. ;)
On Fri, Aug 28, 2020 at 2:38 PM <smith5646midrange@xxxxxxxxx> wrote:
I have been using SQL because there is not a BIF and it's sure easier
than %XLATE.
exec sql
set :value2 = upper(:value1);
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx 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.