views:

67

answers:

1

Websphere Studio for System I is EOL as of April and the literature on the web page for Rational Developer for Power Systems Software doesn't explicitly mention C compilers.

  • What is the relationship between RDPS and the "The ILE Compiler set"? Is the latter product still supported?

  • Is this the right product to build something involving zlib on an iSeries? If not, what should I be talking to IBM about?

(Yes, IBM should be able to answer this but I'm not getting very far)

+2  A: 

Don't know about the products of your question. But I do know that the C compiler is still available with V6R1. Notice that this is a full blown compiler with the possibility to do some iSeries specific stuff too.

Please, do understand that these iSeries compilers (e.g. RPG, Cobol) use the ILE model for the compiled objects. This gives you the possibility to link modules from different languages together (something like .Net). But this has nothing to do with the language itself.

robertnl
I do know how the ILE system works, and I am thinking of an RPG app that extracts some data and compresses it with zlib to transfer it to a remote site (hence the requirement for a C compiler). The literature on IBM's web site isn't clear about this and the RDPSS documentation doesn't mention C at all. However, your answer that C is available for V6R1 does answer my question in enough detail. Accepted.
ConcernedOfTunbridgeWells

related questions