We are converting microfocus dialog screens into C# screens. we are facing problem like in sub-programs we have function for call dialog screens now we are unable to find the way to call C# screen or code from managed Cobol.
we are accessing the data from C# to Cobol and Cobol to C# by using data blocks but with this approach we are unbale to maintain the state(table variable are getting empty, validations are getting fails) because we are exiting the from the Cobol and transferring the control to C#.
is any way to call C# code from the Cobol. So that we can trigger the screen where ever we required in Cobol.



