× 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.



I can't offer the same insights into COBOL and eRPG that Jon has given, Kelly, but I can wholeheartedly recommend CGIDEV2. I used it for a very extensive XML system. I love that you can as easily go to a file as to a CLOB (basically Giovanni builds a buffer and at any point you can grab a pointer to that buffer and the length and use that yourself).

I'm certain Brad's code is rock solid; I wouldn't expect anything less. But I can recommend Giovanni's from experience.


Kelly,

You might want to also look at the COBOL interfaces for CGIDEV2 (http://www.easy400.net/cgicbldev2p/start.pgm).

No disrespect to Brad’s eRPG but some RPG-oriented interfaces can be very difficult to use in COBOL. Reason, in part, is that such routines tend to take advantage of the facilities offered by prototypes - for example the keyword CONST allows you to specify a literal instead of a variable. COBOL has no such option and therefore the fields usually need to be passed exactly as specified in the called routine. That usually requires quite a bit more work and makes the examples hard to follow.

Giovanni has already done the grunt work and provided documented native COBOL interfaces to CGIDEV2 routines that make it much easier.

Just a thought.  Unless Brad has added a lot of new stuff to eRPG that I am unaware of, I think that the capabilities of CGIDEV2 are a close match.

Jon Paris

www.partner400.com
www.SystemiDeveloper.com

On May 10, 2015, at 10:46 AM, Kelly Cookson <KCookson@xxxxxxxxxxxx> wrote:

Thanks Brad.

I assume I wouldn't have any problems implementing this in ILE COBOL. I've seen several tutorial examples of creating JSON in RPG, which is made easier by built-in functions (like trim) and by  the new += assignment operator. Unfortunately, RPG is not a standard language in our shop. So I'd need to use eRPG SDK in ILE COBOL.

Thanks,
Kelly

-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Bradley Stone
Sent: Sunday, May 10, 2015 8:10 AM
To: Web Enabling the IBM i (AS/400 and iSeries)
Subject: Re: [WEB400] Does the eRPG SDK template system support JSON?

Hi, Kelly.

The eRPG SDK is a template designed system, so if you create JSON templates the eRPG SDK would work the same as if it was using XML, HTML, or pretty much anything else.

It doesn't know what type of data you're creating using the templates and replacement variables.  :)

Brad
www.bvstools.com

On Sun, May 10, 2015 at 2:15 AM, Kelly Cookson <KCookson@xxxxxxxxxxxx>
wrote:

Suppose I want to develop a CGI program in ILE COBOL using eRPG SDK.

Can the ILE COBOL program read a DB2 table and use the eRPG SDK
template system to return a JSON string?

Thanks,

Kelly Cookson


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.