Hello,
i am trying to call my cobol program.
Using RunUnit, it works:
RunUnit runUnit = new RunUnit();
runUnit.Call("MyProgramm");
Using RuntimeSystem, it doesn't work ("programm not found"):
RuntimeSystem.cobcall("MyProgramm", pl);
Whats the differnce between RunUnit and RuntimeSystem ?