To ensure full functionality for some
Enterprise Developer features, you might be required to obtain and install additional third-party software in addition to the prerequisite software installed automatically by the
Enterprise Developer setup file. The following information specifies the third-party software required for each feature.
Application server JCA support for Enterprise Server
Back to Top
Java EE 5 and Java EE 6 are supported for the deployment of EJBs generated using the Interface Mapping Toolkit, as follows:
- Java EE 5 includes support for EJB 3.0 and Java Connector Architecture 1.5
- Java EE 6 includes support for EJB 3.1 and Java Connector Architecture 1.6
The following Java application servers are supported using the following JDKs:
Application Servers
|
JDK (vendor)
|
Java EE
|
JBoss 5.1.0
|
1.5/1.6 (Oracle)
|
5
|
JBoss 6.1.0
|
1.6 (Oracle)
|
6
|
JBoss 7.1.1
|
1.7 (Oracle)
|
6
|
Oracle WebLogic 10.3.5
|
1.5 (Oracle)
|
5
|
Oracle WebLogic 12.1.1
|
1.6/1.7 (Oracle)
|
6
|
IBM WebSphere 7.0
|
1.5 (IBM)
|
5
|
IBM WebSphere 8.0
|
1.6 (IBM)
|
6
|
IBM WebSphere 8.5
|
1.6/1.7 (IBM)
|
6
|
The availability of resource adapters for these Application Servers differs between UNIX platforms. The following table indicates where support is available for each platform:
Feature/Platform
|
JBoss 5.1.0
|
JBoss 6.1.0
|
JBoss 7.1.1
|
Websphere 7.0
|
Websphere 8.0
|
Websphere 8.5
|
Weblogic 10.3.5
|
Weblogic 12.1.1
|
AIX 6.1 on RS6000
|
32-bit
|
32-bit
|
32-bit
|
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
HP/UX 11.31 on Intel IA64
|
32- and 64-bit
|
32- and 64-bit
|
32- and 64-bit
|
|
64-bit
|
64-bit
|
32- and 64-bit
|
32- and 64-bit
|
Red Hat EL 6.2 on IBM390
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
Red Hat EL 5.5 on AMD Opteron
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
Solaris 11 on AMD Opteron
|
32- and 64-bit
|
32- and 64-bit
|
32- and 64-bit
|
|
|
|
32- and 64-bit
|
32- and 64-bit
|
Solaris 10 on SPARC
|
32- and 64-bit
|
32- and 64-bit
|
32- and 64-bit
|
|
|
|
32- and 64-bit
|
32- and 64-bit
|
SUSE SLES 11 SP1 on IBM390
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
SUSE SLES 11 on AMD Opteron
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
32-bit
|
Java Development Kit (JDK)
Back to Top
- Compiling Java
- Either the IBM or the Oracle Java Development Kit (JDK), version 1.5 or later, is required for compiling Java.
- Interface Mapping Toolkit (IMTK)
-
Restriction: This feature applies only when the Enterprise Server feature is enabled.
The JDK is required for generating Java interfaces from the Interface Mapping Toolkit or the
imtkmake command.
- EJBs
- Use the same JDK vendor and version that is used by the application server.
After installing the JDK, you need to set up your Java environment.
Database Access
Back to Top
Before you can use
Enterprise Developer to
develop and
deploy SQL applications that use
COBSQL,
HCO for DB2 LUW, or
OpenESQL,
ensure any third-party software prerequisites are installed and the environment is set properly.
Database Access - COBSQL (Pro*COBOL)
Back to Top
Note: COBSQL (Pro*COBOL) is supported for native COBOL only.
- Availability
-
Feature/Platform
|
32-bit
|
64-bit
|
x86-64 running Red Hat Linux
|
X
|
X
|
x86-64 running SUSE Linux
|
X
|
X
|
IBM System p running AIX
|
X
|
X
|
IBM System z running SUSE Linux
|
X
|
X
|
Itanium running HP-UX
|
X
|
X
|
x86-64 running Solaris
|
X
|
X
|
SPARC running Solaris
|
X
|
X
|
- XA Switch Module
- The
Oracle XA switch module is provided for COBSQL (Pro*COBOL), and is available on the same platforms as are indicated in the
Availability section above.
- Certification of RDBMS Precompilers for Native COBOL
- Certification of RDBMS precompilers with
Micro Focus products is the responsibility of the RDBMS vendor, rather than
Micro Focus. Certification information can be found within the relevant Oracle documentation. If you have an Oracle MetaLink account (http://metalink.oracle.com), document # 43208.1 provides details of all language compilers certified by Oracle for use with their precompilers.
- Preprocessors
- COBSQL supports the following database preprocessors:
- Sybase Open Client Embedded SQL/COBOL Version 11.1 or later
- Oracle Pro*COBOL Version 11.1 (11gR1) or later
- Informix Embedded SQL/COBOL Version 7.3 or later
- Compiling
- On x86 and x86-64 platforms, when compiling with COBSQL for use with Oracle, do not use the COBSQL directive option NOMAKESYN, since this directive results in COMP host variables, and on Intel platforms these are incompatible with the native byte order expected by Oracle.
- Executing
- On HP-UX, to execute an application precompiled using Pro*COBOL (or COBSQL) after you have created a callable shared object of Oracle DBMS routines, you need set an environment variable, LD_PRELOAD, to point to the Oracle client callable shared object, for example:
LD_PRELOAD=$ORACLE_HOME/libdir/libclntsh.so
export LD_PRELOAD
where
libdir is:
- lib32 for 32-bit environments
- lib for 64-bit environments.
A script is available that creates an executable run-time system or a callable shared object containing Oracle support. You can find the script in the Micro Focus Knowledge Base article titled
Building and executing Pro*COBOL applications on UNIX.
- Testing
- For this version, COBSQL was tested with Oracle 11.1, 11.2, and 12.1.
Database Access - OpenESQL
Back to Top
- Availability
-
Feature/Platform
|
Native and
.NET
Managed COBOL 32-bit
|
Native and
.NET
Managed COBOL 64-bit
|
PL/I 32-bit
|
PL/I 64-bit
|
x86-64 running Red Hat Linux
|
X
|
X
|
X
|
X
|
x86-64 running SUSE Linux
|
X
|
X
|
X
|
X
|
IBM System p running AIX
|
X
|
X
|
X
|
|
IBM System z running SUSE Linux
|
X
|
X
|
|
|
Itanium running HP-UX
|
X
|
X
|
|
|
x86-64 running Solaris
|
X
|
X
|
|
|
SPARC running Solaris
|
X
|
X
|
X
|
X
|
- Native COBOL
-
- OpenESQL supports access to relational databases using ODBC 3.0-compliant drivers
- Refer to your driver vendor's documentation to determine whether your driver is suitable for use with OpenESQL
- Testing
- For this version, OpenESQL was tested with:
- Oracle 11.1, 11.2 and 12.1
- DB2 LUW 9.5, 9.7,10.1,10.5
- SQL Server 2008 R2, 2012, 2014
- PostgreSQL 9.4 on the following platforms only:
- x86-64 running Red Hat Linux
- x86-64 running SUSE Linux
Note: Micro Focus provides compatibility for PostgreSQL but does not directly contribute to or support the PostgreSQL open source project. Any issues relating to PostgreSQL functionality should be addressed through an open source support vendor.
Database Access -
HCO for DB2 LUW
Back to Top
- Availability
-
Feature/Platform
|
Native COBOL 32-bit
|
Native COBOL 64-bit
|
PL/I 32-bit
|
PL/I 64-bit
|
x86-64 running Red Hat Linux
|
X
|
X
|
X
|
X
|
x86-64 running SUSE Linux
|
X
|
X
|
X
|
X
|
IBM System p running AIX
|
X
|
X
|
X
|
|
IBM System z running SUSE Linux
|
X
|
X
|
|
|
Itanium running HP-UX
|
|
X
|
|
|
x86-64 running Solaris
|
|
|
|
|
SPARC running Solaris
|
X
|
X
|
X
|
X
|
- XA Switch Module
- The
DB2 XA switch module is provided and is available on the same platforms as are indicated in the
Availability section above.
- Certification of RDBMS Precompilers for Native COBOL
- Certification of RDBMS precompilers with
Micro Focus products is the responsibility of the RDBMS vendor, rather than
Micro Focus. You can find IBM document certification information for DB2/COBOL applications within the IBM Information Center for DB2, in the topic
Support for database application development in COBOL.
- Preprocessor
- HCO for DB2 LUW supports the following database preprocessors:
- IBM DB2 LUW Version 9.5 or later
- IBM DB2 Connect Version 9.5 or later
- On SPARC running Solaris, 64-bit is supported in IBM versions 10.1 or later
- Host Compatibility Option (HCO)
- Host Compatibility Option requires that you have one of the following software products installed and configured:
- IBM DB2 Connect - Personal, Enterprise, Application Server or Unlimited Edition
- IBM DB2 LUW - Workgroup or Enterprise Server Editions including Advanced versions
- IBM DB2 LUW - Express or Express-C Edition
- IBM Data Server Client (assumes installation of a remote DB2 LUW Server product)
- Testing
- For this version,
HCO for DB2 LUW was tested with DB2 LUW 9.5, 9.7, 10.1, and 10.5.
WebSphere MQ
Back to Top
IBM
WebSphere MQ version 7 and later.