Various commercial vendors such as Micro Focus and Fujitsu provide COBOL implementations that target the COBOL platform. Micro Focus provides multiple versions: Net Express with .Net targets .Net Framework 2.0 Visual COBOL R4 targets .Net Framework 2.0 - 4.0 Fujitsu also provides multiple ...
2
votes
3answers
233 views
How to call CICS programs from C#
We currently call CICS Main frame programs via Cobol.net using the CICS universal client.
We are wondering if it is possible to call them directly from C#?
0
votes
0answers
108 views
read rmkf file fujitsu netcobol
I have some files with 'fm' extension. when I open these files with a text editor, at first appears the text 'rmkf' with what I assume are rmkf file types.
the information I have is that these files ...
0
votes
0answers
52 views
Nullable DateTime in Microfocus Cobol R4
We are converting a project from a Micro Focus VS 2008 project to VS 2010. This code worked fine in the VS 2008 release.
We make calls between C# and Cobol.net using interfaces.
The problem arises ...
0
votes
0answers
34 views
Autofac - and .NET COBOL?
Is there any reason Autofac (dependency injection) wouldn't work with COBOL.NET? Has anybody actually used it.
0
votes
1answer
130 views
Mock testing of cobol.net code accessing Main Frame systems
I am looking for a way to optimise the unit tests.
The system is written in cobol.net and accesses a Main Frame using CICS universal client.
Is there a way to mock the call to the Main Frame?