×
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.
Doesn't address Javier's needs, but kinda somewhat related: Paul Tuohy has a SQLSCALAR service program available for download.
https://www.itjungle.com/2016/11/15/fhg111516-story01/
- Dan
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Vern Hamberg via MIDRANGE-L
Sent: Wednesday, July 31, 2024 7:02 AM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Cc: Vern Hamberg <vhamberg@xxxxxxxxxxxxxxx>
Subject: Re: Proposal for New RPG BIF
I think there is precedent to add functions that used to be only in SQL, to add them as %BIFs in RPG. Examples include the LEFT and RIGHT functions in SQL - a quick look showed me they were in 7.1 of SQL on IBM i, and they were not new then.
So %left and %right were not long ago added in IBM i 7.5 TR3 and 7.4 TR9. We can very simply use embedded SQL functions, of course, yet, at the same time, I'm less interested in using an SQLRPGLE member for a simple or single function like this. The community can vote on it - we shall see what happens!
Cheers
Vern
On 7/31/2024 12:56 AM, Birgitta Hauser wrote:
You have a SPACE scalar function in SQL ... so just use embedded SQL
and you have the function.
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
*** CONFIDENTIALITY NOTICE: The information contained in this communication may be confidential, and is intended only for the use of the recipients named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. If you have received this communication in error, please return it to the sender immediately and delete the original message and any copy of it from your computer system. If you have any questions concerning this message, please contact the sender. ***
As an Amazon Associate we earn from qualifying purchases.