| Package | Description |
|---|---|
| com.iscobol.java |
The public interface of the isCOBOL Runtime System.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
IsCobol.callNoStop(String name,
Object[] argv)
Enables Java programs to call COBOL programs.
|
static int |
IsCobol.callNoStop(String name,
Object[] argv,
Object[] retVal)
Enables Java programs to call COBOL programs.
|