Click here to Skip to main content
15,910,586 members

Comments by Member 12140334 (Top 2 by date)

Member 12140334 13-Jul-17 11:07am View    
But I do not want C # code in my cobol program.

As I was not able to perform all communication functions with the API I asked the vendor and he sent me the source of a test program.

So I checked what I was missing and so I need to convert the command in C # to Cobol. I think it will be easier than creating a class as suggested.

I have to execute a command to "communicate" with the API and as I have the source of a test program that works with the API I checked what is missing and is what I indicated in the first post.
Member 12140334 13-Jul-17 10:33am View    
But I'm using Visual Cobol for Visual Studio (V 2.3).
I have to see this situation of VC PE.

But here the question is that the instructions are similar and the parameters are the same but some instructions are harder to "convert" because of their format.

Can you give some tips?