Ibm Data Studio For Mac

  1. Ibm Data Studio Java Virtual Machine Error
  2. Ibm Data Studio Windows 10
  3. Ibm Data Studio For Mac
(Redirected from IBM DB2)

BI Studio (Business Intelligence Studio) is a powerful and innovative business intelligence and data analysis software for the Oracle, IBM DB2, Ingres, MS SQL Server, MySQL, PostgreSQL, FireBird, SQLite, EffiProz database systems. Download Active@ Data Studio for free. Active@ Data Studio includes a set of powerful desktop applications as well as a bootable image which can be copied to either an optical disk or a flash drive.

IBM Db2 Database
Developer(s)IBM
Initial release1987; 32 years ago
Stable release(s)
Written inC, C++, assembly, Java
Operating systemLinux, Unix-like, Windows
Platformx86-64, x86, SPARC, IBM POWER microprocessors, IA-32
Size1.6 GB
Available inEnglish, Spanish, French, German, Russian, Japanese
TypeRDBMS
LicenseProprietarycommercial software, Proprietary EULA
Websitewww.ibm.com/products/db2-database
IBM Db2 for z/OS
Developer(s)IBM
Initial release1983; 36 years ago
Stable release
12.1
Written inC, C++, assembly
Operating systemz/OS
Platformz/Architecture
Available inEnglish
TypeRDBMS
LicenseProprietary EULA
Websitewww.ibm.com/analytics/db2/zos

Db2 is a family of data management products, including database servers, developed by IBM. They initially supported the relational model, but were extended to support object-relational features and non-relational structures like JSON and XML. The brand name was styled as DB2 from its creation in 1983[1][2][3] until 2017.[4]

  • 2History
  • 3Db2 (LUW) Family

Currently supported platforms[edit]

Ibm data studio 10.5
  • Db2 for Linux, UNIX and Windows (informally known as Db2 LUW)
  • Db2 for z/OS (mainframe)[5]
  • Db2 for i (formerly OS/400).
  • Db2 for VSE & VM[6]
  • Db2 on IBM Cloud[7]
  • Db2 on Amazon Web Services (AWS)[8]

History[edit]

Historically, and unlike other database vendors, IBM produced a platform-specific Db2 product for each of its major operating systems. However, in the 1990s IBM changed track and produced a Db2 mostly common product, designed with a ('mostly') common code base for L-U-W (Linux-Unix-Windows); DB2 for z and DB2 for i are different. As a result, they use different 'drivers.'[9]

DB2 traces its roots back to the beginning of the 1970s when Edgar F. Codd, a researcher working for IBM, described the theory of relational databases, and in June 1970 published the model for data manipulation.[10]

In 1974, the IBM San Jose Research center developed a relational DBMS, System R, to implement Codd's concepts.[11] A key development of the System R project was SQL. To apply the relational model, Codd needed a relational-database language he named DSL/Alpha.[12] At the time, IBM didn't believe in the potential of Codd's ideas, leaving the implementation to a group of programmers not under Codd's supervision, who violated several fundamentals of Codd's relational model; the result was Structured English QUEry Language or SEQUEL.

When IBM released its first relational-database product, they wanted to have a commercial-quality sublanguage as well, so it overhauled SEQUEL, and renamed the basically-new language Structured Query Language (SQL):

  • to differentiate it from SEQUEL.
  • The acronym SEQUEL was changed to SQL because 'SEQUEL' was a trademark of the UK-based Hawker Siddeley aircraft company.[13]

IBM bought Metaphor Computer Systems to utilize their GUI interface and encapsulating SQL platform that had already been in use since the mid 80's.

In parallel with the development of SQL, IBM also developed Query by Example (QBE), the first graphical query language.

IBM's first commercial relational-database product, SQL/DS, was released for the DOS/VSE and VM/CMS operating systems in 1981. In 1976, IBM released Query by Example for the VM platform where the table-oriented front-end produced a linear-syntax language that drove transactions to its relational database.[14] Later, the QMF feature of DB2 produced real SQL, and brought the same 'QBE' look and feel to DB2.

The name DB2, or IBM Database 2, was first given to the Database Management System or DBMS in 1983 when IBM released DB2 on its MVS mainframe platform.[15]

For some years DB2, as a full-function DBMS, was exclusively available on IBM mainframes. Later, IBM brought DB2 to other platforms, including OS/2, UNIX, and MS Windows servers, and then Linux (including Linux on z Systems) and PDAs. This process occurred through the 1990s. The inspiration for the mainframe version of DB2's architecture came in part from IBM IMS, a hierarchical database, and its dedicated database-manipulation language, IBM DL/I. DB2 is also embedded in the i5/OS operating system for IBM System i (iSeries, formerly the AS/400), and versions are available for z/VSE and z/VM. An earlier version of the code that would become DB2 LUW (Linux, Unix, Windows) was part of an Extended Edition component of OS/2 called Database Manager.

IBM extended the functionality of Database Manager a number of times, including the addition of distributed database functionality by means of Distributed Relational Database Architecture (DRDA) that allowed shared access to a database in a remote location on a LAN. (Note that DRDA is based on objects and protocols defined by Distributed Data Management Architecture (DDM).)

Eventually, IBM took the decision to completely rewrite the software. The new version of Database Manager was called DB2/2 and DB2/6000 respectively. Other versions of DB2, with different code bases, followed the same '/' naming convention and became DB2/400 (for the AS/400), DB2/VSE (for the DOS/VSE environment) and DB2/VM (for the VM operating system). IBM lawyers stopped this handy naming convention from being used, and decided that all products needed to be called 'product FOR platform' (for example, DB2 for OS/390). The next iteration of the mainframe and the server-based products were named DB2 Universal Database (or DB2 UDB).

In the mid-1990s, IBM released a clustered DB2 implementation called DB2 Parallel Edition, which initially ran on AIX. This edition allowed scalability by providing a shared-nothing architecture, in which a single large database is partitioned across multiple DB2 servers that communicate over a high-speed interconnect. This DB2 edition was eventually ported to all Linux, UNIX, and Windows (LUW) platforms, and was renamed to DB2 Extended Enterprise Edition (EEE). IBM now refers to this product as the Database Partitioning Feature (DPF) and bundles it with their flagship DB2 Enterprise product.

When Informix Corporation acquired Illustra and made their database engine an object-SQL DBMS by introducing their Universal Server, both Oracle and IBM followed suit by changing their database engines to be capable of object-relational extensions. In 2001, IBM bought Informix Software, and in the following years incorporated Informix technology into the DB2 product suite. DB2 can technically be considered to be an object-SQL DBMS.

In mid-2006, IBM announced 'Viper,' which is the codename for DB2 9 on both distributed platforms and z/OS. DB2 9 for z/OS was announced in early 2007. IBM claimed that the new DB2 was the first relational database to store XML 'natively'. Other enhancements include OLTP-related improvements for distributed platforms, business intelligence/data warehousing-related improvements for z/OS, more self-tuning and self-managing features, additional 64-bit exploitation (especially for virtual storage on z/OS), stored procedure performance enhancements for z/OS, and continued convergence of the SQL vocabularies between z/OS and distributed platforms.

In October 2007, IBM announced 'Viper 2,' which is the codename for DB2 9.5 on the distributed platforms. There were three key themes for the release, Simplified Management, Business Critical Reliability and Agile XML development.

In June 2009, IBM announced 'Cobra' (the codename for DB2 9.7 for LUW). DB2 9.7 added data compression for database indexes, temporary tables, and large objects. DB2 9.7 also supported native XML data in hash partitioning (database partitioning), range partitioning (table partitioning), and multi-dimensional clustering. These native XML features allows users to directly work with XML in data warehouse environments. DB2 9.7 also added several features that make it easier for Oracle Database users to work with DB2. These include support for the most commonly used SQL syntax, PL/SQL syntax, scripting syntax, and data types from Oracle Database. DB2 9.7 also enhanced its concurrency model to exhibit behavior that is familiar to users of Oracle Database and Microsoft SQL Server.

In October 2009, IBM introduced its second major release of the year when it announced DB2 pureScale. DB2 pureScale is a database cluster solution for non-mainframe platforms, suitable for Online transaction processing (OLTP) workloads. IBM based the design of DB2 pureScale on the Parallel Sysplex implementation of DB2 data sharing on the mainframe. DB2 pureScale provides a fault-tolerant architecture and shared-disk storage. A DB2 pureScale system can grow to 128 database servers, and provides continuous availability and automatic load balancing.

In 2009, it was announced that DB2 can be an engine in MySQL. This allows users on the System i platform to natively access the DB2 under the IBM i operating system (formerly called AS/400), and for users on other platforms to access these files through the MySQL interface. On the System i and its predecessors the AS/400 and the System/38, DB2 is tightly integrated into the operating system, and comes as part of the operating system. It provides journaling, triggers and other features.

In early 2012, IBM announced the next version of DB2, DB2 10.1 (code name Galileo) for Linux, UNIX, and Windows. DB2 10.1 contained a number of new data management capabilities including row and column access control which enables ‘fine-grained’ control of the database and multi-temperature data management that moves data to cost effective storage based on how 'hot' or 'cold' (how frequently the data is accessed) the data is. IBM also introduced ‘adaptive compression’ capability in DB2 10.1, a new approach to compressing data tables.

In June 2013, IBM released DB2 10.5 (code name 'Kepler').

On 12 April 2016, IBM announced DB2 LUW 11.1, and in June 2016, it was released.

In mid-2017, IBM re-branded its DB2 and dashDB product offerings and amended their names to 'Db2'.

On June 27, 2019, IBM released Db2 11.5, the AI Database. It added AI functionality to improve query performance as well as capabilities to facilitate AI application development.[16][17][18]

Others[edit]

Db2 for z/OS (the mainframe) is available in its traditional product packaging, or in the Value Unit Edition, which allows customers to instead pay a one-time charge.

Db2 also powers IBM InfoSphere Warehouse, which offers data warehouse capabilities. InfoSphere Warehouse is available for z/OS. It includes several BI features such as ETL, data mining, OLAP acceleration, and in-line analytics.

Ibm Data Studio For Mac

Db2 11.5 for Linux, UNIX and Windows, contains all of the functionality and tools offered in the prior generation of DB2 and InfoSphere Warehouse on Linux, UNIX and Windows.


Db2 (LUW) Family[edit]

Db2 embraces a 'hybrid data' strategy to unify and simplify the entire ecosystem of data management, integration and analytical engines for both on-premises and cloud environments to gain value from typically siloed data sources. The strategy allows access, sharing and analyzing all types of data - structured, semi-structured or unstructured - wherever it's stored or deployed.

Db2 Database[edit]

Db2 Database is a relational database that delivers advanced data management and analytics capabilities for transactional workloads.


Db2 Warehouse[edit]

'Data warehousing' was first mentioned in a 1988 IBM Systems Journal article entitled, 'An Architecture for Business Information Systems.'[19] This article illustrated the first use-case for data warehousing in a business setting as well as the results of its application.

Ibm Data Studio Java Virtual Machine Error

