|
from: Alan Campin <alan0307d@xxxxxxxxx>
subject: Re: SQL external UDF or proc: Ability to specify binding
directory to locate external functions and procedures
One thing. You do not need to specify QC2LE or any other IBM binding
directory. It just checks and automatically binds in IBM functions
. This has been true for many, many years.
On Wed, Nov 22, 2017 at 1:01 PM, Mike Jones <mike.jones.sysdev@xxxxxxxxx>
wrote:
Hi,function.
I don't believe we yet have a way to specify a binding directory for
locating external functions and procedures when creating SQL external
UDF's and procedures. If I'm wrong, please educate me.
For example, in RPG, we can use an H-spec or CTL-OPT spec with: BNDDIR(
'QC2LE' ), and then specify a prototype for the C language SLEEP
requesting
When creating an SQL external UDF or procedure, I'd like to be able to
specify:
PROGRAM TYPE SUB EXTERNAL NAME BNDDIR( 'QC2LE' ) EXTPROC( 'SLEEP' )
or
PROGRAM TYPE MAIN EXTERNAL NAME BNDDIR( 'MY_BNDDIR' ) EXTPGM( 'MY_PGM' )
...or something similar, like we can in RPG.
Unless I'm missing something, today, some of our alternatives include:
* Figure out where SLEEP actually resides and point the EXTERNAL NAME at
its location.
* Create a, for example, RPG wrapper specifying BNDDIR( 'QC2LE' ) plus a
prototype with EXTPROC( 'SLEEP' ), and then point the SQL external UDF or
procedure EXTERNAL NAME to the RPG wrapper program or procedure.
The ability to specify a binding directory and routine would make it
faster, and easier to create SQL external UDFs and procedure wrappers.
I'm wondering if there's significant interest in creating a RFE
said ability from IBM.
Mike
As an Amazon Associate we earn from qualifying purchases.
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.