Key Topics
isCOBOL and C
Calling C Language Functions and Other External Routines
Introduction
COBOL and C Data Types
Calling C Language Functions from isCOBOL
Dynamic Method
Static Method
Framework Properties
Program Examples
Calling isCOBOL from C
INTRODUCTION
The iscobolc Library
Functions Reference
isCobolInit
isCobolInitEx
isCobolThreadInit
isCobolCall
isCobolCallNoStop
isCobolCallEx
isCobolCallNoStopEx
isCobolCancel
isCobolCancelEx
isCobolFunc
isCobolFuncEx
isCobolTidy
isCobolThreadTidy
isCobolExit
isCobolError
isCobolErrorEx
isCobolGetJNIEnv
isCobolGetJNIEnvEx
isCobolGoback
isCobolGobackEx
C++ Sample
isCOBOL and Java
Calling Java programs or methods
Calling isCOBOL from Java
Introduction
The EasyLinkage feature
The com.iscobol.java.IsCobol Class
Mixing Java dialogs and COBOL windows in the same application
Converting Java Source Code to Object-oriented COBOL
Introduction
Classes
Java OOP statements
Object Creation
Method Invocation
Error Handling
Java Program Converted to isCOBOL
Known cases of Java syntax that is not directly translatable to COBOL
The .class Syntax
Array of arrays
Generic classes and type-variables
The instanceof operator
The ternary operator
isCOBOL and Tuxedo
Working With Oracle Tuxedo
isCOBOL and JasperReports
Interoperability with JasperReports
isCOBOL Evolve: Interoperability
Key Topics
Copyrights
Chapter 1
isCOBOL and C
COBOL and C Data Types
Calling C Language Functions from isCOBOL
Dynamic Method
Static Method
Framework Properties
Program Examples
Calling isCOBOL from C
The iscobolc Library
Functions Reference
isCobolInit
isCobolInitEx
isCobolThreadInit
isCobolCall
isCobolCallNoStop
isCobolCallEx
isCobolCallNoStopEx
isCobolCancel
isCobolCancelEx
isCobolFunc
isCobolFuncEx
isCobolTidy
isCobolThreadTidy
isCobolExit
isCobolError
isCobolErrorEx
isCobolGetJNIEnv
isCobolGetJNIEnvEx
isCobolGoback
isCobolGobackEx
C++ Sample
Chapter 2
isCOBOL and Java
Calling isCOBOL from Java
The EasyLinkage feature
The com.iscobol.java.IsCobol Class
Mixing Java dialogs and COBOL windows in the same application
Converting Java Source Code to Object-oriented COBOL
Classes
Java OOP statements
Object Creation
Method Invocation
Error Handling
Java Program Converted to isCOBOL
Known cases of Java syntax that is not directly translatable to COBOL
The .class Syntax
Array of arrays
Generic classes and type-variables
The instanceof operator
The ternary operator
Chapter 3
isCOBOL and Tuxedo
Chapter 4
isCOBOL and JasperReports