Traditional transaction processing databases were not able to provide the insight business leaders needed to make. IBM Systems magazine. Since the introduction of DB2 in 1983, IBM ...

  • ^'The Executive Computer; Bringing Point-and-Click Ease to ...'NYTimes.com. January 22, 1995. relational data base management ... I.B.M.'s DB2
  • ^'Db2 on Cloud'.
  • ^'Db2 for z/OS'. Db2 for z/OS is a relational database that you can use to maintain large volumes of data with a high level of availability, security, and performance.
  • ^'IBM z/VSE V6.2'. October 10, 2017. IBM z/VSE V6.2 is capable as of December 1, 2017, when used in .... Db2 Server for VSE and VM and Db2 Server for VSE Client Edition
  • ^Baker, Pam (July 23, 2018). 'IBM Db2 on Cloud Review & Rating'. PC Magazine.
  • ^'IBM Db2 on Cloud Comes to Amazon Web Services'. www.ibm.com. Retrieved 2019-08-20.
  • ^'DB2 database -> does it continue to be platform-specific? (iSeries, LUW, z/OS)'.
  • ^Codd, E. F. (June 1970). 'A Relational Model of Data for Large Shared Data Banks'(PDF). Communications of the ACM. 13 (6): 377–387. doi:10.1145/362384.362685.
  • ^Chamberlin, Donald D.; et al. (October 1981). 'A History and Evaluation of System R'(PDF). Communications of the ACM. 24 (10). doi:10.1145/358769.358784.
  • ^Codd, E.F. (1971). 'A data base sublanguage founded on the relational calculus'. SIGFIDET '71 Proceedings of the 1971 ACM SIGFIDET (now SIGMOD) Workshop on Data Description, Access and Control. doi:10.1145/1734714.1734718.
  • ^'SQL SERVER – What is SQL? How to pronounce SQL?'.
  • ^Basu, Dipankar (October 25, 1982). 'Relational Models Viable in Commercial World'. Computerworld. Retrieved February 23, 2013.
  • ^'Introduction to DB2 UDB'. Apr 22, 2005. Retrieved 2010-03-29. Since the 1970s, when IBM Research invented the Relational Model and the Structured Query Language (SQL), IBM has developed a complete family of RDBMS software. Development started on mainframe platforms such as Virtual Machine (VM), Virtual Storage Extended (VSE), and Multiple Virtual Storage (MVS). In 1983, DB2 for MVS Version 1 was born. 'DB2' was used to indicate a shift from hierarchical databases, like the Information Management System (IMS) popular at the time, to the new relational databases.
  • ^'IBM Db2 Joins the AI Age'. InformationWeek. Retrieved 2019-08-20.
  • ^'How IBM Is Turning Db2 into an 'AI Database''. Datanami. 2019-06-04. Retrieved 2019-08-20.
  • ^Dignan, Larry. 'IBM aims to meld Db2 with machine learning, data science workflows'. ZDNet. Retrieved 2019-08-20.
  • Manager
  • ^'An Architecture for a Business and Information System'(PDF).
  • ^'Getting Started with pureQuery'. www.ibm.com. IBM. 20 October 2009. Retrieved 11 June 2016.
  • External links[edit]

    Wikibooks has a book on the topic of: Structured Query Language/Return Codes
    • Official website
    Retrieved from 'https://en.wikipedia.org/w/index.php?title=IBM_Db2_Family&oldid=914472132'

    Question & Answer


    Question

    How can I download a copy of IBM DB2 Version 10.5?

    Answer

    To download your purchased product, go to the IBM Passport Advantage® Web site,
    Select the products using one of these options:

    1. Find by search text using the product names as shown below
    2. Find by part number if you know the eAssembly Part Number (for example, from your order)
    3. Find by categories:
    • Select Brand = 'Information Management'
    • Select Family name ='IBM® Database 2'
    • Select Platform = for example, AIX®, Windows®, Linux®

    The required and optional parts for each product are listed, and described in detail. There is an option to download each licensed eAssembly. Each eAssembly contains all of the required and optional downloads needed for a particular product and platform combination.
    To download a trial version of various DB2® database products, go to
    http://www.ibm.com/software/data/db2/linux-unix-windows/download.html
    To download DB2 recommended fix packs, go to:
    http://www.ibm.com/support/docview.wss?uid=swg21321001
    CRMF0ML - IBM® DB2® for Linux®, UNIX® and Windows® 10.5 Documentation
    CIK9CMLNetwork version of the IBM® DB2® Information Center 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN0KSMLNetwork version of the IBM® DB2® Information Center 10.5 for Inspur® K1 platform, K-UX Linux
    CIK9DMLWorkstation version of the IBM® DB2® Information Center 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIK9EMLNetwork version of the IBM® DB2® Information Center 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK9FMLWorkstation version of the IBM® DB2® Information Center 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK9GMLIBM® DB2® PDF Documentation 10.5 for Linux®, UNIX and Windows®

    CRMF1ML - IBM® DB2® Developer Edition for Linux®, UNIX® and Windows® 10.5 eAssembly
    CNEC9MLIBM® DB2® Developer Edition - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEV3MLIBM® DB2® Server 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEV4MLIBM® DB2® Server 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIU0NMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for AIX®
    CIU0UMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU0XMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on System z®
    CIU0ZMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Solaris on UltraSPARC systems
    CIU11MLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIU0PMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for AIX®
    CIU0VMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU10MLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Solaris on UltraSPARC systems
    CN0NDMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KDMLIBM® InfoSphere® Data Replication - CDC for Management Console 10.2.1 for Windows®
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RZMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition, Quick Start 5.3.1 for Linux®, UNIX and Windows®
    CN17BMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux®
    CN36EMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux® on POWER® systems (little endian)
    CN17CMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for AIX®, for Solaris on UltraSPARC systems
    CN17AMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN181MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN182MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17ZMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System p®
    CN180MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System z®
    CN36FMLIBM® InfoSphere® Optim™ Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on POWER® systems (little endian)
    CN184MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for AIX®
    CN17YMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN183MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on UltraSPARC systems
    CN185MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on x64 systems
    CN17XMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17WMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN186MLIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1.0.2 for Multiplatforms
    CN17EMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Windows®
    CN17FMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for AIX®
    CN17GMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Linux®
    CN16UMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16WMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System p®
    CN16VMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System z®
    CN36BMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on POWER® systems (little endian)
    CN16QMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for AIX®
    CN16TMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for HP-UX on HP Integrity Itanium-based systems
    CN16RMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on UltraSPARC systems
    CN16SMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on x64 systems
    CN16NMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN16PMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN16XMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN16YMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16ZMLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN170MLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIPH4MLIBM® DB2® ESE Restricted Use, Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CN0R5MLIBM® InfoSphere® Optim™ Query Workload Tuner Quick Start Guide 4.1.1 for Linux® and Windows®
    CN6SVMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Windows®
    CN6SWMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Linux®
    CN6SUMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on POWER® (System i® and System p®) systems, for Linux® on System z®
    CN6STMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP2MLIBM® InfoSphere® Optim™ Configuration Manager Quick Start Guide 3.1 for Linux®, UNIX and Windows®
    CIK5JMLIBM® InfoSphere® Optim™ Configuration Manager License Activation Kit 3.1 for Linux®, UNIX and Windows®
    CIK5NMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK5QMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on POWER® (System i® and System p®) systems
    CIK5PMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on System z®
    CIK5MMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for AIX®
    CIK5SMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on UltraSPARC systems
    CIK5TMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on x64 systems
    CIK5RMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for HP-UX on HP Integrity Itanium-based systems
    CIK5KMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK5LMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP3ML IBM® InfoSphere® Optim™ pureQuery Runtime Quick Start 3.3 for Linux®, UNIX and Windows®
    CN17MML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN17NML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17RML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System p® systems
    CN17SML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System z®
    CN369ML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on POWER® systems (little endian)
    CN17VMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for AIX®
    CN17PMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN17TMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on UltraSPARC systems, for Solaris on x64 systems
    CN17UMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on x64 systems
    CN17KMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17LMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RYMLIBM® InfoSphere® Data Architect Quick Start 9.1.2 for Linux® and Windows®
    CN6J1MLIBM® InfoSphere® Data Architect Activation 9.1.3 for Linux® and Windows®
    CN6J0MLIBM® InfoSphere® Data Architect 9.1.3 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6IZMLIBM® InfoSphere® Data Architect 9.1.3 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIM1VMLIBM® Cognos® Business Intelligence Quick Start Guide 10.2.1 for Linux®, UNIX and Windows®
    CN1YLMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1YJMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on POWER® (System i® and System p®) systems
    CN1YKMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on System z®
    CIP34MLIBM® Cognos® Business Intelligence Server 10.2.1 for HP-UX on HP Integrity Itanium-based systems
    CN1YIMLIBM® Cognos® Business Intelligence Server 10.2.2 for AIX®
    CN1YMMLIBM® Cognos® Business Intelligence Server 10.2.2 for Solaris on UltraSPARC systems
    CN1YNMLIBM® Cognos® Business Intelligence Server 10.2.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YPMLIBM® Cognos® Business Intelligence Server 10.2.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIMS9MLIBM® Cognos® Mobile 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for 64-bit AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64), Blackberry, Symbian
    CIM1UMLIBM® Cognos® Framework Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM1YENIBM® Cognos® Lifecycle Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM21MLIBM® Cognos® Dynamic Query Analyzer 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for AIX®
    CIM20MLIBM® Cognos® Dynamic Cubes Modeling 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YTMLIBM® Cognos® Business Intelligence Samples 10.2.2 for Linux®, UNIX and Windows®
    CIM24MLIBM® Cognos® Supplementary Languages Documentation 10.2.1 for Linux®, UNIX and Windows®
    CZY67ENIBM® InfoSphere® Warehouse Pack for Customer Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY68ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight Quick Start 8.2.2 for Windows®
    CZY69ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY6AENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight Quick Start 8.2.2 for Windows®
    CZY6BENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI6XMMLIBM® WebSphere® Application Server Quick Start 8.5 for Linux®, UNIX and Windows®
    CI6XNMLIBM® WebSphere® Application Server (1 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XPMLIBM® WebSphere® Application Server (2 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XQMLIBM® WebSphere® Application Server (3 of 3) 8.5 for Linux®, UNIX and Windows®
    CN2XTMLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN2XVMLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CI6X9MLIBM® Installation Manager 1.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI6X7MLIBM® Installation Manager 1.5.2 for Linux® on POWER® (System i® and System p®) systems
    CI6X8MLIBM® Installation Manager 1.5.2 for Linux® on System z®
    CI6X4MLIBM® Installation Manager 1.5.2 for AIX®
    CI6X6MLIBM® Installation Manager 1.5.2 for HP-UX on HP Integrity Itanium-based systems
    CI6XBMLIBM® Installation Manager 1.5.2 for Solaris on UltraSPARC systems
    CI6XCMLIBM® Installation Manager 1.5.2 for Solaris on x64 systems
    CI6XDMLIBM® Installation Manager 1.5.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8PMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CI3ZJENIBM® solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZHENIBM® solidDB® 7 for AIX®
    CI3ZIENIBM® solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZNENIBM® solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZPENIBM® solidDB® 7 for Solaris on x64 systems
    CI3ZLENIBM® solidDB® 7 for Windows® on 32-bit AMD and Intel systems (x86)
    CI3ZMENIBM® solidDB® 7 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI3ZTENIBM® solidDB® License Certificate 7 for Linux®, UNIX and Windows®
    CI3ZUMLIBM® solidDB® Quick Start 7 for Linux®, UNIX and Windows®
    CI2J4MLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.1 for Linux®, UNIX and Windows®
    CI2KUMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.1 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI2JEMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J5MLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for AIX®
    CI2KAMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Solaris on UltraSPARC systems
    CI2KSMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Windows®
    CI2JGMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J7MLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for AIX®
    CI2KCMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Solaris on UltraSPARC systems
    CI2KJMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Windows®
    CI2JIMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J9MLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for AIX®
    CI2JRMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for HP-UX on HP Integrity Itanium-based systems
    CI2KEMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Solaris on UltraSPARC systems
    CI2KLMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Windows®
    CI2KTMLIBM® InfoSphere® Change Data Capture - Management Console 6.5.1 for Windows®
    CN8JFMLIBM® DB2® Warehouse Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7S4MLIBM® DB2® Warehouse Server 10.5 for Linux® on POWER® systems (little endian)
    CN7S5MLIBM® DB2® Warehouse Server 10.5 for AIX®
    CIKD8MLIBM® DB2® Warehouse Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIKD9MLIBM® DB2® Warehouse Server 10.5 for Solaris on UltraSPARC systems
    CIKY1MLIBM® DB2® Warehouse Server 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIKE0MLIBM® DB2® Warehouse Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YVMLIBM® DB2® Warehouse Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YWMLIBM® DB2® Warehouse Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YXMLIBM® DB2® Warehouse Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YYMLIBM® DB2® Warehouse Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64) , for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CILF3MLIBM® InfoSphere® Federation Server - Quick Start Guide 10.5 for Linux®, UNIX and Windows®
    CILF6MLIBM® InfoSphere® Federation Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CILF7MLIBM® InfoSphere® Federation Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CILF8MLIBM® InfoSphere® Federation Server 10.5 for Linux® on System z®
    CILG0MLIBM® InfoSphere® Federation Server 10.5 for AIX®
    CILG1MLIBM® InfoSphere® Federation Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CILF9MLIBM® InfoSphere® Federation Server 10.5 for Solaris on UltraSPARC systems
    CILF5MLIBM® InfoSphere® Federation Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4NGENIBM® Data Server Manager - Activation 1.1 for AIX®,
    CN4VHENIBM® Data Server Manager - Activation 1.1 for Linux® x86-64
    CN4VIENIBM® Data Server Manager - Activation 1.1 for Windows® 64-bit
    CN4NHENIBM® Data Server Manager Server Enterprise Edition 1.1 for AIX®,
    CN53GENIBM® Data Server Manager Server Enterprise Edition 1.1 for Linux® x86-64
    CN4NKENIBM® Data Server Manager Server Enterprise Edition 1.1 for Windows® 64-bit
    CN4NLENIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1 for AIX®, for Linux®, for Windows®

    CRMF2ML - IBM® DB2 Connect™ Application Server Edition 10.5 for Linux®, UNIX® and Windows® eAssembly
    CNED8MLIBM® DB2 Connect™ Application Server Edition - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN781ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN782ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN783ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN73VENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN78AENIBM® DB2® Support Files for SSL Functionality 10.5 for Inspur K1 platform, K-UX
    CN784ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN785ENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN786ENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN787ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN73WENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN788ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN789ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)

    CRMF3ML - IBM® DB2 Connect™ Application Server Advanced Edition 10.5 for Linux®, UNIX® and Windows® eAssembly
    CNED9MLIBM® DB2 Connect™ Application Server Advanced Edition - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN781ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN782ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN783ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN73VENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN78AENIBM® DB2® Support Files for SSL Functionality 10.5 for Inspur K1 platform, K-UX
    CN784ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN785ENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN786ENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN787ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN73WENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP3ML IBM® InfoSphere® Optim™ pureQuery Runtime Quick Start 3.3 for Linux®, UNIX and Windows®
    CIK6CML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Linux® on 32-bit AMD and Intel systems (x86)
    CIK6DML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK6FML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Linux® on POWER® (System i® and System p®) systems
    CIK6GML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Linux® on System z®
    CN369ML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on POWER® systems (little endian)
    CIK6JMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for AIX®
    CIK6EMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for HP-UX on HP Integrity Itanium-based systems
    CIK6HMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Solaris on UltraSPARC systems, for Solaris on x64 systems
    CIK6IMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Solaris on x64 systems
    CIK6AMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK6BMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Windows® on AMD64 and Intel® EM64T systems (x64)

    CRMF4ML - IBM® DB2 Connect™ Enterprise Edition 10.5 for Linux®, UNIX® and Windows® eAssembly
    CNEE0MLIBM® DB2 Connect™ Enterprise Edition - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN781ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN782ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN783ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN73VENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN78AENIBM® DB2® Support Files for SSL Functionality 10.5 for Inspur K1 platform, K-UX
    CN784ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN785ENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN786ENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN787ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN73WENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN788ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN789ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)

    CRMF6ML - IBM® DB2 Connect™ Unlimited Edition for System i® 10.5 for Linux®, UNIX® and Windows® eAssembly
    CNEB7MLIBM® DB2 Connect™ Unlimited Edition for System i® - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN781ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN782ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN783ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN73VENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN78AENIBM® DB2® Support Files for SSL Functionality 10.5 for Inspur K1 platform, K-UX
    CN784ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN785ENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN786ENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN787ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN73WENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN788ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN789ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)

    CRMF7ML - IBM® DB2 Connect™ Unlimited Edition for System z® 10.5 for Linux®, UNIX® and Windows® eAssembly
    CNEE1MLIBM® DB2 Connect™ Unlimited Edition for System z® - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN781ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN782ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN78AENIBM® DB2® Support Files for SSL Functionality 10.5 for Inspur K1 platform, K-UX
    CN783ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN73VENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN784ENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN785ENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN786ENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN787ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN73WENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN788ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN789ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)

    CRMF8ML - IBM® DB2 Connect™ Unlimited Advanced Edition for System z® 10.5 for Linux®, UNIX® and Windows® eAssembly
    CNEE2MLIBM® DB2 Connect™ Unlimited Advanced Edition for System z® - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN73VENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN73WENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP3ML IBM® InfoSphere® Optim™ pureQuery Runtime Quick Start 3.3 for Linux®, UNIX and Windows®
    CIK6CML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Linux® on 32-bit AMD and Intel systems (x86)
    CIK6DML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK6FML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Linux® on POWER® (System i® and System p®) systems
    CIK6GML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Linux® on System z®
    CN369ML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on POWER® systems (little endian)
    CIK6JMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for AIX®
    CIK6EMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for HP-UX on HP Integrity Itanium-based systems
    CIK6HMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Solaris on UltraSPARC systems, for Solaris on x64 systems
    CIK6IMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Solaris on x64 systems
    CIK6AMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK6BMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIQ4NMLIBM® InfoSphere® Optim™ Configuration Manager for z/OS - Quick Start Guide 3.1 for Linux®, UNIX and Windows®
    CIQ4PMLIBM® InfoSphere® Optim™ Configuration Manager for z/OS - License Activation Kit 3.1 for Linux®, UNIX and Windows®
    CIK5KMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK5LMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIK5MMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for AIX®
    CIK5NMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK5PMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on System z®
    CIK5QMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on POWER® (System i® and System p®) systems
    CIK5RMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for HP-UX on HP Integrity Itanium-based systems
    CIK5SMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on UltraSPARC systems
    CIK5TMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on x64 systems
    CIK5UMLIBM® InfoSphere® Optim™ Data Tools Runtime Client 3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIK5VMLIBM® InfoSphere® Optim™ Data Tools Runtime Client 3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK5WMLIBM® InfoSphere® Optim™ Data Tools Runtime Client 3.1 for HP-UX on HP Integrity Itanium-based systems
    CIK5XMLIBM® InfoSphere® Optim™ Data Tools Runtime Client 3.1 for Linux® on POWER® (System i® and System p®) systems
    CIK5YMLIBM® InfoSphere® Optim™ Data Tools Runtime Client 3.1 for Linux® on System z®
    CIK5ZMLIBM® InfoSphere® Optim™ Data Tools Runtime Client 3.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIK60MLIBM® InfoSphere® Optim™ Data Tools Runtime Client 3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK61MLIBM® InfoSphere® Optim™ Data Tools Runtime Client 3.1 for Solaris on x64 systems
    CIK62MLIBM® InfoSphere® Optim™ Data Tools Runtime Client 3.1 for Solaris on UltraSPARC systems
    CIK63MLIBM® InfoSphere® Optim™ Data Tools Runtime Client 3.1 for AIX®

    CRMF9ML - IBM® DB2® Advanced Enterprise Server Edition for Linux®, UNIX® and Windows® 10.5 - Authorized User Single Install Option eAssembly
    CNEB8MLIBM® DB2® Advanced Enterprise Server Edition - Authorized User Single Install Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC2MLIBM® DB2® Server 10.5 for Inspur® K1 platform, K-UX
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIEI5MLIBM® DB2® 10.1, Enterprise Server Edition - Authorized User Single Install Option - Quick Start and Activation 10.1 for Linux®, UNIX and Windows®
    CI6W6MLIBM® DB2® Enterprise Server Edition 10.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CI6W8MLIBM® DB2® Enterprise Server Edition 10.1 for Linux® on POWER® (System i® and System p®) systems
    CI6W7MLIBM® DB2® Enterprise Server Edition 10.1 for Linux® on System z®
    CI6W9MLIBM® DB2® Enterprise Server Edition 10.1 for AIX®
    CI6WAMLIBM® DB2® Enterprise Server Edition 10.1 for HP-UX on HP Integrity Itanium-based systems
    CI6WBMLIBM® DB2® Enterprise Server Edition 10.1 for Solaris on UltraSPARC systems
    CI6WCMLIBM® DB2® Enterprise Server Edition 10.1 for Solaris on x64 systems
    CI6WDMLIBM® DB2® Enterprise Server Edition 10.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CI6WEMLIBM® DB2® Enterprise Server Edition 10.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI36HMLIBM DB2 9.7, Enterprise Server Edition - Authorized User Option - Quick Start and Activation 9.7 for Linux®, UNIX and Windows®
    CZ19NENIBM DB2 Enterprise Server Edition 9.7 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CZ19PENIBM DB2 Enterprise Server Edition 9.7 for Linux® on POWER® (System i® and System p®) systems
    CZ19QENIBM DB2 Enterprise Server Edition 9.7 for Linux® on System z®
    CZ19JENIBM DB2 Enterprise Server Edition 9.7 for AIX®
    CZ19KENIBM DB2 Enterprise Server Edition 9.7 for HP-UX on HP Integrity Itanium-based systems
    CZ19LENIBM DB2 Enterprise Server Edition 9.7 for Solaris on UltraSPARC systems
    CZ19MENIBM DB2 Enterprise Server Edition 9.7 for Solaris on x64 systems
    CZ19HMLIBM DB2 Enterprise Server Edition 9.7 for Windows® on 32-bit AMD and Intel systems (x86)
    CZ19IMLIBM DB2 Enterprise Server Edition 9.7 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN0KUMLIBM® Data Server Runtime Client 10.5 for Inspur® K1 platform, K-UX
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN0KVMLIBM® Data Server Client 10.5 for Inspur® K1 platform, K-UX
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CN0KWMLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems, for Inspur® K1 platform, K-UX
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN5VEENIBM® DB2® Support Files for SSL Functionality 10.5 for Inspur® K1 platform, K-UX
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIG1DMLIBM® InfoSphere® Data Replication - Quick Start 10.2 for Linux®, UNIX and Windows®
    CIU0NMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for AIX®
    CIU0UMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU0XMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on System z®
    CIU0ZMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Solaris on UltraSPARC systems
    CIU11MLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KCMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Inspur® K1 platform, K-UX
    CIU0PMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for AIX®
    CIU0VMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU10MLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Solaris on UltraSPARC systems
    CN0NDMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KEMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Inspur® K1 platform, K-UX
    CN0KDMLIBM® InfoSphere® Data Replication - CDC for Management Console 10.2.1 for Windows®, for Inspur® K1 platform, K-UX
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RZMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition, Quick Start 5.3.1 for Linux®, UNIX and Windows®
    CN17BMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux®
    CN36EMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux® on POWER® systems (little endian)
    CN17CMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for AIX®, for Solaris on UltraSPARC systems
    CN17AMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN17DMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Inspur® K1 platform, K-UX
    CN181MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN182MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17ZMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System p®
    CN180MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System z®
    CN36FMLIBM® InfoSphere® Optim™ Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on POWER® systems (little endian)
    CN1C8MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Inspur® K1 platform, K-UX
    CN184MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for AIX®
    CN17YMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN183MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on UltraSPARC systems
    CN185MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on x64 systems
    CN17XMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17WMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN186MLIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1.0.2 for Multiplatforms
    CN17EMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Windows®
    CN17FMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for AIX®
    CN17GMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Linux®
    CN16UMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16WMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System p®
    CN16VMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System z®
    CN36BMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on POWER® systems (little endian)
    CN16QMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for AIX®
    CN16TMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for HP-UX on HP Integrity Itanium-based systems
    CN16RMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on UltraSPARC systems
    CN16SMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on x64 systems
    CN16NMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN16PMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN16XMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN16YMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16ZMLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN170MLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIPH4MLIBM® DB2® ESE Restricted Use, Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CN0R5MLIBM® InfoSphere® Optim™ Query Workload Tuner Quick Start Guide 4.1.1 for Linux® and Windows®
    CN6SVMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Windows®
    CN6SWMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Linux®
    CN6SUMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on POWER® (System i® and System p®) systems, for Linux® on System z®
    CN6STMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP2MLIBM® InfoSphere® Optim™ Configuration Manager Quick Start Guide 3.1 for Linux®, UNIX and Windows®
    CIK5JMLIBM® InfoSphere® Optim™ Configuration Manager License Activation Kit 3.1 for Linux®, UNIX and Windows®
    CIK5NMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK5QMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on POWER® (System i® and System p®) systems
    CIK5PMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on System z®
    CN0L0MLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Inspur® K1 platform, K-UX
    CIK5MMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for AIX®
    CIK5SMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on UltraSPARC systems
    CIK5TMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on x64 systems
    CIK5RMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for HP-UX on HP Integrity Itanium-based systems
    CIK5KMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK5LMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP3ML IBM® InfoSphere® Optim™ pureQuery Runtime Quick Start 3.3 for Linux®, UNIX and Windows®
    CN17MML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN17NML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17RML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System p® systems
    CN17SML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System z®
    CN369ML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on POWER® systems (little endian)
    CN17QML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Inspur® K1 platform, K-UX
    CN17VMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for AIX®
    CN17PMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN17TMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on UltraSPARC systems, for Solaris on x64 systems
    CN17UMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on x64 systems
    CN17KMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17LMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RYMLIBM® InfoSphere® Data Architect Quick Start 9.1.2 for Linux® and Windows®
    CN6J1MLIBM® InfoSphere® Data Architect Activation 9.1.3 for Linux® and Windows®
    CN6J0MLIBM® InfoSphere® Data Architect 9.1.3 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6IZMLIBM® InfoSphere® Data Architect 9.1.3 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIM1VMLIBM® Cognos® Business Intelligence Quick Start Guide 10.2.1 for Linux®, UNIX and Windows®
    CN1YLMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1YJMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on POWER® (System i® and System p®) systems
    CN1YKMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on System z®
    CIP34MLIBM® Cognos® Business Intelligence Server 10.2.1 for HP-UX on HP Integrity Itanium-based systems
    CN1YIMLIBM® Cognos® Business Intelligence Server 10.2.2 for AIX®
    CN1YMMLIBM® Cognos® Business Intelligence Server 10.2.2 for Solaris on UltraSPARC systems
    CN1YNMLIBM® Cognos® Business Intelligence Server 10.2.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YPMLIBM® Cognos® Business Intelligence Server 10.2.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIMS9MLIBM® Cognos® Mobile 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for 64-bit AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64), Blackberry, Symbian
    CIM1UMLIBM® Cognos® Framework Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM1YENIBM® Cognos® Lifecycle Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM21MLIBM® Cognos® Dynamic Query Analyzer 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for AIX®
    CIM20MLIBM® Cognos® Dynamic Cubes Modeling 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YTMLIBM® Cognos® Business Intelligence Samples 10.2.2 for Linux®, UNIX and Windows®
    CIM24MLIBM® Cognos® Supplementary Languages Documentation 10.2.1 for Linux®, UNIX and Windows®
    CZY67ENIBM® InfoSphere® Warehouse Pack for Customer Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY68ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight Quick Start 8.2.2 for Windows®
    CZY69ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY6AENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight Quick Start 8.2.2 for Windows®
    CZY6BENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI6XMMLIBM® WebSphere® Application Server Quick Start 8.5 for Linux®, UNIX and Windows®
    CI6XNMLIBM® WebSphere® Application Server (1 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XPMLIBM® WebSphere® Application Server (2 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XQMLIBM® WebSphere® Application Server (3 of 3) 8.5 for Linux®, UNIX and Windows®
    CN2XTMLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN2XVMLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN0B4MLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B7MLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B5MLIBM® WebSphere® Application Server Supplements (1 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B6MLIBM® WebSphere® Application Server Supplements (2 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B9MLIBM® WebSphere® Application Server (Liberty Java 6) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BAMLIBM® WebSphere® Application Server (Liberty Base) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BBMLIBM® WebSphere® Application Server Network Deployment (1 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B8MLIBM® WebSphere® Application Server Network Deployment (2 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BDMLIBM® WebSphere® Application Server Network Deployment (Liberty) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BCMLIBM® DMZ Secure Proxy Server WebSphere® Application Server Network Deployment 8.5.5 for Inspur® K1 platform, K-UX
    CI6X9MLIBM® Installation Manager 1.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI6X7MLIBM® Installation Manager 1.5.2 for Linux® on POWER® (System i® and System p®) systems
    CI6X8MLIBM® Installation Manager 1.5.2 for Linux® on System z®
    CI6X4MLIBM® Installation Manager 1.5.2 for AIX®
    CI6X6MLIBM® Installation Manager 1.5.2 for HP-UX on HP Integrity Itanium-based systems
    CI6XBMLIBM® Installation Manager 1.5.2 for Solaris on UltraSPARC systems
    CI6XCMLIBM® Installation Manager 1.5.2 for Solaris on x64 systems
    CI6XDMLIBM® Installation Manager 1.5.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CI3ZJENIBM® solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZHENIBM® solidDB® 7 for AIX®
    CI3ZIENIBM® solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZNENIBM® solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZPENIBM® solidDB® 7 for Solaris on x64 systems
    CI3ZLENIBM® solidDB® 7 for Windows® on 32-bit AMD and Intel systems (x86)
    CI3ZMENIBM® solidDB® 7 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI3ZTENIBM® solidDB® License Certificate 7 for Linux®, UNIX and Windows®
    CI3ZUMLIBM® solidDB® Quick Start 7 for Linux®, UNIX and Windows®
    CI2J4MLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.1 for Linux®, UNIX and Windows®
    CI2KUMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.1 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI2JEMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J5MLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for AIX®
    CI2KAMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Solaris on UltraSPARC systems
    CI2KSMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Windows®
    CI2JGMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J7MLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for AIX®
    CI2KCMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Solaris on UltraSPARC systems
    CI2KJMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Windows®
    CI2JIMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J9MLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for AIX®
    CI2JRMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for HP-UX on HP Integrity Itanium-based systems
    CI2KEMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Solaris on UltraSPARC systems
    CI2KLMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Windows®
    CI2KTMLIBM® InfoSphere® Change Data Capture - Management Console 6.5.1 for Windows®
    CN8JFMLIBM® DB2® Warehouse Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7S4MLIBM® DB2® Warehouse Server 10.5 for Linux® on POWER® systems (little endian)
    CN0KYMLIBM® DB2® Warehouse Server 10.5 for Inspur® K1 platform, K-UX
    CN7S5MLIBM® DB2® Warehouse Server 10.5 for AIX®
    CIKD8MLIBM® DB2® Warehouse Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIKD9MLIBM® DB2® Warehouse Server 10.5 for Solaris on UltraSPARC systems
    CIKE0MLIBM® DB2® Warehouse Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YVMLIBM® DB2® Warehouse Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YWMLIBM® DB2® Warehouse Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YXMLIBM® DB2® Warehouse Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YYMLIBM® DB2® Warehouse Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64) , for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CILF3MLIBM® InfoSphere® Federation Server - Quick Start Guide 10.5 for Linux®, UNIX and Windows®
    CILF6MLIBM® InfoSphere® Federation Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CILF7MLIBM® InfoSphere® Federation Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CILF8MLIBM® InfoSphere® Federation Server 10.5 for Linux® on System z®
    CILG0MLIBM® InfoSphere® Federation Server 10.5 for AIX®
    CILG1MLIBM® InfoSphere® Federation Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CILF9MLIBM® InfoSphere® Federation Server 10.5 for Solaris on UltraSPARC systems
    CILF5MLIBM® InfoSphere® Federation Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4NGENIBM® Data Server Manager - Activation 1.1 for AIX®,
    CN4VHENIBM® Data Server Manager - Activation 1.1 for Linux® x86-64
    CN4VIENIBM® Data Server Manager - Activation 1.1 for Windows® 64-bit
    CN4NHENIBM® Data Server Manager Server Enterprise Edition 1.1 for AIX®,
    CN53GENIBM® Data Server Manager Server Enterprise Edition 1.1 for Linux® x86-64
    CN4NKENIBM® Data Server Manager Server Enterprise Edition 1.1 for Windows® 64-bit
    CN4NLENIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1 for AIX®, for Linux®, for Windows®

    CRMG0ML - IBM® DB2® Advanced Enterprise Server Edition for Linux®, UNIX® and Windows® - PVU Option eAssembly
    CNED0MLIBM® DB2® Advanced Enterprise Server Edition - PVU Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC2MLIBM® DB2® Server 10.5 for Inspur® K1 platform, K-UX
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIEI6MLIBM® DB2® 10.1, Enterprise Server Edition - PVU Option - Quick Start and Activation 10.1 for Linux®, UNIX and Windows®
    CI6W6MLIBM® DB2® Enterprise Server Edition 10.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CI6W8MLIBM® DB2® Enterprise Server Edition 10.1 for Linux® on POWER® (System i® and System p®) systems
    CI6W7MLIBM® DB2® Enterprise Server Edition 10.1 for Linux® on System z®
    CI6W9MLIBM® DB2® Enterprise Server Edition 10.1 for AIX®
    CI6WAMLIBM® DB2® Enterprise Server Edition 10.1 for HP-UX on HP Integrity Itanium-based systems
    CI6WBMLIBM® DB2® Enterprise Server Edition 10.1 for Solaris on UltraSPARC systems
    CI6WCMLIBM® DB2® Enterprise Server Edition 10.1 for Solaris on x64 systems
    CI6WDMLIBM® DB2® Enterprise Server Edition 10.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CI6WEMLIBM® DB2® Enterprise Server Edition 10.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI36GMLIBM DB2 9.7, Enterprise Server Edition - CPU Option - Quick Start and Activation 9.7 for Linux®, UNIX and Windows®
    CZ19NENIBM DB2 Enterprise Server Edition 9.7 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CZ19PENIBM DB2 Enterprise Server Edition 9.7 for Linux® on POWER® (System i® and System p®) systems
    CZ19QENIBM DB2 Enterprise Server Edition 9.7 for Linux® on System z®
    CZ19JENIBM DB2 Enterprise Server Edition 9.7 for AIX®
    CZ19KENIBM DB2 Enterprise Server Edition 9.7 for HP-UX on HP Integrity Itanium-based systems
    CZ19LENIBM DB2 Enterprise Server Edition 9.7 for Solaris on UltraSPARC systems
    CZ19MENIBM DB2 Enterprise Server Edition 9.7 for Solaris on x64 systems
    CZ19HMLIBM DB2 Enterprise Server Edition 9.7 for Windows® on 32-bit AMD and Intel systems (x86)
    CZ19IMLIBM DB2 Enterprise Server Edition 9.7 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN0KUMLIBM® Data Server Runtime Client 10.5 for Inspur® K1 platform, K-UX
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN0KVMLIBM® Data Server Client 10.5 for Inspur® K1 platform, K-UX
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CN0KWMLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems, for Inspur® K1 platform, K-UX
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN5VEENIBM® DB2® Support Files for SSL Functionality 10.5 for Inspur® K1 platform, K-UX
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIG1DMLIBM® InfoSphere® Data Replication - Quick Start 10.2 for Linux®, UNIX and Windows®
    CIU0NMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for AIX®
    CIU0UMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU0XMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on System z®
    CIU0ZMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Solaris on UltraSPARC systems
    CIU11MLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KCMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Inspur® K1 platform, K-UX
    CIU0PMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for AIX®
    CIU0VMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU10MLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Solaris on UltraSPARC systems
    CN0NDMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KEMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Inspur® K1 platform, K-UX
    CN0KDMLIBM® InfoSphere® Data Replication - CDC for Management Console 10.2.1 for Windows®, for Inspur® K1 platform, K-UX
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RZMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition, Quick Start 5.3.1 for Linux®, UNIX and Windows®
    CN17BMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux®
    CN36EMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux® on POWER® systems (little endian)
    CN17CMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for AIX®, for Solaris on UltraSPARC systems
    CN17AMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN17DMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Inspur® K1 platform, K-UX
    CN181MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN182MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17ZMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System p®
    CN180MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System z®
    CN36FMLIBM® InfoSphere® Optim™ Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on POWER® systems (little endian)
    CN1C8MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Inspur® K1 platform, K-UX
    CN184MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for AIX®
    CN17YMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN183MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on UltraSPARC systems
    CN185MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on x64 systems
    CN17XMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17WMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN186MLIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1.0.2 for Multiplatforms
    CN17EMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Windows®
    CN17FMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for AIX®
    CN17GMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Linux®
    CN16UMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16WMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System p®
    CN16VMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System z®
    CN36BMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on POWER® systems (little endian)
    CN16QMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for AIX®
    CN16TMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for HP-UX on HP Integrity Itanium-based systems
    CN16RMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on UltraSPARC systems
    CN16SMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on x64 systems
    CN16NMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN16PMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN16XMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN16YMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16ZMLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN170MLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIPH4MLIBM® DB2® ESE Restricted Use, Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CN0R5MLIBM® InfoSphere® Optim™ Query Workload Tuner Quick Start Guide 4.1.1 for Linux® and Windows®
    CN6SVMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Windows®
    CN6SWMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Linux®
    CN6SUMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on POWER® (System i® and System p®) systems, for Linux® on System z®
    CN6STMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP2MLIBM® InfoSphere® Optim™ Configuration Manager Quick Start Guide 3.1 for Linux®, UNIX and Windows®
    CIK5JMLIBM® InfoSphere® Optim™ Configuration Manager License Activation Kit 3.1 for Linux®, UNIX and Windows®
    CIK5NMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK5QMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on POWER® (System i® and System p®) systems
    CIK5PMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on System z®
    CN0L0MLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Inspur® K1 platform, K-UX
    CIK5MMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for AIX®
    CIK5SMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on UltraSPARC systems
    CIK5TMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on x64 systems
    CIK5RMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for HP-UX on HP Integrity Itanium-based systems
    CIK5KMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK5LMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP3ML IBM® InfoSphere® Optim™ pureQuery Runtime Quick Start 3.3 for Linux®, UNIX and Windows®
    CN17MML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN17NML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17RML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System p® systems
    CN17SML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System z®
    CN369ML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on POWER® systems (little endian)
    CN17QML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Inspur® K1 platform, K-UX
    CN17VMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for AIX®
    CN17PMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN17TMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on UltraSPARC systems, for Solaris on x64 systems
    CN17UMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on x64 systems
    CN17KMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17LMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RYMLIBM® InfoSphere® Data Architect Quick Start 9.1.2 for Linux® and Windows®
    CN6J1MLIBM® InfoSphere® Data Architect Activation 9.1.3 for Linux® and Windows®
    CN6J0MLIBM® InfoSphere® Data Architect 9.1.3 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6IZMLIBM® InfoSphere® Data Architect 9.1.3 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIM1VMLIBM® Cognos® Business Intelligence Quick Start Guide 10.2.1 for Linux®, UNIX and Windows®
    CN1YLMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1YJMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on POWER® (System i® and System p®) systems
    CN1YKMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on System z®
    CIP34MLIBM® Cognos® Business Intelligence Server 10.2.1 for HP-UX on HP Integrity Itanium-based systems
    CN1YIMLIBM® Cognos® Business Intelligence Server 10.2.2 for AIX®
    CN1YMMLIBM® Cognos® Business Intelligence Server 10.2.2 for Solaris on UltraSPARC systems
    CN1YNMLIBM® Cognos® Business Intelligence Server 10.2.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YPMLIBM® Cognos® Business Intelligence Server 10.2.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIMS9MLIBM® Cognos® Mobile 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for 64-bit AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64), Blackberry, Symbian
    CIM1UMLIBM® Cognos® Framework Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM1YENIBM® Cognos® Lifecycle Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM21MLIBM® Cognos® Dynamic Query Analyzer 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for AIX®
    CIM20MLIBM® Cognos® Dynamic Cubes Modeling 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YTMLIBM® Cognos® Business Intelligence Samples 10.2.2 for Linux®, UNIX and Windows®
    CIM24MLIBM® Cognos® Supplementary Languages Documentation 10.2.1 for Linux®, UNIX and Windows®
    CZY67ENIBM® InfoSphere® Warehouse Pack for Customer Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY68ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight Quick Start 8.2.2 for Windows®
    CZY69ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY6AENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight Quick Start 8.2.2 for Windows®
    CZY6BENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI6XMMLIBM® WebSphere® Application Server Quick Start 8.5 for Linux®, UNIX and Windows®
    CI6XNMLIBM® WebSphere® Application Server (1 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XPMLIBM® WebSphere® Application Server (2 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XQMLIBM® WebSphere® Application Server (3 of 3) 8.5 for Linux®, UNIX and Windows®
    CN2XTMLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN2XVMLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN0B4MLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B7MLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B5MLIBM® WebSphere® Application Server Supplements (1 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B6MLIBM® WebSphere® Application Server Supplements (2 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B9MLIBM® WebSphere® Application Server (Liberty Java 6) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BAMLIBM® WebSphere® Application Server (Liberty Base) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BBMLIBM® WebSphere® Application Server Network Deployment (1 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B8MLIBM® WebSphere® Application Server Network Deployment (2 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BDMLIBM® WebSphere® Application Server Network Deployment (Liberty) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BCMLIBM® DMZ Secure Proxy Server WebSphere® Application Server Network Deployment 8.5.5 for Inspur® K1 platform, K-UX
    CI6X9MLIBM® Installation Manager 1.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI6X7MLIBM® Installation Manager 1.5.2 for Linux® on POWER® (System i® and System p®) systems
    CI6X8MLIBM® Installation Manager 1.5.2 for Linux® on System z®
    CI6X4MLIBM® Installation Manager 1.5.2 for AIX®
    CI6X6MLIBM® Installation Manager 1.5.2 for HP-UX on HP Integrity Itanium-based systems
    CI6XBMLIBM® Installation Manager 1.5.2 for Solaris on UltraSPARC systems
    CI6XCMLIBM® Installation Manager 1.5.2 for Solaris on x64 systems
    CI6XDMLIBM® Installation Manager 1.5.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CI3ZJENIBM® solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZHENIBM® solidDB® 7 for AIX®
    CI3ZIENIBM® solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZNENIBM® solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZPENIBM® solidDB® 7 for Solaris on x64 systems
    CI3ZLENIBM® solidDB® 7 for Windows® on 32-bit AMD and Intel systems (x86)
    CI3ZMENIBM® solidDB® 7 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI3ZTENIBM® solidDB® License Certificate 7 for Linux®, UNIX and Windows®
    CI3ZUMLIBM® solidDB® Quick Start 7 for Linux®, UNIX and Windows®
    CI2J4MLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.1 for Linux®, UNIX and Windows®
    CI2KUMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.1 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI2JEMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J5MLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for AIX®
    CI2KAMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Solaris on UltraSPARC systems
    CI2KSMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Windows®
    CI2JGMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J7MLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for AIX®
    CI2KCMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Solaris on UltraSPARC systems
    CI2KJMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Windows®
    CI2JIMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J9MLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for AIX®
    CI2JRMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for HP-UX on HP Integrity Itanium-based systems
    CI2KEMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Solaris on UltraSPARC systems
    CI2KLMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Windows®
    CI2KTMLIBM® InfoSphere® Change Data Capture - Management Console 6.5.1 for Windows®
    CN8JFMLIBM® DB2® Warehouse Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7S4MLIBM® DB2® Warehouse Server 10.5 for Linux® on POWER® systems (little endian)
    CN0KYMLIBM® DB2® Warehouse Server 10.5 for Inspur® K1 platform, K-UX
    CN7S5MLIBM® DB2® Warehouse Server 10.5 for AIX®
    CIKD8MLIBM® DB2® Warehouse Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIKD9MLIBM® DB2® Warehouse Server 10.5 for Solaris on UltraSPARC systems
    CIKE0MLIBM® DB2® Warehouse Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YVMLIBM® DB2® Warehouse Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YWMLIBM® DB2® Warehouse Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YXMLIBM® DB2® Warehouse Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YYMLIBM® DB2® Warehouse Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64) , for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CILF3MLIBM® InfoSphere® Federation Server - Quick Start Guide 10.5 for Linux®, UNIX and Windows®
    CILF6MLIBM® InfoSphere® Federation Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CILF7MLIBM® InfoSphere® Federation Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CILF8MLIBM® InfoSphere® Federation Server 10.5 for Linux® on System z®
    CILG0MLIBM® InfoSphere® Federation Server 10.5 for AIX®
    CILG1MLIBM® InfoSphere® Federation Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CILF9MLIBM® InfoSphere® Federation Server 10.5 for Solaris on UltraSPARC systems
    CILF5MLIBM® InfoSphere® Federation Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4NGENIBM® Data Server Manager - Activation 1.1 for AIX®,
    CN4VHENIBM® Data Server Manager - Activation 1.1 for Linux® x86-64
    CN4VIENIBM® Data Server Manager - Activation 1.1 for Windows® 64-bit
    CN4NHENIBM® Data Server Manager Server Enterprise Edition 1.1 for AIX®,
    CN53GENIBM® Data Server Manager Server Enterprise Edition 1.1 for Linux® x86-64
    CN4NKENIBM® Data Server Manager Server Enterprise Edition 1.1 for Windows® 64-bit
    CN4NLENIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1 for AIX®, for Linux®, for Windows®

    CRMG1ML - IBM® DB2® Advanced Enterprise Server Edition for Linux®, UNIX® and Windows® 10.5 - Terabyte Option eAssembly
    CNED1MLIBM® DB2® Advanced Enterprise Server Edition - Terabyte Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC2MLIBM® DB2® Server 10.5 for Inspur® K1 platform, K-UX
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN0KUMLIBM® Data Server Runtime Client 10.5 for Inspur® K1 platform, K-UX
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN0KVMLIBM® Data Server Client 10.5 for Inspur® K1 platform, K-UX
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CN0KWMLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems, for Inspur® K1 platform, K-UX
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN5VEENIBM® DB2® Support Files for SSL Functionality 10.5 for Inspur® K1 platform, K-UX
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIG1DMLIBM® InfoSphere® Data Replication - Quick Start 10.2 for Linux®, UNIX and Windows®
    CIU0NMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for AIX®
    CIU0UMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU0XMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on System z®
    CIU0ZMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Solaris on UltraSPARC systems
    CIU11MLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KCMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Inspur® K1 platform, K-UX
    CIU0PMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for AIX®
    CIU0VMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU10MLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Solaris on UltraSPARC systems
    CN0NDMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KEMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Inspur® K1 platform, K-UX
    CN0KDMLIBM® InfoSphere® Data Replication - CDC for Management Console 10.2.1 for Windows®, for Inspur® K1 platform, K-UX
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RZMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition, Quick Start 5.3.1 for Linux®, UNIX and Windows®
    CN17BMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux®
    CN36EMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux® on POWER® systems (little endian)
    CN17CMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for AIX®, for Solaris on UltraSPARC systems
    CN17AMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN17DMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Inspur® K1 platform, K-UX
    CN181MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN182MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17ZMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System p®
    CN180MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System z®
    CN36FMLIBM® InfoSphere® Optim™ Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on POWER® systems (little endian)
    CN1C8MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Inspur® K1 platform, K-UX
    CN184MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for AIX®
    CN17YMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN183MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on UltraSPARC systems
    CN185MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on x64 systems
    CN17XMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17WMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN186MLIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1.0.2 for Multiplatforms
    CN17EMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Windows®
    CN17FMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for AIX®
    CN17GMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Linux®
    CN16UMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16WMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System p®
    CN16VMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System z®
    CN36BMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on POWER® systems (little endian)
    CN16QMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for AIX®
    CN16TMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for HP-UX on HP Integrity Itanium-based systems
    CN16RMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on UltraSPARC systems
    CN16SMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on x64 systems
    CN16NMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN16PMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN16XMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN16YMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16ZMLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN170MLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIPH4MLIBM® DB2® ESE Restricted Use, Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CN0R5MLIBM® InfoSphere® Optim™ Query Workload Tuner Quick Start Guide 4.1.1 for Linux® and Windows®
    CN6SVMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Windows®
    CN6SWMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Linux®
    CN6SUMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on POWER® (System i® and System p®) systems, for Linux® on System z®
    CN6STMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP2MLIBM® InfoSphere® Optim™ Configuration Manager Quick Start Guide 3.1 for Linux®, UNIX and Windows®
    CIK5JMLIBM® InfoSphere® Optim™ Configuration Manager License Activation Kit 3.1 for Linux®, UNIX and Windows®
    CIK5NMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK5QMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on POWER® (System i® and System p®) systems
    CIK5PMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on System z®
    CN0L0MLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Inspur® K1 platform, K-UX
    CIK5MMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for AIX®
    CIK5SMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on UltraSPARC systems
    CIK5TMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on x64 systems
    CIK5RMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for HP-UX on HP Integrity Itanium-based systems
    CIK5KMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK5LMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP3ML IBM® InfoSphere® Optim™ pureQuery Runtime Quick Start 3.3 for Linux®, UNIX and Windows®
    CN17MML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN17NML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17RML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System p® systems
    CN17SML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System z®
    CN369ML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on POWER® systems (little endian)
    CN17QML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Inspur® K1 platform, K-UX
    CN17VMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for AIX®
    CN17PMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN17TMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on UltraSPARC systems, for Solaris on x64 systems
    CN17UMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on x64 systems
    CN17KMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17LMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RYMLIBM® InfoSphere® Data Architect Quick Start 9.1.2 for Linux® and Windows®
    CN6J1MLIBM® InfoSphere® Data Architect Activation 9.1.3 for Linux® and Windows®
    CN6J0MLIBM® InfoSphere® Data Architect 9.1.3 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6IZMLIBM® InfoSphere® Data Architect 9.1.3 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIM1VMLIBM® Cognos® Business Intelligence Quick Start Guide 10.2.1 for Linux®, UNIX and Windows®
    CN1YLMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1YJMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on POWER® (System i® and System p®) systems
    CN1YKMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on System z®
    CIP34MLIBM® Cognos® Business Intelligence Server 10.2.1 for HP-UX on HP Integrity Itanium-based systems
    CN1YIMLIBM® Cognos® Business Intelligence Server 10.2.2 for AIX®
    CN1YMMLIBM® Cognos® Business Intelligence Server 10.2.2 for Solaris on UltraSPARC systems
    CN1YNMLIBM® Cognos® Business Intelligence Server 10.2.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YPMLIBM® Cognos® Business Intelligence Server 10.2.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIMS9MLIBM® Cognos® Mobile 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for 64-bit AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64), Blackberry, Symbian
    CIM1UMLIBM® Cognos® Framework Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM1YENIBM® Cognos® Lifecycle Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM21MLIBM® Cognos® Dynamic Query Analyzer 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for AIX®
    CIM20MLIBM® Cognos® Dynamic Cubes Modeling 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YTMLIBM® Cognos® Business Intelligence Samples 10.2.2 for Linux®, UNIX and Windows®
    CIM24MLIBM® Cognos® Supplementary Languages Documentation 10.2.1 for Linux®, UNIX and Windows®
    CIM24MLIBM® Cognos® Supplementary Languages Documentation 10.2.1 for Linux®, UNIX and Windows®
    CZY67ENIBM® InfoSphere® Warehouse Pack for Customer Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY68ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight Quick Start 8.2.2 for Windows®
    CZY69ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY6AENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight Quick Start 8.2.2 for Windows®
    CZY6BENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI6XMMLIBM® WebSphere® Application Server Quick Start 8.5 for Linux®, UNIX and Windows®
    CI6XNMLIBM® WebSphere® Application Server (1 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XPMLIBM® WebSphere® Application Server (2 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XQMLIBM® WebSphere® Application Server (3 of 3) 8.5 for Linux®, UNIX and Windows®
    CN2XTMLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN2XVMLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN0B4MLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B7MLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B5MLIBM® WebSphere® Application Server Supplements (1 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B6MLIBM® WebSphere® Application Server Supplements (2 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B9MLIBM® WebSphere® Application Server (Liberty Java 6) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BAMLIBM® WebSphere® Application Server (Liberty Base) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BBMLIBM® WebSphere® Application Server Network Deployment (1 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0B8MLIBM® WebSphere® Application Server Network Deployment (2 of 2) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BDMLIBM® WebSphere® Application Server Network Deployment (Liberty) 8.5.5 for Inspur® K1 platform, K-UX
    CN0BCMLIBM® DMZ Secure Proxy Server WebSphere® Application Server Network Deployment 8.5.5 for Inspur® K1 platform, K-UX
    CI6X9MLIBM® Installation Manager 1.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI6X7MLIBM® Installation Manager 1.5.2 for Linux® on POWER® (System i® and System p®) systems
    CI6X8MLIBM® Installation Manager 1.5.2 for Linux® on System z®
    CI6X4MLIBM® Installation Manager 1.5.2 for AIX®
    CI6X6MLIBM® Installation Manager 1.5.2 for HP-UX on HP Integrity Itanium-based systems
    CI6XBMLIBM® Installation Manager 1.5.2 for Solaris on UltraSPARC systems
    CI6XCMLIBM® Installation Manager 1.5.2 for Solaris on x64 systems
    CI6XDMLIBM® Installation Manager 1.5.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CI3ZJENIBM® solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZHENIBM® solidDB® 7 for AIX®
    CI3ZIENIBM® solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZNENIBM® solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZPENIBM® solidDB® 7 for Solaris on x64 systems
    CI3ZLENIBM® solidDB® 7 for Windows® on 32-bit AMD and Intel systems (x86)
    CI3ZMENIBM® solidDB® 7 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI3ZTENIBM® solidDB® License Certificate 7 for Linux®, UNIX and Windows®
    CI3ZUMLIBM® solidDB® Quick Start 7 for Linux®, UNIX and Windows®
    CI2J4MLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.1 for Linux®, UNIX and Windows®
    CI2KUMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.1 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI2JEMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J5MLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for AIX®
    CI2KAMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Solaris on UltraSPARC systems
    CI2KSMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Windows®
    CI2JGMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J7MLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for AIX®
    CI2KCMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Solaris on UltraSPARC systems
    CI2KJMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Windows®
    CI2JIMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J9MLIBM InfoSphere® Change Data Capture - Informix® 6.5.1 for AIX®
    CI2JRMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for HP-UX on HP Integrity Itanium-based systems
    CI2KEMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Solaris on UltraSPARC systems
    CI2KLMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Windows®
    CI2KTMLIBM® InfoSphere® Change Data Capture - Management Console 6.5.1 for Windows®
    CN8JFMLIBM® DB2® Warehouse Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7S4MLIBM® DB2® Warehouse Server 10.5 for Linux® on POWER® systems (little endian)
    CN0KYMLIBM® DB2® Warehouse Server 10.5 for Inspur® K1 platform, K-UX
    CN7S5MLIBM® DB2® Warehouse Server 10.5 for AIX®
    CIKD8MLIBM® DB2® Warehouse Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIKD9MLIBM® DB2® Warehouse Server 10.5 for Solaris on UltraSPARC systems
    CIKE0MLIBM® DB2® Warehouse Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YVMLIBM® DB2® Warehouse Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YWMLIBM® DB2® Warehouse Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YXMLIBM® DB2® Warehouse Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YYMLIBM® DB2® Warehouse Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64) , for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CILF3MLIBM® InfoSphere® Federation Server - Quick Start Guide 10.5 for Linux®, UNIX and Windows®
    CILF6MLIBM® InfoSphere® Federation Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CILF7MLIBM® InfoSphere® Federation Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CILF8MLIBM® InfoSphere® Federation Server 10.5 for Linux® on System z®
    CILG0MLIBM® InfoSphere® Federation Server 10.5 for AIX®
    CILG1MLIBM® InfoSphere® Federation Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CILF9MLIBM® InfoSphere® Federation Server 10.5 for Solaris on UltraSPARC systems
    CILF5MLIBM® InfoSphere® Federation Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4NGENIBM® Data Server Manager - Activation 1.1 for AIX®,
    CN4VHENIBM® Data Server Manager - Activation 1.1 for Linux® x86-64
    CN4VIENIBM® Data Server Manager - Activation 1.1 for Windows® 64-bit
    CN4NHENIBM® Data Server Manager Server Enterprise Edition 1.1 for AIX®,
    CN53GENIBM® Data Server Manager Server Enterprise Edition 1.1 for Linux® x86-64
    CN4NKENIBM® Data Server Manager Server Enterprise Edition 1.1 for Windows® 64-bit
    CN4NLENIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1 for AIX®, for Linux®, for Windows®

    CRMG2ML - IBM® DB2® Advanced Recovery Feature for Linux®, UNIX® and Windows® 10.5 eAssembly
    CIJU7MLIBM® DB2® Advanced Recovery Feature - Activation 10.5 for Linux®, UNIX and Windows®
    CN0S4MLIBM® DB2® Merge Backup Quick Start 2.1.0.1 for Linux®, UNIX and Windows®
    CN18LMLIBM® DB2® Merge Backup 2.1.0.1 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN18MMLIBM® DB2® Merge Backup 2.1.0.1 for AIX®
    CN18NMLIBM® DB2® Merge Backup 2.1.0.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN18PMLIBM® DB2® Merge Backup 2.1.0.1 for Linux® on POWER® (System i® and System p®) systems
    CN18QMLIBM® DB2® Merge Backup 2.1.0.1 for Linux® on System z®
    CN18RMLIBM® DB2® Merge Backup 2.1.0.1 for HP-UX on HP Integrity Itanium-based systems
    CN18SMLIBM® DB2® Merge Backup 2.1.0.1 for Solaris on UltraSPARC systems
    CN365MLIBM® DB2® Merge Backup 2.1.0.1 for Linux® on POWER® systems (little endian)
    CN364MLIBM® DB2® Merge Backup 2.1.0.1 for Inspur® K1 platform, K-UX
    CN0S3MLIBM® DB2® Recovery Expert Quick Start 4.1.0.1 for Linux®, UNIX and Windows®
    CN1A0MLIBM® DB2® Recovery Expert Activation 4.1.0.1 for Linux®
    CN1A1MLIBM® DB2® Recovery Expert for zLinux® Activation 4.1.0.1 for Linux® on System z®
    CN366MLIBM® DB2® Recovery Expert for for Linux® on POWER® systems (little endian) Activation 4.1.0.1 for Linux® on POWER® systems (little endian)
    CN1APMLIBM® DB2® Recovery Expert for Inspur on K-UX Activation 4.1.0.1 for Inspur® K1 platform, K-UX
    CN1A2MLIBM® DB2® Recovery Expert for AIX® Activation 4.1.0.1 for AIX®
    CN1A3MLIBM® DB2® Recovery Expert for Solaris Activation 4.1.0.1 for Solaris on UltraSPARC systems
    CN1A4MLIBM® DB2® Recovery Expert for Windows® Activation 4.1.0.1 for Windows®
    CN1A5MLIBM® DB2® Recovery Expert for HP-UX Activation 4.1.0.1 for HP-UX on HP Integrity Itanium-based systems
    CIK50MLIBM® DB2® Recovery Expert Command Line Client 4.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN367MLIBM® DB2® Recovery Expert Command Line Client 4.1.0.1 for Linux® on POWER® systems (little endian)
    CN1AQMLIBM® DB2® Recovery Expert Command Line Client 4.1.0.1 for Inspur® K1 platform, K-UX
    CN1A7MLIBM® DB2® Recovery Expert Command Line Client 4.1.0.1 for AIX®
    CN1A8MLIBM® DB2® Recovery Expert Command Line Client 4.1.0.1 for Solaris on UltraSPARC systems
    CN1A9MLIBM® DB2® Recovery Expert Command Line Client 4.1.0.1 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AAMLIBM® DB2® Recovery Expert Command Line Client 4.1.0.1 for HP-UX on HP Integrity Itanium-based systems
    CN1ABMLIBM® DB2® Recovery Expert Command Line Client 4.1.0.1 for Linux® on System z®
    CN1AEMLIBM® DB2® Recovery Expert 4.1.0.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN1AFMLIBM® DB2® Recovery Expert 4.1.0.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AHMLIBM® DB2® Recovery Expert 4.1.0.1 for Linux® on System z®
    CN368MLIBM® DB2® Recovery Expert 4.1.0.1 for Linux® on POWER® systems (little endian)
    CN1ARMLIBM® DB2® Recovery Expert 4.1.0.1 for Inspur® K1 platform, K-UX
    CN1ADMLIBM® DB2® Recovery Expert 4.1.0.1 for AIX®
    CN1ANMLIBM® DB2® Recovery Expert 4.1.0.1 for HP-UX on HP Integrity Itanium-based systems
    CN1AGMLIBM® DB2® Recovery Expert 4.1.0.1 for Solaris on UltraSPARC systems
    CN1ACMLIBM® DB2® Recovery Expert 4.1.0.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1AIMLIBM® DB2® Recovery Expert 4.1.0.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0S5MLIBM® Optim™ High Performance Unload for DB2® Quick Start 5.1.0.1 for Linux®, UNIX and Windows®
    CN16IMLIBM® Optim™ High Performance Unload for DB2® for LUW 5.1.0.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN16JMLIBM® Optim™ High Performance Unload for DB2® for LUW 5.1.0.1 for Linux® on POWER® (System i® and System p®) systems
    CN16KMLIBM® Optim™ High Performance Unload for DB2® for LUW 5.1.0.1 for Linux® on System z®
    CN363MLIBM® Optim™ High Performance Unload for DB2® for LUW 5.1.0.1 for Linux® on POWER® systems (little endian)
    CN362MLIBM® Optim™ High Performance Unload for DB2® for LUW 5.1.0.1 for Inspur® K1 platform, K-UX
    CN16HMLIBM® Optim™ High Performance Unload for DB2® for LUW 5.1.0.1 for AIX®
    CN16LMLIBM® Optim™ High Performance Unload for DB2® for LUW 5.1.0.1 for HP-UX on HP Integrity Itanium-based systems
    CN16MMLIBM® Optim™ High Performance Unload for DB2® for LUW 5.1.0.1 for Solaris on UltraSPARC systems
    CN16GMLIBM® Optim™ High Performance Unload for DB2® for LUW 5.1.0.1 for Windows® on AMD64 and Intel® EM64T systems (x64)

    CRMG3ML - IBM® DB2® Enterprise Server Edition for Linux®, UNIX® and Windows® 10.5 - Authorized User Single Install Option eAssembly
    CN30DMLIBM® DB2® Encryption Offering - Quick Start and Activation
    10.5.0.5 for Linux®, UNIX and Windows®
    CNED2MLIBM® DB2® Enterprise Server Edition - Authorized User Single Install Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI6XMMLIBM® WebSphere® Application Server Quick Start 8.5 for Linux®, UNIX and Windows®
    CI6XNMLIBM® WebSphere® Application Server (1 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XPMLIBM® WebSphere® Application Server (2 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XQMLIBM® WebSphere® Application Server (3 of 3) 8.5 for Linux®, UNIX and Windows®
    CN2XTMLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN2XVMLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CI6X9MLIBM® Installation Manager 1.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI6X7MLIBM® Installation Manager 1.5.2 for Linux® on POWER® (System i® and System p®) systems
    CI6X8MLIBM® Installation Manager 1.5.2 for Linux® on System z®
    CI6X4MLIBM® Installation Manager 1.5.2 for AIX®
    CI6X6MLIBM® Installation Manager 1.5.2 for HP-UX on HP Integrity Itanium-based systems
    CI6XBMLIBM® Installation Manager 1.5.2 for Solaris on UltraSPARC systems
    CI6XCMLIBM® Installation Manager 1.5.2 for Solaris on x64 systems
    CI6XDMLIBM® Installation Manager 1.5.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CN8JFMLIBM® DB2® Warehouse Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7S4MLIBM® DB2® Warehouse Server 10.5 for Linux® on POWER® systems (little endian)
    CN7S5MLIBM® DB2® Warehouse Server 10.5 for AIX®
    CIKD8MLIBM® DB2® Warehouse Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIKD9MLIBM® DB2® Warehouse Server 10.5 for Solaris on UltraSPARC systems
    CIKE0MLIBM® DB2® Warehouse Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YVMLIBM® DB2® Warehouse Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YWMLIBM® DB2® Warehouse Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YXMLIBM® DB2® Warehouse Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YYMLIBM® DB2® Warehouse Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64) , for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4YLENIBM® Data Server Manager Server Base Edition 1.1 for AIX®
    CN4YMENIBM® Data Server Manager Server Base Edition 1.1 for Linux® x86-64
    CN4YNENIBM® Data Server Manager Server Base Edition 1.1 for Windows® 64-bit

    CRMG4ML - IBM® DB2® Enterprise Server Edition for Linux®, UNIX® and Windows® 10.5 - PVU Option eAssembly
    CN30DMLIBM® DB2® Encryption Offering - Quick Start and Activation
    10.5.0.5 for Linux®, UNIX and Windows®
    CNED4MLIBM® DB2® Enterprise Server Edition - PVU Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI6XMMLIBM® WebSphere® Application Server Quick Start 8.5 for Linux®, UNIX and Windows®
    CI6XNMLIBM® WebSphere® Application Server (1 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XPMLIBM® WebSphere® Application Server (2 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XQMLIBM® WebSphere® Application Server (3 of 3) 8.5 for Linux®, UNIX and Windows®
    CN2XTMLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN2XVMLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CI6X9MLIBM® Installation Manager 1.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI6X7MLIBM® Installation Manager 1.5.2 for Linux® on POWER® (System i® and System p®) systems
    CI6X8MLIBM® Installation Manager 1.5.2 for Linux® on System z®
    CI6X4MLIBM® Installation Manager 1.5.2 for AIX®
    CI6X6MLIBM® Installation Manager 1.5.2 for HP-UX on HP Integrity Itanium-based systems
    CI6XBMLIBM® Installation Manager 1.5.2 for Solaris on UltraSPARC systems
    CI6XCMLIBM® Installation Manager 1.5.2 for Solaris on x64 systems
    CI6XDMLIBM® Installation Manager 1.5.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CN8JFMLIBM® DB2® Warehouse Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7S4MLIBM® DB2® Warehouse Server 10.5 for Linux® on POWER® systems (little endian)
    CN7S5MLIBM® DB2® Warehouse Server 10.5 for AIX®
    CIKD8MLIBM® DB2® Warehouse Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIKD9MLIBM® DB2® Warehouse Server 10.5 for Solaris on UltraSPARC systems
    CIKE0MLIBM® DB2® Warehouse Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YVMLIBM® DB2® Warehouse Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YWMLIBM® DB2® Warehouse Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YXMLIBM® DB2® Warehouse Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YYMLIBM® DB2® Warehouse Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64) , for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4YLENIBM® Data Server Manager Server Base Edition 1.1 for AIX®
    CN4YMENIBM® Data Server Manager Server Base Edition 1.1 for Linux® x86-64
    CN4YNENIBM® Data Server Manager Server Base Edition 1.1 for Windows® 64-bit

    CRMG5ML - IBM® DB2® Express Server Edition for Linux®, UNIX® and Windows® 10.5 - Authorized User Single Install Option eAssembly
    CNEE3MLIBM® DB2® Express Server Edition - Authorized User Single Install Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIK6YMLIBM® Data Studio - Quick Start 4.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIK6QMLIBM® Data Studio web console 4.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIM5KMLIBM® Data Studio web console 4.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIM5LMLIBM® Data Studio web console 4.1 for Linux® on POWER® (System i® and System p®) systems
    CIK6XMLIBM® Data Studio web console 4.1 for Solaris on x64 systems
    CIK6LMLIBM® Data Studio web console 4.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK6MMLIBM® Data Studio web console 4.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4YLENIBM® Data Server Manager Server Base Edition 1.1 for AIX®
    CN4YMENIBM® Data Server Manager Server Base Edition 1.1 for Linux® x86-64
    CN4YNENIBM® Data Server Manager Server Base Edition 1.1 for Windows® 64-bit

    CRMG6ML - IBM® DB2® Express Server Edition for Linux®, UNIX® and Windows® 10.5 - PVU Option eAssembly
    CNEE4MLIBM® DB2® Express Server Edition - PVU Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIK6YMLIBM® Data Studio - Quick Start 4.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIK6QMLIBM® Data Studio web console 4.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIM5KMLIBM® Data Studio web console 4.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIM5LMLIBM® Data Studio web console 4.1 for Linux® on POWER® (System i® and System p®) systems
    CIK6XMLIBM® Data Studio web console 4.1 for Solaris on x64 systems
    CIK6LMLIBM® Data Studio web console 4.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK6MMLIBM® Data Studio web console 4.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4YLENIBM® Data Server Manager Server Base Edition 1.1 for AIX®
    CN4YMENIBM® Data Server Manager Server Base Edition 1.1 for Linux® x86-64
    CN4YNENIBM® Data Server Manager Server Base Edition 1.1 for Windows® 64-bit

    CRMG7ML - IBM® DB2® Express Server Edition for Linux®, UNIX® and Windows® 10.5 - Limited User Virtual Server Option eAssembly
    CNEE5MLIBM® DB2® Express Server Edition - Limited Use Virtual Server Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIK6YMLIBM® Data Studio - Quick Start 4.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIK6QMLIBM® Data Studio web console 4.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIM5KMLIBM® Data Studio web console 4.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIM5LMLIBM® Data Studio web console 4.1 for Linux® on POWER® (System i® and System p®) systems
    CIK6XMLIBM® Data Studio web console 4.1 for Solaris on x64 systems
    CIK6LMLIBM® Data Studio web console 4.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK6MMLIBM® Data Studio web console 4.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4YLENIBM® Data Server Manager Server Base Edition 1.1 for AIX®
    CN4YMENIBM® Data Server Manager Server Base Edition 1.1 for Linux® x86-64
    CN4YNENIBM® Data Server Manager Server Base Edition 1.1 for Windows® 64-bit

    CRMG8ML - IBM® DB2® Express Server Edition for Linux®, UNIX® and Windows® 10.5 - Limited User Virtual Server FTL Option eAssembly
    CNEE6MLIBM® DB2® Express Server Edition - Limited Use Virtual Server FTL Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIK6YMLIBM® Data Studio - Quick Start 4.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIK6QMLIBM® Data Studio web console 4.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIM5KMLIBM® Data Studio web console 4.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIM5LMLIBM® Data Studio web console 4.1 for Linux® on POWER® (System i® and System p®) systems
    CIK6XMLIBM® Data Studio web console 4.1 for Solaris on x64 systems
    CIK6LMLIBM® Data Studio web console 4.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK6MMLIBM® Data Studio web console 4.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4YLENIBM® Data Server Manager Server Base Edition 1.1 for AIX®
    CN4YMENIBM® Data Server Manager Server Base Edition 1.1 for Linux® x86-64
    CN4YNENIBM® Data Server Manager Server Base Edition 1.1 for Windows® 64-bit

    CRMG9ML - IBM® DB2® for Linux®, UNIX® and Windows® 10.5 National Language Pack eAssembly
    CIWM5MLIBM® DB2® National Language Pack 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIWM6MLIBM® DB2® National Language Pack 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIWM7MLIBM® DB2® National Language Pack 10.5 for Linux® on System z®
    CN4YWMLIBM® DB2® National Language Pack 10.5 for Linux® on POWER® systems (little endian)
    CIWM8MLIBM® DB2® National Language Pack 10.5 for AIX®
    CIWM9MLIBM® DB2® National Language Pack 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIWN0MLIBM® DB2® National Language Pack 10.5 for Solaris on UltraSPARC systems
    CIWN1MLIBM® DB2® National Language Pack 10.5 for Solaris on x64 systems

    CRMH0ML - IBM® DB2® Advanced Workgroup Server Edition for Linux®, UNIX® and Windows® 10.5 - Authorized User Single Install Option eAssembly
    CNED5MLIBM® DB2® Advanced Workgroup Server Edition - Authorized User Single Install Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIU0NMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for AIX®
    CIU0UMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU0XMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on System z®
    CIU0ZMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Solaris on UltraSPARC systems
    CIU11MLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIU0PMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for AIX®
    CIU0VMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU10MLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Solaris on UltraSPARC systems
    CN0NDMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KDMLIBM® InfoSphere® Data Replication - CDC for Management Console 10.2.1 for Windows®
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RZMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition, Quick Start 5.3.1 for Linux®, UNIX and Windows®
    CN17BMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux®
    CN36EMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux® on POWER® systems (little endian)
    CN17CMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for AIX®, for Solaris on UltraSPARC systems
    CN17AMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN181MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN182MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17ZMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System p®
    CN180MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System z®
    CN36FMLIBM® InfoSphere® Optim™ Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on POWER® systems (little endian)
    CN184MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for AIX®
    CN17YMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN183MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on UltraSPARC systems
    CN185MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on x64 systems
    CN17XMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17WMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN186MLIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1.0.2 for Multiplatforms
    CN17EMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Windows®
    CN17FMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for AIX®
    CN17GMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Linux®
    CN16UMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16WMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System p®
    CN16VMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System z®
    CN36BMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on POWER® systems (little endian)
    CN16QMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for AIX®
    CN16TMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for HP-UX on HP Integrity Itanium-based systems
    CN16RMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on UltraSPARC systems
    CN16SMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on x64 systems
    CN16NMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN16PMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN16XMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN16YMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16ZMLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN170MLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIPH4MLIBM® DB2® ESE Restricted Use, Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CN0R5MLIBM® InfoSphere® Optim™ Query Workload Tuner Quick Start Guide 4.1.1 for Linux® and Windows®
    CN6SVMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Windows®
    CN6SWMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Linux®
    CN6SUMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on POWER® (System i® and System p®) systems, for Linux® on System z®
    CN6STMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP2MLIBM® InfoSphere® Optim™ Configuration Manager Quick Start Guide 3.1 for Linux®, UNIX and Windows®
    CIK5JMLIBM® InfoSphere® Optim™ Configuration Manager License Activation Kit 3.1 for Linux®, UNIX and Windows®
    CIK5NMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK5QMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on POWER® (System i® and System p®) systems
    CIK5PMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on System z®
    CIK5MMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for AIX®
    CIK5SMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on UltraSPARC systems
    CIK5TMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on x64 systems
    CIK5RMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for HP-UX on HP Integrity Itanium-based systems
    CIK5KMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK5LMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP3ML IBM® InfoSphere® Optim™ pureQuery Runtime Quick Start 3.3 for Linux®, UNIX and Windows®
    CN17MML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN17NML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17RML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System p® systems
    CN17SML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System z®
    CN369ML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on POWER® systems (little endian)
    CN17VMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for AIX®
    CN17PMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN17TMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on UltraSPARC systems, for Solaris on x64 systems
    CN17UMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on x64 systems
    CN17KMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17LMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RYMLIBM® InfoSphere® Data Architect Quick Start 9.1.2 for Linux® and Windows®
    CN6J1MLIBM® InfoSphere® Data Architect Activation 9.1.3 for Linux® and Windows®
    CN6J0MLIBM® InfoSphere® Data Architect 9.1.3 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6IZMLIBM® InfoSphere® Data Architect 9.1.3 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIM1VMLIBM® Cognos® Business Intelligence Quick Start Guide 10.2.1 for Linux®, UNIX and Windows®
    CN1YLMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1YJMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on POWER® (System i® and System p®) systems
    CN1YKMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on System z®
    CIP34MLIBM® Cognos® Business Intelligence Server 10.2.1 for HP-UX on HP Integrity Itanium-based systems
    CN1YIMLIBM® Cognos® Business Intelligence Server 10.2.2 for AIX®
    CN1YMMLIBM® Cognos® Business Intelligence Server 10.2.2 for Solaris on UltraSPARC systems
    CN1YNMLIBM® Cognos® Business Intelligence Server 10.2.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YPMLIBM® Cognos® Business Intelligence Server 10.2.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIMS9MLIBM® Cognos® Mobile 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for 64-bit AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64), Blackberry, Symbian
    CIM1UMLIBM® Cognos® Framework Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM1YENIBM® Cognos® Lifecycle Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM21MLIBM® Cognos® Dynamic Query Analyzer 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for AIX®
    CIM20MLIBM® Cognos® Dynamic Cubes Modeling 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YTMLIBM® Cognos® Business Intelligence Samples 10.2.2 for Linux®, UNIX and Windows®
    CIM24MLIBM® Cognos® Supplementary Languages Documentation 10.2.1 for Linux®, UNIX and Windows®
    CZY67ENIBM® InfoSphere® Warehouse Pack for Customer Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY68ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight Quick Start 8.2.2 for Windows®
    CZY69ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY6AENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight Quick Start 8.2.2 for Windows®
    CZY6BENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI6XMMLIBM® WebSphere® Application Server Quick Start 8.5 for Linux®, UNIX and Windows®
    CI6XNMLIBM® WebSphere® Application Server (1 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XPMLIBM® WebSphere® Application Server (2 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XQMLIBM® WebSphere® Application Server (3 of 3) 8.5 for Linux®, UNIX and Windows®
    CN2XTMLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN2XVMLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CI6X9MLIBM® Installation Manager 1.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI6X7MLIBM® Installation Manager 1.5.2 for Linux® on POWER® (System i® and System p®) systems
    CI6X8MLIBM® Installation Manager 1.5.2 for Linux® on System z®
    CI6X4MLIBM® Installation Manager 1.5.2 for AIX®
    CI6X6MLIBM® Installation Manager 1.5.2 for HP-UX on HP Integrity Itanium-based systems
    CI6XBMLIBM® Installation Manager 1.5.2 for Solaris on UltraSPARC systems
    CI6XCMLIBM® Installation Manager 1.5.2 for Solaris on x64 systems
    CI6XDMLIBM® Installation Manager 1.5.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CI3ZJENIBM® solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZHENIBM® solidDB® 7 for AIX®
    CI3ZIENIBM® solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZNENIBM® solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZPENIBM® solidDB® 7 for Solaris on x64 systems
    CI3ZLENIBM® solidDB® 7 for Windows® on 32-bit AMD and Intel systems (x86)
    CI3ZMENIBM® solidDB® 7 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI3ZTENIBM® solidDB® License Certificate 7 for Linux®, UNIX and Windows®
    CI3ZUMLIBM® solidDB® Quick Start 7 for Linux®, UNIX and Windows®
    CI2J4MLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.1 for Linux®, UNIX and Windows®
    CI2KUMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.1 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI2JEMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J5MLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for AIX®
    CI2KAMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Solaris on UltraSPARC systems
    CI2KSMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Windows®
    CI2JGMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J7MLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for AIX®
    CI2KCMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Solaris on UltraSPARC systems
    CI2KJMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Windows®
    CI2JIMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J9MLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for AIX®
    CI2JRMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for HP-UX on HP Integrity Itanium-based systems
    CI2KEMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Solaris on UltraSPARC systems
    CI2KLMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Windows®
    CI2KTMLIBM® InfoSphere® Change Data Capture - Management Console 6.5.1 for Windows®
    CN8JFMLIBM® DB2® Warehouse Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7S4MLIBM® DB2® Warehouse Server 10.5 for Linux® on POWER® systems (little endian)
    CN7S5MLIBM® DB2® Warehouse Server 10.5 for AIX®
    CIKD8MLIBM® DB2® Warehouse Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIKD9MLIBM® DB2® Warehouse Server 10.5 for Solaris on UltraSPARC systems
    CIKE0MLIBM® DB2® Warehouse Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YVMLIBM® DB2® Warehouse Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YWMLIBM® DB2® Warehouse Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YXMLIBM® DB2® Warehouse Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YYMLIBM® DB2® Warehouse Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64) , for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CILF3MLIBM® InfoSphere® Federation Server - Quick Start Guide 10.5 for Linux®, UNIX and Windows®
    CILF6MLIBM® InfoSphere® Federation Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CILF7MLIBM® InfoSphere® Federation Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CILF8MLIBM® InfoSphere® Federation Server 10.5 for Linux® on System z®
    CILG0MLIBM® InfoSphere® Federation Server 10.5 for AIX®
    CILG1MLIBM® InfoSphere® Federation Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CILF9MLIBM® InfoSphere® Federation Server 10.5 for Solaris on UltraSPARC systems
    CILF5MLIBM® InfoSphere® Federation Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4NGENIBM® Data Server Manager - Activation 1.1 for AIX®,
    CN4VHENIBM® Data Server Manager - Activation 1.1 for Linux® x86-64
    CN4VIENIBM® Data Server Manager - Activation 1.1 for Windows® 64-bit
    CN4NHENIBM® Data Server Manager Server Enterprise Edition 1.1 for AIX®,
    CN53GENIBM® Data Server Manager Server Enterprise Edition 1.1 for Linux® x86-64
    CN4NKENIBM® Data Server Manager Server Enterprise Edition 1.1 for Windows® 64-bit
    CN4NLENIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1 for AIX®, for Linux®, for Windows®

    CRMH1ML - IBM® DB2® Advanced Workgroup Server Edition for Linux®, UNIX® and Windows® 10.5 - PVU Option eAssembly
    CNED6MLIBM® DB2® Advanced Workgroup Server Edition - PVU Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIU0NMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for AIX®
    CIU0UMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU0XMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on System z®
    CIU0ZMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Solaris on UltraSPARC systems
    CIU11MLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIU0PMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for AIX®
    CIU0VMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU10MLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Solaris on UltraSPARC systems
    CN0NDMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KDMLIBM® InfoSphere® Data Replication - CDC for Management Console 10.2.1 for Windows®
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RZMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition, Quick Start 5.3.1 for Linux®, UNIX and Windows®
    CN17BMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux®
    CN36EMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux® on POWER® systems (little endian)
    CN17CMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for AIX®, for Solaris on UltraSPARC systems
    CN17AMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN181MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN182MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17ZMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System p®
    CN180MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System z®
    CN36FMLIBM® InfoSphere® Optim™ Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on POWER® systems (little endian)
    CN184MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for AIX®
    CN17YMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN183MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on UltraSPARC systems
    CN185MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on x64 systems
    CN17XMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17WMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN186MLIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1.0.2 for Multiplatforms
    CN17EMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Windows®
    CN17FMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for AIX®
    CN17GMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Linux®
    CN16UMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16WMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System p®
    CN16VMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System z®
    CN36BMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on POWER® systems (little endian)
    CN16QMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for AIX®
    CN16TMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for HP-UX on HP Integrity Itanium-based systems
    CN16RMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on UltraSPARC systems
    CN16SMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on x64 systems
    CN16NMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN16PMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN16XMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN16YMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16ZMLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN170MLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIPH4MLIBM® DB2® ESE Restricted Use, Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CN0R5MLIBM® InfoSphere® Optim™ Query Workload Tuner Quick Start Guide 4.1.1 for Linux® and Windows®
    CN6SVMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Windows®
    CN6SWMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Linux®
    CN6SUMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on POWER® (System i® and System p®) systems, for Linux® on System z®
    CN6STMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP2MLIBM® InfoSphere® Optim™ Configuration Manager Quick Start Guide 3.1 for Linux®, UNIX and Windows®
    CIK5JMLIBM® InfoSphere® Optim™ Configuration Manager License Activation Kit 3.1 for Linux®, UNIX and Windows®
    CIK5NMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK5QMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on POWER® (System i® and System p®) systems
    CIK5PMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on System z®
    CIK5MMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for AIX®
    CIK5SMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on UltraSPARC systems
    CIK5TMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on x64 systems
    CIK5RMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for HP-UX on HP Integrity Itanium-based systems
    CIK5KMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK5LMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP3ML IBM® InfoSphere® Optim™ pureQuery Runtime Quick Start 3.3 for Linux®, UNIX and Windows®
    CN17MML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN17NML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17RML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System p® systems
    CN17SML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System z®
    CN369ML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on POWER® systems (little endian)
    CN17VMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for AIX®
    CN17PMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN17TMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on UltraSPARC systems, for Solaris on x64 systems
    CN17UMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on x64 systems
    CN17KMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17LMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RYMLIBM® InfoSphere® Data Architect Quick Start 9.1.2 for Linux® and Windows®
    CN6J1MLIBM® InfoSphere® Data Architect Activation 9.1.3 for Linux® and Windows®
    CN6J0MLIBM® InfoSphere® Data Architect 9.1.3 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6IZMLIBM® InfoSphere® Data Architect 9.1.3 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIM1VMLIBM® Cognos® Business Intelligence Quick Start Guide 10.2.1 for Linux®, UNIX and Windows®
    CN1YLMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1YJMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on POWER® (System i® and System p®) systems
    CN1YKMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on System z®
    CIP34MLIBM® Cognos® Business Intelligence Server 10.2.1 for HP-UX on HP Integrity Itanium-based systems
    CN1YIMLIBM® Cognos® Business Intelligence Server 10.2.2 for AIX®
    CN1YMMLIBM® Cognos® Business Intelligence Server 10.2.2 for Solaris on UltraSPARC systems
    CN1YNMLIBM® Cognos® Business Intelligence Server 10.2.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YPMLIBM® Cognos® Business Intelligence Server 10.2.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIMS9MLIBM® Cognos® Mobile 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for 64-bit AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64), Blackberry, Symbian
    CIM1UMLIBM® Cognos® Framework Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM1YENIBM® Cognos® Lifecycle Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM21MLIBM® Cognos® Dynamic Query Analyzer 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for AIX®
    CIM20MLIBM® Cognos® Dynamic Cubes Modeling 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YTMLIBM® Cognos® Business Intelligence Samples 10.2.2 for Linux®, UNIX and Windows®
    CIM24MLIBM® Cognos® Supplementary Languages Documentation 10.2.1 for Linux®, UNIX and Windows®
    CZY67ENIBM® InfoSphere® Warehouse Pack for Customer Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY68ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight Quick Start 8.2.2 for Windows®
    CZY69ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY6AENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight Quick Start 8.2.2 for Windows®
    CZY6BENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI6XMMLIBM® WebSphere® Application Server Quick Start 8.5 for Linux®, UNIX and Windows®
    CI6XNMLIBM® WebSphere® Application Server (1 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XPMLIBM® WebSphere® Application Server (2 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XQMLIBM® WebSphere® Application Server (3 of 3) 8.5 for Linux®, UNIX and Windows®
    CN2XTMLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN2XVMLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CI6X9MLIBM® Installation Manager 1.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI6X7MLIBM® Installation Manager 1.5.2 for Linux® on POWER® (System i® and System p®) systems
    CI6X8MLIBM® Installation Manager 1.5.2 for Linux® on System z®
    CI6X4MLIBM® Installation Manager 1.5.2 for AIX®
    CI6X6MLIBM® Installation Manager 1.5.2 for HP-UX on HP Integrity Itanium-based systems
    CI6XBMLIBM® Installation Manager 1.5.2 for Solaris on UltraSPARC systems
    CI6XCMLIBM® Installation Manager 1.5.2 for Solaris on x64 systems
    CI6XDMLIBM® Installation Manager 1.5.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CI3ZJENIBM® solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZHENIBM® solidDB® 7 for AIX®
    CI3ZIENIBM® solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZNENIBM® solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZPENIBM® solidDB® 7 for Solaris on x64 systems
    CI3ZLENIBM® solidDB® 7 for Windows® on 32-bit AMD and Intel systems (x86)
    CI3ZMENIBM® solidDB® 7 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI3ZTENIBM® solidDB® License Certificate 7 for Linux®, UNIX and Windows®
    CI3ZUMLIBM® solidDB® Quick Start 7 for Linux®, UNIX and Windows®
    CI2J4MLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.1 for Linux®, UNIX and Windows®
    CI2KUMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.1 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI2JEMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J5MLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for AIX®
    CI2KAMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Solaris on UltraSPARC systems
    CI2KSMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Windows®
    CI2JGMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J7MLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for AIX®
    CI2KCMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Solaris on UltraSPARC systems
    CI2KJMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Windows®
    CI2JIMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J9MLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for AIX®
    CI2JRMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for HP-UX on HP Integrity Itanium-based systems
    CI2KEMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Solaris on UltraSPARC systems
    CI2KLMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Windows®
    CI2KTMLIBM® InfoSphere® Change Data Capture - Management Console 6.5.1 for Windows®
    CN8JFMLIBM® DB2® Warehouse Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7S4MLIBM® DB2® Warehouse Server 10.5 for Linux® on POWER® systems (little endian)
    CN7S5MLIBM® DB2® Warehouse Server 10.5 for AIX®
    CIKD8MLIBM® DB2® Warehouse Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIKD9MLIBM® DB2® Warehouse Server 10.5 for Solaris on UltraSPARC systems
    CIKE0MLIBM® DB2® Warehouse Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YVMLIBM® DB2® Warehouse Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YWMLIBM® DB2® Warehouse Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YXMLIBM® DB2® Warehouse Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YYMLIBM® DB2® Warehouse Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64) , for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CILF3MLIBM® InfoSphere® Federation Server - Quick Start Guide 10.5 for Linux®, UNIX and Windows®
    CILF6MLIBM® InfoSphere® Federation Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CILF7MLIBM® InfoSphere® Federation Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CILF8MLIBM® InfoSphere® Federation Server 10.5 for Linux® on System z®
    CILG0MLIBM® InfoSphere® Federation Server 10.5 for AIX®
    CILG1MLIBM® InfoSphere® Federation Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CILF9MLIBM® InfoSphere® Federation Server 10.5 for Solaris on UltraSPARC systems
    CILF5MLIBM® InfoSphere® Federation Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4NGENIBM® Data Server Manager - Activation 1.1 for AIX®,
    CN4VHENIBM® Data Server Manager - Activation 1.1 for Linux® x86-64
    CN4VIENIBM® Data Server Manager - Activation 1.1 for Windows® 64-bit
    CN4NHENIBM® Data Server Manager Server Enterprise Edition 1.1 for AIX®,
    CN53GENIBM® Data Server Manager Server Enterprise Edition 1.1 for Linux® x86-64
    CN4NKENIBM® Data Server Manager Server Enterprise Edition 1.1 for Windows® 64-bit
    CN4NLENIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1 for AIX®, for Linux®, for Windows®

    CRMH2ML - IBM® DB2® Advanced Workgroup Server Edition for Linux®, UNIX® and Windows® 10.5 - Terabyte Option eAssembly
    CNED7MLIBM® DB2® Advanced Workgroup Server Edition - Terabyte Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIU0NMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for AIX®
    CIU0UMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU0XMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on System z®
    CIU0ZMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Solaris on UltraSPARC systems
    CIU11MLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIU0PMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for AIX®
    CIU0VMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU10MLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Solaris on UltraSPARC systems
    CN0NDMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KDMLIBM® InfoSphere® Data Replication - CDC for Management Console 10.2.1 for Windows®
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RZMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition, Quick Start 5.3.1 for Linux®, UNIX and Windows®
    CN17BMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux®
    CN36EMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux® on POWER® systems (little endian)
    CN17CMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for AIX®, for Solaris on UltraSPARC systems
    CN17AMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN181MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN182MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17ZMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System p®
    CN180MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System z®
    CN36FMLIBM® InfoSphere® Optim™ Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on POWER® systems (little endian)
    CN184MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for AIX®
    CN17YMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN183MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on UltraSPARC systems
    CN185MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on x64 systems
    CN17XMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17WMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN186MLIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1.0.2 for Multiplatforms
    CN17EMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Windows®
    CN17FMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for AIX®
    CN17GMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Linux®
    CN16UMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16WMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System p®
    CN16VMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System z®
    CN36BMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on POWER® systems (little endian)
    CN16QMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for AIX®
    CN16TMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for HP-UX on HP Integrity Itanium-based systems
    CN16RMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on UltraSPARC systems
    CN16SMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on x64 systems
    CN16NMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN16PMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN16XMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN16YMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16ZMLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN170MLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIPH4MLIBM® DB2® ESE Restricted Use, Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CN0R5MLIBM® InfoSphere® Optim™ Query Workload Tuner Quick Start Guide 4.1.1 for Linux® and Windows®
    CN6SVMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Windows®
    CN6SWMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Linux®
    CN6SUMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on POWER® (System i® and System p®) systems, for Linux® on System z®
    CN6STMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP2MLIBM® InfoSphere® Optim™ Configuration Manager Quick Start Guide 3.1 for Linux®, UNIX and Windows®
    CIK5JMLIBM® InfoSphere® Optim™ Configuration Manager License Activation Kit 3.1 for Linux®, UNIX and Windows®
    CIK5NMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIK5QMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on POWER® (System i® and System p®) systems
    CIK5PMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Linux® on System z®
    CIK5MMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for AIX®
    CIK5SMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on UltraSPARC systems
    CIK5TMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Solaris on x64 systems
    CIK5RMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for HP-UX on HP Integrity Itanium-based systems
    CIK5KMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIK5LMLIBM® InfoSphere® Optim™ Configuration Manager Server 3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIJP3ML IBM® InfoSphere® Optim™ pureQuery Runtime Quick Start 3.3 for Linux®, UNIX and Windows®
    CN17MML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN17NML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17RML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System p® systems
    CN17SML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on System z®
    CN369ML IBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Linux® on POWER® systems (little endian)
    CN17VMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for AIX®
    CN17PMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN17TMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on UltraSPARC systems, for Solaris on x64 systems
    CN17UMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Solaris on x64 systems
    CN17KMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17LMLIBM® InfoSphere® Optim™ pureQuery Runtime 3.3.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RYMLIBM® InfoSphere® Data Architect Quick Start 9.1.2 for Linux® and Windows®
    CN6J1MLIBM® InfoSphere® Data Architect Activation 9.1.3 for Linux® and Windows®
    CN6J0MLIBM® InfoSphere® Data Architect 9.1.3 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6IZMLIBM® InfoSphere® Data Architect 9.1.3 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIM1VMLIBM® Cognos® Business Intelligence Quick Start Guide 10.2.1 for Linux®, UNIX and Windows®
    CN1YLMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1YJMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on POWER® (System i® and System p®) systems
    CN1YKMLIBM® Cognos® Business Intelligence Server 10.2.2 for Linux® on System z®
    CIP34MLIBM® Cognos® Business Intelligence Server 10.2.1 for HP-UX on HP Integrity Itanium-based systems
    CN1YIMLIBM® Cognos® Business Intelligence Server 10.2.2 for AIX®
    CN1YMMLIBM® Cognos® Business Intelligence Server 10.2.2 for Solaris on UltraSPARC systems
    CN1YNMLIBM® Cognos® Business Intelligence Server 10.2.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YPMLIBM® Cognos® Business Intelligence Server 10.2.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIMS9MLIBM® Cognos® Mobile 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for 64-bit AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64), Blackberry, Symbian
    CIM1UMLIBM® Cognos® Framework Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM1YENIBM® Cognos® Lifecycle Manager 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CIM21MLIBM® Cognos® Dynamic Query Analyzer 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86), for AIX®
    CIM20MLIBM® Cognos® Dynamic Cubes Modeling 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN1YTMLIBM® Cognos® Business Intelligence Samples 10.2.2 for Linux®, UNIX and Windows®
    CIM24MLIBM® Cognos® Supplementary Languages Documentation 10.2.1 for Linux®, UNIX and Windows®
    CZY67ENIBM® InfoSphere® Warehouse Pack for Customer Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY68ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight Quick Start 8.2.2 for Windows®
    CZY69ENIBM® InfoSphere® Warehouse Pack for Market and Campaign Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CZY6AENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight Quick Start 8.2.2 for Windows®
    CZY6BENIBM® InfoSphere® Warehouse Pack for Supply Chain Insight 8.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI6XMMLIBM® WebSphere® Application Server Quick Start 8.5 for Linux®, UNIX and Windows®
    CI6XNMLIBM® WebSphere® Application Server (1 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XPMLIBM® WebSphere® Application Server (2 of 3) 8.5 for Linux®, UNIX and Windows®
    CI6XQMLIBM® WebSphere® Application Server (3 of 3) 8.5 for Linux®, UNIX and Windows®
    CN2XTMLIBM® WebSphere® Application Server (1 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CN2XVMLIBM® WebSphere® Application Server (2 of 2) 8.5.5 for Linux® on POWER® systems (little endian)
    CI6X9MLIBM® Installation Manager 1.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI6X7MLIBM® Installation Manager 1.5.2 for Linux® on POWER® (System i® and System p®) systems
    CI6X8MLIBM® Installation Manager 1.5.2 for Linux® on System z®
    CI6X4MLIBM® Installation Manager 1.5.2 for AIX®
    CI6X6MLIBM® Installation Manager 1.5.2 for HP-UX on HP Integrity Itanium-based systems
    CI6XBMLIBM® Installation Manager 1.5.2 for Solaris on UltraSPARC systems
    CI6XCMLIBM® Installation Manager 1.5.2 for Solaris on x64 systems
    CI6XDMLIBM® Installation Manager 1.5.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CI3ZJENIBM® solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZHENIBM® solidDB® 7 for AIX®
    CI3ZIENIBM® solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZNENIBM® solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZPENIBM® solidDB® 7 for Solaris on x64 systems
    CI3ZLENIBM® solidDB® 7 for Windows® on 32-bit AMD and Intel systems (x86)
    CI3ZMENIBM® solidDB® 7 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI3ZTENIBM® solidDB® License Certificate 7 for Linux®, UNIX and Windows®
    CI3ZUMLIBM® solidDB® Quick Start 7 for Linux®, UNIX and Windows®
    CI2J4MLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.1 for Linux®, UNIX and Windows®
    CI2KUMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.1 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI2JEMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J5MLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for AIX®
    CI2KAMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Solaris on UltraSPARC systems
    CI2KSMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.1 for Windows®
    CI2JGMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J7MLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for AIX®
    CI2KCMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Solaris on UltraSPARC systems
    CI2KJMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.1 for Windows®
    CI2JIMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CI2J9MLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for AIX®
    CI2JRMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for HP-UX on HP Integrity Itanium-based systems
    CI2KEMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Solaris on UltraSPARC systems
    CI2KLMLIBM® InfoSphere® Change Data Capture - Informix® 6.5.1 for Windows®
    CI2KTMLIBM® InfoSphere® Change Data Capture - Management Console 6.5.1 for Windows®
    CN8JFMLIBM® DB2® Warehouse Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7S4MLIBM® DB2® Warehouse Server 10.5 for Linux® on POWER® systems (little endian)
    CN7S5MLIBM® DB2® Warehouse Server 10.5 for AIX®
    CIKD8MLIBM® DB2® Warehouse Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIKD9MLIBM® DB2® Warehouse Server 10.5 for Solaris on UltraSPARC systems
    CIKE0MLIBM® DB2® Warehouse Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YVMLIBM® DB2® Warehouse Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YWMLIBM® DB2® Warehouse Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YXMLIBM® DB2® Warehouse Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86), for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CN3YYMLIBM® DB2® Warehouse Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64) , for Inspur® K1 platform, K-UX, for Linux® on POWER® systems (little endian)
    CILF3MLIBM® InfoSphere® Federation Server - Quick Start Guide 10.5 for Linux®, UNIX and Windows®
    CILF6MLIBM® InfoSphere® Federation Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CILF7MLIBM® InfoSphere® Federation Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CILF8MLIBM® InfoSphere® Federation Server 10.5 for Linux® on System z®
    CILG0MLIBM® InfoSphere® Federation Server 10.5 for AIX®
    CILG1MLIBM® InfoSphere® Federation Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CILF9MLIBM® InfoSphere® Federation Server 10.5 for Solaris on UltraSPARC systems
    CILF5MLIBM® InfoSphere® Federation Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4NGENIBM® Data Server Manager - Activation 1.1 for AIX®,
    CN4VHENIBM® Data Server Manager - Activation 1.1 for Linux® x86-64
    CN4VIENIBM® Data Server Manager - Activation 1.1 for Windows® 64-bit
    CN4NHENIBM® Data Server Manager Server Enterprise Edition 1.1 for AIX®,
    CN53GENIBM® Data Server Manager Server Enterprise Edition 1.1 for Linux® x86-64
    CN4NKENIBM® Data Server Manager Server Enterprise Edition 1.1 for Windows® 64-bit
    CN4NLENIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1 for AIX®, for Linux®, for Windows®

    CRMH3ML - IBM® DB2® Advanced Workgroup Server Edition for Linux®, UNIX® and Windows® 10.5 - Virtual Image eAssembly
    CIKF1MLIBM® DB2® Advanced Workgroup Server Edition - Virtual Image 10.5 for Linux®

    CRMH4ML - IBM® DB2® Workgroup Server Edition for Linux®, UNIX® and Windows® 10.5 - Authorized User Single Install Option eAssembly
    CN30DMLIBM® DB2® Encryption Offering - Quick Start and Activation
    10.5.0.5 for Linux®, UNIX and Windows®
    CNEF6MLIBM® DB2® Workgroup Server Edition - Authorized User Single Install Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4YLENIBM® Data Server Manager Server Base Edition 1.1 for AIX®
    CN4YMENIBM® Data Server Manager Server Base Edition 1.1 for Linux® x86-64
    CN4YNENIBM® Data Server Manager Server Base Edition 1.1 for Windows® 64-bit

    CRMH5ML - IBM® DB2® Workgroup Server Edition for Linux®, UNIX® and Windows® 10.5 - PVU Option eAssembly
    CN30DMLIBM® DB2® Encryption Offering - Quick Start and Activation
    10.5.0.5 for Linux®, UNIX and Windows®
    CNEF7MLIBM® DB2® Workgroup Server Edition - PVU Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4YLENIBM® Data Server Manager Server Base Edition 1.1 for AIX®
    CN4YMENIBM® Data Server Manager Server Base Edition 1.1 for Linux® x86-64
    CN4YNENIBM® Data Server Manager Server Base Edition 1.1 for Windows® 64-bit

    CRMH6ML - IBM® DB2® Workgroup Server Edition for Linux®, UNIX® and Windows® 10.5 - Limited Use Socket Option eAssembly
    CN30DMLIBM® DB2® Encryption Offering - Quick Start and Activation
    10.5.0.5 for Linux®, UNIX and Windows®
    CNEF8MLIBM® DB2® Workgroup Server Edition - Limited Use Socket Option - Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CNEB9MLIBM® DB2® Server 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CNEC0MLIBM® DB2® Server 10.5 for Linux® on POWER® (System i® and System p®) systems
    CNEC1MLIBM® DB2® Server 10.5 for Linux® on System z®
    CNEC3MLIBM® DB2® Server 10.5 for Linux® on POWER® systems (little endian)
    CNEC4MLIBM® DB2® Server 10.5 for AIX®
    CNEC5MLIBM® DB2® Server 10.5 for HP-UX on HP Integrity Itanium-based systems
    CNEC6MLIBM® DB2® Server 10.5 for Solaris on UltraSPARC systems
    CNEC7MLIBM® DB2® Server 10.5 for Solaris on x64 systems
    CNEC8MLIBM® DB2® Server 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW34MLIBM® Data Server Runtime Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW35MLIBM® Data Server Runtime Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW36MLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW37MLIBM® Data Server Runtime Client 10.5 for Linux® on System z®
    CN3YRMLIBM® Data Server Runtime Client 10.5 for Linux® on POWER® systems (little endian)
    CIW38MLIBM® Data Server Runtime Client 10.5 for AIX®
    CIW39MLIBM® Data Server Runtime Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3AMLIBM® Data Server Runtime Client 10.5 for Solaris on UltraSPARC systems
    CIW3BMLIBM® Data Server Runtime Client 10.5 for Solaris on x64 systems
    CIW3CMLIBM® Data Server Runtime Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3DMLIBM® Data Server Runtime Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIW3EMLIBM® Data Server Client 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CIW3FMLIBM® Data Server Client 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW3GMLIBM® Data Server Client 10.5 for Linux® on POWER® (System i® and System p®) systems
    CIW3HMLIBM® Data Server Client 10.5 for Linux® on System z®
    CN3YSMLIBM® Data Server Client 10.5 for Linux® on POWER® systems (little endian)
    CIW3IMLIBM® Data Server Client 10.5 for AIX®
    CIW3JMLIBM® Data Server Client 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW3KMLIBM® Data Server Client 10.5 for Solaris on UltraSPARC systems
    CIW3LMLIBM® Data Server Client 10.5 for Solaris on x64 systems
    CIW3MMLIBM® Data Server Client 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW3NMLIBM® Data Server Client 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN3YTMLIBM® Data Server Driver Package 10.5 for Linux® on POWER® systems (little endian)
    CIW31MLIBM® Data Server Driver Package 10.5 for AIX®, for HP-UX on HP Integrity Itanium-based systems, for Solaris on UltraSPARC systems, for Solaris on x64 systems, for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on System z®, for Linux® on POWER® (System i® and System p®) systems
    CIW32MLIBM® Data Server Driver Package 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CIW33MLIBM® Data Server Driver Package 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4ZMENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on 32-bit AMD and Intel systems (x86)
    CN4ZNENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN4ZPENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® (System i® and System p®) systems
    CN4ZWENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on System z®
    CN5VFENIBM® DB2® Support Files for SSL Functionality 10.5 for Linux® on POWER® systems (little endian)
    CN4ZYENIBM® DB2® Support Files for SSL Functionality 10.5 for AIX®
    CN4ZZENIBM® DB2® Support Files for SSL Functionality 10.5 for HP-UX on HP Integrity Itanium-based systems
    CN500ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on UltraSPARC systems
    CN501ENIBM® DB2® Support Files for SSL Functionality 10.5 for Solaris on x86 and x64 systems
    CN502ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on 32-bit AMD and Intel systems (x86)
    CN503ENIBM® DB2® Support Files for SSL Functionality 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7K2MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN7K3MLIBM® DB2® Support Files for Advanced Copy Services Functionality 10.5 for AIX®
    CIW2VMLIBM® DB2® Net Search Extender 10.5 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIW2WMLIBM® DB2® Net Search Extender 10.5 for Linux® on System z®
    CIW2XMLIBM® DB2® Net Search Extender 10.5 for AIX®
    CIW2YMLIBM® DB2® Net Search Extender 10.5 for HP-UX on HP Integrity Itanium-based systems
    CIW2ZMLIBM® DB2® Net Search Extender 10.5 for Solaris on UltraSPARC systems
    CIW30MLIBM® DB2® Net Search Extender 10.5 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0RWMLIBM® Data Studio - Quick Start 4.1.1 for Linux® and Windows®
    CN6FCMLIBM® Data Studio client 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN6FBMLIBM® Data Studio client 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN1AVMLIBM® Data Studio web console 4.1.1 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN1AWMLIBM® Data Studio web console 4.1.1 for Linux® on POWER® (System i® and System p®) systems
    CN1AXMLIBM® Data Studio web console 4.1.1 for Linux® on System z®
    CN1AYMLIBM® Data Studio web console 4.1.1 for AIX®
    CN1AZMLIBM® Data Studio web console 4.1.1 for HP-UX on HP Integrity Itanium-based systems
    CN1B0MLIBM® Data Studio web console 4.1.1 for Solaris on UltraSPARC systems
    CN1B1MLIBM® Data Studio web console 4.1.1 for Solaris on x64 systems
    CN1AUMLIBM® Data Studio web console 4.1.1 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN2BYMLIBM® WebSphere® MQ Quick Start and Activation 8.0.0.3
    CN5GBMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5G9MLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GAMLIBM® WebSphere® MQSeries 8.0.0.3 for Linux® on System z®
    CN5G6MLIBM® WebSphere® MQSeries 8.0.0.3 for AIX®
    CN5G7MLIBM® WebSphere® MQSeries 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GDMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GEMLIBM® WebSphere® MQSeries 8.0.0.3 for Solaris on x64 systems
    CN5GCMLIBM® WebSphere® MQSeries 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN7AAMLIBM® WebSphere® MQ 8.0.0.4 for Linux® on POWER® systems (little endian)
    CN5GQMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® systems (little endian)
    CN5GRMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN5GIMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on POWER® (System i® and System p®) systems
    CN5GJMLIBM® WebSphere® MQ Client 8.0.0.3 for Linux® on System z®
    CN5GFMLIBM® WebSphere® MQ Client 8.0.0.3 for AIX®
    CN5GGMLIBM® WebSphere® MQ Client 8.0.0.3 for HP-UX on HP Integrity Itanium-based systems
    CN5GMMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on UltraSPARC systems
    CN5GNMLIBM® WebSphere® MQ Client 8.0.0.3 for Solaris on x64 systems
    CN5GSMLIBM® WebSphere® MQ Client 8.0.0.3 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIN8QMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CIN8RMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on POWER® (System i® and System p®) systems
    CIN8SMLIBM® WebSphere® MQSeries 7.5.0.2 for Linux® on System z®
    CIN8KMLIBM® WebSphere® MQSeries 7.5.0.2 for AIX®
    CIN8NMLIBM® WebSphere® MQSeries 7.5.0.2 for HP-UX on HP Integrity Itanium-based systems
    CIN8LMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on UltraSPARC systems
    CIN8MMLIBM® WebSphere® MQSeries 7.5.0.2 for Solaris on x64 systems
    CIN8JMLIBM® WebSphere® MQSeries 7.5.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CIVF7MLIBM® Tivoli® System Automation Multiplatforms - Quick Start 4.1 for Linux®, UNIX and Windows®
    CIZ17MLIBM® Tivoli® System Automation Multiplatforms 4.1 for Linux® on System x, Linux® on POWER and Linux® on System z Multilingual
    CIZ18MLIBM® Tivoli® System Automation Multiplatforms 4.1 for AIX®
    CI2HMMLIBM® Tivoli® System Automation Multiplatforms 3.2.2 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CI3ZSMLIBM® solidDB® Documentation 7 for Linux®, UNIX and Windows®
    CI59EMLIBM® InfoSphere® Change Data Capture - Quick Start 6.5.2 for Linux®, UNIX and Windows®
    CI3ZWENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Linux® on 32-bit AMD and Intel systems (x86)
    CI3ZYENIBM® InfoSphere® Change Data Capture - solidDB® 7 for AIX®
    CI3ZXENIBM® InfoSphere® Change Data Capture - solidDB® 7 for HP-UX on HP Integrity Itanium-based systems
    CI3ZZENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Solaris on UltraSPARC systems
    CI3ZVENIBM® InfoSphere® Change Data Capture - solidDB® 7 for Windows®
    CI59IMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59FMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for AIX®
    CI59QMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Solaris on UltraSPARC systems
    CI59VMLIBM® InfoSphere® Change Data Capture - Access Server 6.5.2 for Windows®
    CI59JMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CI59GMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for AIX®
    CI59SMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Solaris on UltraSPARC systems
    CI59UMLIBM® InfoSphere® Change Data Capture - DB2® 6.5.2 for Windows®
    CI59XMLIBM® InfoSphere® Change Data Capture - Product Documentation 6.5.2 for Linux®, UNIX and Windows®
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4YLENIBM® Data Server Manager Server Base Edition 1.1 for AIX®
    CN4YMENIBM® Data Server Manager Server Base Edition 1.1 for Linux® x86-64
    CN4YNENIBM® Data Server Manager Server Base Edition 1.1 for Windows® 64-bit

    CRUF3ML - IBM® DB2® BLU Acceleration In-Memory Offering eAssembly
    CN30CMLIBM® DB2® BLU Acceleration In-Memory Offering - Quick Start and Activation
    10.5.0.5 for Linux®, UNIX and Windows®
    CIG1DMLIBM® InfoSphere® Data Replication - Quick Start 10.2 for Linux®, UNIX and Windows®
    CIU0NMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for AIX®
    CIU0UMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU0XMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Linux® on System z®
    CIU0ZMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Solaris on UltraSPARC systems
    CIU11MLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KCMLIBM® InfoSphere® Data Replication - CDC for DB2 10.2.1 for Inspur® K1 platform, K-UX
    CIU0PMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for AIX®
    CIU0VMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CIU10MLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Solaris on UltraSPARC systems
    CN0NDMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN0KEMLIBM® InfoSphere® Data Replication - CDC for Access Server 10.2.1 for Inspur® K1 platform, K-UX
    CN0KDMLIBM® InfoSphere® Data Replication - CDC for Management Console 10.2.1 for Windows®, for Inspur® K1 platform, K-UX

    Ibm Data Studio Windows 10

    CRUF2ML - IBM® DB2® Encryption Offering eAssembly
    CN30DMLIBM® DB2® Encryption Offering - Quick Start and Activation
    10.5.0.5 for Linux®, UNIX and Windows®

    CRUF4ML - IBM® DB2® Performance Management Offering eAssembly
    CN4URMLIBM® DB2® Performance Management Offering - Quick Start and Activation
    10.5.0.5 for Linux®, UNIX and Windows®
    CIPH4MLIBM® DB2® ESE Restricted Use, Quick Start and Activation 10.5 for Linux®, UNIX and Windows®
    CN0RZMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition, Quick Start 5.3.1 for Linux®, UNIX and Windows®
    CN17BMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux®
    CN36EMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Linux® on POWER® systems (little endian)
    CN17CMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for AIX®, for Solaris on UltraSPARC systems
    CN17AMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86), for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN17DMLIBM® InfoSphere® Optim™ Performance Manager Extended Edition Activation Kit 5.3.1 for Inspur® K1 platform, K-UX
    CN181MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on 32-bit AMD and Intel systems (x86)
    CN182MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN17ZMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System p®
    CN180MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on System z®
    CN36FMLIBM® InfoSphere® Optim™ Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Linux® on POWER® systems (little endian)
    CN1C8MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Inspur® K1 platform, K-UX
    CN184MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for AIX®
    CN17YMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for HP-UX on HP Integrity Itanium-based systems
    CN183MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on UltraSPARC systems
    CN185MLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Solaris on x64 systems
    CN17XMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on 32-bit AMD and Intel systems (x86)
    CN17WMLIBM InfoSphere Optim Data Tools Runtime Client - for Extended Insight and InfoSphere Optim Configuration Manager 3.1.0.2 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN186MLIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1.0.2 for Multiplatforms
    CN17EMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Windows®
    CN17FMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for AIX®
    CN17GMLIBM® InfoSphere® Optim™ Performance Manager Plugin for TEP 5.3.1 for Linux®
    CN16UMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16WMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System p®
    CN16VMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on System z®
    CN36BMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Linux® on POWER® systems (little endian)
    CN16QMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for AIX®
    CN16TMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for HP-UX on HP Integrity Itanium-based systems
    CN16RMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on UltraSPARC systems
    CN16SMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Solaris on x64 systems
    CN16NMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN16PMLIBM® InfoSphere® Optim™ Performance Manager Server 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN16XMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on 32-bit AMD and Intel systems (x86)
    CN16YMLIBM® DB2® Performance Expert Client 5.3.1 for Linux® on AMD64 and Intel® EM64T systems (x64)
    CN16ZMLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on 32-bit AMD and Intel systems (x86)
    CN170MLIBM® DB2® Performance Expert Client 5.3.1 for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN0R5MLIBM® InfoSphere® Optim™ Query Workload Tuner Quick Start Guide 4.1.1 for Linux® and Windows®
    CN6SVMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Windows®
    CN6SWMLIBM® InfoSphere® Optim™ Query Workload Tuner – License Activation Kit 4.1.2 for Linux®
    CN6SUMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Linux® on 32-bit AMD and Intel systems (x86), for Linux® on AMD64 and Intel® EM64T systems (x64), for Linux® on POWER® (System i® and System p®) systems, for Linux® on System z®
    CN6STMLIBM® InfoSphere® Optim™ Query Workload Tuner 4.1.2 for Windows® on 32-bit AMD and Intel systems (x86) , for Windows® on AMD64 and Intel® EM64T systems (x64)
    CN4NFENIBM® Data Server Manager - Quick Start 1.1 for AIX®, for Linux®, for Windows®
    CN4NGENIBM® Data Server Manager - Activation 1.1 for AIX®,
    CN4VHENIBM® Data Server Manager - Activation 1.1 for Linux® x86-64
    CN4VIENIBM® Data Server Manager - Activation 1.1 for Windows® 64-bit
    CN4NHENIBM® Data Server Manager Server Enterprise Edition 1.1 for AIX®,
    CN53GENIBM® Data Server Manager Server Enterprise Edition 1.1 for Linux® x86-64
    CN4NKENIBM® Data Server Manager Server Enterprise Edition 1.1 for Windows® 64-bit
    CN4NLENIBM® InfoSphere® Optim™ Data Tools Runtime Client – Bulk Deploy 3.1 for AIX®, for Linux®, for Windows®

    CRUF5ML - IBM® DB2® Business Application Continuity Offering eAssembly
    CN30FMLIBM® DB2® Business Application Continuity Offering - Quick Start and Activation 10.5.0.5 for Linux®, UNIX and Windows®

    [{'Product':{'code':'SSEPGG','label':'DB2 for Linux- UNIX and Windows'},'Business Unit':{'code':'BU001','label':'Analytics Private Cloud'},'Component':'Install/Migrate/Upgrade - Database','Platform':[{'code':'PF002','label':'AIX'},{'code':'PF010','label':'HP-UX'},{'code':'PF016','label':'Linux'},{'code':'PF027','label':'Solaris'},{'code':'PF033','label':'Windows'}],'Version':'10.5','Edition':'}]

    Ibm Data Studio For Mac

    Document Information