Installation image and filesets

The installation image for COBOL for AIX is available physically on an installation Start of change DVD End of change, and electronically in the Start of change cobol.5.1.GM.aix.tar End of change.Z installation package in the /usr/sys/inst.images directory.

The image includes filesets for the following compiler components:

Filesets

The following tables list the filesets included in the installation image and the directories to which the fileset contents are installed during an installation. All filesets are automatically installed.

COBOL for AIX compiler filesets Start of change 5.1 End of change

Table 1. COBOL for AIX compiler filesets and installation locations
Fileset name Fileset description Installation locations
cobol.cmp COBOL for AIX compiler

/usr/lpp/cobol/
/usr/lpp/cobol/bin/
/usr/lpp/cobol/samples/
/usr/lpp/cobol/samples/oo/
/usr/lpp/cobol/samples/odbc/
/usr/lpp/cobol/samples/msgexit/
/usr/lpp/cobol/properties/
/usr/lpp/cobol/properties/version/
/usr/lpp/cobol/include/
/usr/bin/

cobol.dbg COBOL for AIX debugger support

/usr/lpp/cobol/lib
/usr/lib/

cobol.tools COBOL tools

/usr/lpp/cobol/
/usr/lpp/cobol/bin/

cobol.license

COBOL for AIX electronic license
LANG = [en_US, ja_JP, Ja_JP]

Start of change /usr/lpp/swlag/cobolGM/51/LANG/cobol.la End of change
cobol.lic COBOL for AIX license files /usr/lpp/cobol/lib/
cobol.man

COBOL for AIX compiler invocation
command man pages
COBOL for AIX utility (scu and
gdgmgr) man pages

/usr/share/man/man1
/usr/lpp/cobol/man/man1

cobol.msg.LANG

COBOL for AIX compiler messages
LANG = [en_US, ja_JP, Ja_JP]

/usr/lib/nls/msg/LANG/

COBOL for AIX Start of change non-production runtime environment filesets 5.1 End of change

Table 2. COBOL for AIX Start of change non-production runtime environment filesets End of change and installation locations
Fileset name Fileset description Installation locations
cobol.rte COBOL for AIX Start of change non-production runtime libraries End of change

/usr/lpp/cobol/
/usr/lpp/cobol/lib/
/usr/lib/

cobol.rte.msg.LANG

Start of change COBOL for AIX non-production runtime messages
LANG = [en_US, ja_JP, Ja_JP] End of change

/usr/lib/nls/msg/LANG/

XL C++ runtime environment filesets 11.1

Table 3. XL C++ runtime environment filesets and installation locations
Fileset name Fileset description Installation locations
xlC.rte XL C++ runtime libraries

/usr/lpp/xlC/lib/
/usr/lpp/xlC/lib/profiled/
/usr/ccs/lib/libp/

xlC.aix61.rte Start of change XL C++ runtime environment for AIX® 6.1 and AIX 7.1 libraries End of change

/usr/lpp/xlC/lib/aix61/
/usr/lpp/xlC/lib/profiled/aix61/

xlC.msg.LANG

XL C++ runtime messages
LANG = [en_US, ja_JP, Ja_JP]

/usr/lib/nls/msg/LANG/

SMARTdata Utilities filesets

Table 4. SdU filesets and installation locations
Fileset name Fileset description Installation locations
SdU.sfs SMARTdata Utilities SFS

/usr/lpp/SdU/
/usr/lpp/SdU/sfs/
/usr/lpp/SdU/sfs/lib/
/usr/lib/

SdU.vsam SMARTdata Utilities VSAM

/usr/lpp/SdU/
/usr/lpp/SdU/vsam/
/usr/lpp/SdU/vsam/lib/
/usr/lib/

Important: SdU filesets are compatible with previous releases of COBOL for AIX, Version 2 or later and PL/I for AIX, Version 2 or later.

IBM Debugger filesets 7.1

Table 5. IBM Debugger filesets
Fileset name Fileset description
ibmdebugger IBM® Debugger for AIX
ibmdebugger.engine IBM Debugger for AIX Compiled Languages Engine
ibmdebugger.engine.msg.LANG

IBM Debugger messages
LANG = [de_DE, en_US, es_ES, fr_FR, it_IT, ja_JP,
ko_KR, pt_BR, zh_CN, zh_TW]

ibmdebugger.jre Supersede entry, not installed
ibmdebugger.ui Supersede entry, not installed
The IBM Debugger for AIX, V7.1 is included with the COBOL for AIX installation image. This source-level debugger uses a client/server model:
  • The debug engine is a server component that is installed on AIX.
  • The debug client is a graphical user interface that is installed on Windows workstations.

The installation file, idebug.install_7.1.0.zip, of the Windows debug client is in the IBMdebugger/windows/ directory of the installation image.

Notes:
  • The IBM Debugger for AIX, V7.1 supersedes the IBM Distributed Debugger. If the IBM Distributed Debugger V9.2 is installed on your system, it will be removed upon installation of the IBM Debugger for AIX, V7.1. The post-installation script then modifies the idebug fileset levels in the Object Data Manager (ODM) database to 99.99.9999.9999 to prevent future installations of idebug.* filesets.
  • The AIX client of the IBM Debugger for AIX is discontinued.
  • The IBM Debugger for AIX, V7.1 debug engine filesets, ibmdebugger.*, are automatically installed during a basic compiler installation. To install the Windows debug client of the IBM Debugger, see Installation information for the Windows client.

Preparing the electronic distribution package

If you have downloaded the COBOL for AIX electronic distribution package, Start of change cobol.5.1.GM.aix.tar End of change.Z, follow these steps before attempting to install:
Remember: You must be logged in as root user or have superuser authority.
  1. To uncompress and unpack the file, use the command:
    zcat Start of change cobol.5.1.GM.aix.tar End of change.Z | tar -xvf -
  2. Use the command inutoc directory_name to generate a .toc file in the specified directory.
The following example shows the steps to prepare the electronic distribution package, Start of change cobol.5.1.GM.aix.tar End of change.Z, located in the new directory, /compiler/install/ for installation.
cd /compiler/install
zcat Start of change cobol.5.1.GM.aix.tar End of change.Z | tar -xvf - 
cd usr/sys/inst.images
inutoc .

Refer to System prerequisites to ensure that system prerequisites are met and the installation method described in Installing COBOL for AIX to install the compiler.

National language support

The COBOL for AIX compiler and runtime messages support the following language locales:
  • en_US (ISO8859-1)
  • ja_JP (IBM-eucJP)
  • Ja_JP (IBM-943)

English (en_US) is the default national language. Following installation, you can set the NLSPATH so that messages are displayed in a different language. See Enabling the COBOL for AIX error messages.