I am trying to determine if C# can be called from a CLP on the AS400 or if we are limited to only Java.
Our IT department is looking into our options on a REWRITE project that will be replacing RPG programs on our legacy system. We will be using a ODBC connection for IBM db2, AS400 and would prefer to utilize C# classes for our new programs. I am able to find steps to guide the process for using a CL call from AS400 for a Java class, but can this also be done with a C# class? I wasn't able to find information pertaining to a C# compiling to iSeries either. Is there support to integrate C# with iSeries programs?