×
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.
This was my first thought as well - just use them from your COBOL programs.
ILE modules should be relatively language agnostic, correct?
I can see possible concerns with matching data types but wouldn't that be about all?
Roger Harman
COMMON Certified Application Developer - ILE RPG on IBM i on Power
-----Original Message-----
< snip >
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of John Yeung
Sent: Wednesday, February 9, 2022 1:11 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: [EXTERNAL] Re: SQL RPG and Web API Consumption
On Wed, Feb 9, 2022 at 12:47 PM Kelly Cookson via RPG400-L
<rpg400-l@xxxxxxxxxxxxxxxxxx> wrote:
We are a COBOL shop. I'm not sure HTTPAPI and YAJL will work for COBOL.
This is an interesting question to me. As COBOL has an ILE compiler,
it should in principle be possible to link in ILE modules written in
other languages. But I don't know whether that interface is "exposed"
in the implementation of COBOL, whereas it clearly is in RPG and C.
< /snip >
As an Amazon Associate we earn from qualifying purchases.