Fix Readme
Abstract
This document contains the readme information for IBM MQ 9.2.0 Long Term Support release and its maintenance, and also for IBM MQ 9.2.x Continuous Delivery releases.
This is the online copy, in English only, of the readme file.
A PDF copy of this document, in English and in translation, is available for download here:
https://public.dhe.ibm.com/software/integration/wmq/docs/V9.2/Readme/
The English version of this document is the most up-to-date version.
Content
The main sections of this document describe product limitations and known problems.
In addition to this document, you can find more information on the IBM MQ website: https://www.ibm.com/products/mq.
The SupportPac web page is here: https://ibm.biz/mqsupportpacs.
For current information about known problems and available fixes, see the IBM MQ Support page: https://www.ibm.com/mysupport/s/topic/0TO5000000024cJGAQ/mq?language=en_US&productId=01t0z000006zdYXAAY.
Product documentation for all supported versions of IBM MQ is available through IBM Documentation: https://www.ibm.com/docs/ibm-mq. Specifically, the IBM MQ 9.2 product information is available in IBM Documentation: https://www.ibm.com/docs/ibm-mq/9.2.
Announcement letters
- Detailed product description, including description of new function.
- Product-positioning statement.
- Ordering details.
- Hardware and software requirements.
- Hourly pricing.
Announcement letters for Continuous Delivery Releases
There are no announcement letters for IBM MQ 9.2.5.
IBM MQ 9.2.4 for Multiplatforms, IBM MQ Appliance firmware, and IBM MQ on Cloud
https://www.ibm.com/docs/en/announcements/221-231/index.html
IBM MQ for z/OS Value Unit Edition 9.2.4, IBM MQ Advanced for z/OS, 9.2.4, and IBM MQ Advanced for z/OS Value Unit Edition 9.2.4
https://www.ibm.com/docs/en/announcements/221-355/index.html
IBM MQ for z/OS, 9.2.4
https://www.ibm.com/docs/en/announcements/221-356/index.html
IBM MQ 9.2.3 for Multiplatforms, IBM MQ Appliance firmware, and IBM MQ on Cloud
https://www.ibm.com/docs/en/announcements/221-186/index.html
IBM MQ for z/OS Value Unit Edition 9.2.3, IBM MQ Advanced for z/OS, 9.2.3, and IBM MQ Advanced for z/OS Value Unit Edition 9.2.3
https://www.ibm.com/docs/en/announcements/221-187/index.html
IBM MQ for z/OS, 9.2.3
https://www.ibm.com/docs/en/announcements/221-188/index.html
IBM MQ 9.2.2 for Multiplatforms, IBM MQ Appliance firmware, and IBM MQ on Cloud
https://www.ibm.com/docs/en/announcements/221-075/index.html
IBM MQ for z/OS Statement of Direction, 9.2.2
https://www.ibm.com/docs/en/announcements/221-076/index.html
IBM MQ 9.2.1, IBM MQ Appliance firmware, and IBM MQ on Cloud
https://www.ibm.com/docs/en/announcements/220-448/index.html
IBM MQ for z/OS Value Unit Edition 9.2.1, IBM MQ Advanced for z/OS, 9.2.1, and IBM MQ Advanced for z/OS Value Unit Edition 9.2.1
https://www.ibm.com/docs/en/announcements/220-449/index.html
IBM MQ for z/OS, 9.2.1
https://www.ibm.com/docs/en/announcements/220-450/index.html
Announcement letters for IBM MQ 9.2.0
https://www.ibm.com/docs/en/announcements/223-0578/index.html
IBM MQ 9.2 and IBM MQ on Cloud
https://www.ibm.com/docs/en/announcements/220-238/index.html
IBM MQ for z/OS Value Unit Edition 9.2, IBM MQ Advanced for z/OS, 9.2, and IBM MQ Advanced for z/OS Value Unit Edition 9.2
https://www.ibm.com/docs/en/announcements/220-239/index.html
IBM MQ for z/OS, 9.2
https://www.ibm.com/docs/en/announcements/220-240/index.html
Update history
Date | Summary |
---|---|
02 May 2025 | Updates for IBM MQ 9.2.0.35 |
17 Dec 2024 | Updates for IBM MQ 9.2.0.30 |
26 Apr 2024 | Updates for IBM MQ 9.2.0.25 |
14 Dec 2023 | Updates for IBM MQ 9.2.0.21 CSU |
30 Oct 2023 | Updates for IBM MQ 9.2.0.20 |
01 Aug 2023 | Link to the IBM MQ Advanced for z/OS Connector Pack announcement letter |
28 Jun 2023 | Updates for IBM MQ 9.2.0.15 |
28 Feb 2023 | Updates for IBM MQ 9.2.0.10 |
01 Dec 2022 | Updates for IBM MQ 9.2.0.7 |
29 Jun 2022 | Updates for IBM MQ 9.2.0.6 |
24 Feb 2022 | Updates for IBM MQ 9.2.5 |
22 Feb 2022 | Updates for IBM MQ 9.2.0.5 |
18 Nov 2021 | Updates for IBM MQ 9.2.4 |
11 Nov 2021 | Updates for IBM MQ 9.2.0.4 |
22 Jul 2021 | Updates for IBM MQ 9.2.3 and 9.2.0.3 |
18 Mar 2021 | Updates for IBM MQ 9.2.2 and 9.2.0.2 |
07 Dec 2020 | Extra item for IBM MQ 9.2.0.1 |
03 Dec 2020 | Updates for IBM MQ 9.2.1 |
01 Oct 2020 | Updates for IBM MQ 9.2.0.1 |
23 Jul 2020 | Created for IBM MQ 9.2.0 |
Installation instructions
Installation instructions are available as part of the IBM MQ 9.2 product information published in IBM Documentation: https://www.ibm.com/docs/SSFKSJ_9.2.0/com.ibm.mq.ins.doc/q008250_.html
Limitations and known problems for Long Term Support releases
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACK 35
- New statistics might affect custom administrative tools
-
As described in What's changed in IBM MQ 9.2.0 Fix Pack 35, this fix pack adds the mqperfck command and new system resource statistics. The new statistics are added to the resource statistics metadata that are published by the queue manager. If you developed your own administrative tool, it can automatically discover and display these new statistics, as described in Developing your own resource monitoring application in the IBM MQ product documentation. If the new statistics cause a problem for an administrative tool, you can suppress the statistics for a queue manager by setting the AMQ_NO_MQPERFCK_STATS environment variable to any value before you start the queue manager. For example, to suppress the new statistics for a queue manager named
QMGR1
on a Linux operating system, then start the queue manager, run the following commands:export AMQ_NO_MQPERFCK_STATS=1 strmqm QMGR1
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACK 30
- Channel loops if a message on the transmit queue exceeds the MAXMSGL attribute of the queue manager
-
This fix pack adds the following return code (2491) that can appear in messages that are moved to the dead letter queue: A message was put to a remote queue but the channel was unable to process the full message from the transmission queue because the message has properties that cause its total size to exceed the maximum message length that is allowed by the queue manager. The message has been moved to the dead-letter queue.
Where possible, you should configure a dead letter queue handler to process any such messages. Or you can write an application to process each message. The application must use MQGET with option MQGMO_PROPERTIES_IN_HANDLE to get the message with properties in a message handle and the message payload in the message buffer.
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACK 25
- Support is removed for RSA key exchange in FIPS mode
-
The IBM Java 8 JRE removes support for RSA key exchange when operating in FIPS mode. This removal applies to the following CipherSuites:
- TLS_RSA_WITH_AES_256_GCM_SHA384
- TLS_RSA_WITH_AES_256_CBC_SHA256
- TLS_RSA_WITH_AES_256_CBC_SHA
- TLS_RSA_WITH_AES_128_GCM_SHA256
- TLS_RSA_WITH_AES_128_CBC_SHA256
- TLS_RSA_WITH_AES_128_CBC_SHA
- TLS_RSA_WITH_3DES_EDE_CBC_SHA
- AMQP server
- Managed File Transfer (MFT)
- IBM MQ Console / web console
- IBM MQ Explorer
- IBM MQ REST API
- IBM MQ Telemetry service
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0.21 CSU
- IBM MQ Bridge to blockchain is removed
-
The IBM MQ Bridge to blockchain was deprecated across all releases from November 22 2022, and is removed from the product at IBM MQ 9.2.0.21. If your system has the MQSeriesBCBridge component installed, remove it manually after this maintenance update has completed.
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACKS 15 AND 20
There are no new limitations or known problems.
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACK 10
- IBM MQ AMQP channel does not start automatically with AMQP service after upgrade
-
When a queue manager with a running AMQP channel is upgraded to IBM MQ 9.2, and the queue manager and associated AMQP service are restarted, the previously running AMQP channel does not start automatically.
This issue is fixed by APAR IT37842, which is included in IBM MQ 9.2.0 Fix Pack 10.
Note that migration runs only once; the first time the queue manager is started after an upgrade. Therefore, after you apply IBM MQ 9.2.0 Fix Pack 10:- If, prior to installing IBM MQ 9.2.0 Fix Pack 10, you have started the queue manager and AMQP channel on any previous IBM MQ 9.2 level, then the AMQP channel will start automatically. You do not need to take any additional action.
- If, prior to installing IBM MQ 9.2.0 Fix Pack 10, you have not started the queue manager and AMQP channel on any previous IBM MQ 9.2 level, then any previously running AMQP channels must be restarted manually when the queue manager and associated AMQP service are restarted.
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACK 7
There are no new limitations or known problems.
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACKS 5 AND 6
- On Linux, after installing IBM MQ Explorer, a
java.security.SignatureException
error is displayed when viewing the error log -
To recreate this error on the Linux 64-bit platform, complete the following steps:
- Install the IBM MQ 92 initial release, then apply either Fix Pack 9.2.0.5 or Fix Pack 9.2.0.6.
- Launch the IBM MQ Explorer using the VNC viewer.
- Go to , then click "Installation details".
- Go to .
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACK 4
- Error message in the IBM MQ Explorer log after IBM MQ 9.2.0.4 is installed on Windows
-
After IBM MQ 9.2.0, Fix Pack 4 is installed on Windows, you might see the following error message in the IBM MQ Explorer log file the first time the IBM MQ Explorer is started.
- IBM MQ Explorer installation details are not updated after IBM MQ 9.2.0.4 is uninstalled on Windows
-
After IBM MQ 9.2.0, Fix Pack 4 is uninstalled on Windows, the information displayed on the Installed Software tab of the IBM MQ Explorer Installation Details panel still includes the following entry:
- HELP Patch (bugzillas 564984,562440,562843,564747,568292,569227,569855,569406,573066,576203)
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACK 3
- Error when you apply IBM MQ 9.2.0, Fix Pack 3 on Windows
-
When you apply this fix pack from the Windows Start button, you get the following message: Unable to access the specified device, path, or file. You might not have the proper permissions to access these items.
- Error message in the IBM MQ Explorer log after IBM MQ 9.2.0.3 is installed on Windows
-
After IBM MQ 9.2.0, Fix Pack 3 is installed on Windows, you might see the following error message in the IBM MQ Explorer log file the first time the IBM MQ Explorer is started.
- GTK+ Messages issued by IBM MQ Explorer
-
In some Linux environments, messages from the GTK+ graphical user interface library might be seen in the UNIX console window from which IBM MQ Explorer was started. These messages are caused by errors in the gtk3 libraries, and do not cause any functional failures in IBM MQ Explorer.
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACK 2
- GTK+ Messages issued by IBM MQ Explorer
-
In some Linux environments, messages from the GTK+ graphical user interface library might be seen in the UNIX console window from which IBM MQ Explorer was started. These messages are caused by errors in the gtk3 libraries, and do not cause any functional failures in IBM MQ Explorer.
- Channel names are blank in MQSC and IBM MQ Explorer after direct migration from IBM MQ 8.0.0.1, 8.0.0.2, or 8.0.0.3
-
For more information, see LIMITATIONS AND KNOWN PROBLEMS FOR THE INITIAL IBM MQ 9.2.0 RELEASE.
- Error messages in the IBM MQ Explorer log after IBM MQ 9.2.0.2 is installed on Windows
-
After IBM MQ 9.2.0, Fix Pack 2 is installed on Windows, you might see one of the following error messages in the IBM MQ Explorer log file the first time the IBM MQ Explorer is started.
- IBM MQ Explorer installation details are not updated after IBM MQ 9.2.0.2 is uninstalled on Windows
-
After IBM MQ 9.2.0, Fix Pack 2 is uninstalled on Windows, the information displayed on the Installed Software tab of the IBM MQ Explorer Installation Details panel still includes the following entry:
- HELP Patch (bugzillas 538020,547101,509819,568292)
- An error message is displayed in the IBM MQ Explorer console after IBM MQ 9.2.0.2 is installed with RDQM on Linux 64
-
When IBM MQ Explorer is launched for the first time and you click the Help contents, the following
Error sending IPC message: Broken pipe
error is displayed:2021-03-29 02:54:10.526:INFO::Start Help Server: Logging initialized @158546ms to org.eclipse.jetty.util.log.StdErrLog 2021-03-29 02:54:10.739:INFO:oejs.session:Start Help Server: DefaultSessionIdManager workerName=node0 2021-03-29 02:54:10.739:INFO:oejs.session:Start Help Server: No SessionScavenger set, using defaults 2021-03-29 02:54:10.742:INFO:oejs.session:Start Help Server: node0 Scavenging every 660000ms 2021-03-29 02:54:10.804:INFO:oejs.session:Start Help Server: node0 Scavenging every 726000ms Error sending IPC message: Broken pipe Error sending IPC message: Broken pipe Error sending IPC message: Broken pipe Error sending IPC message: Broken pipe Error sending IPC message: Broken pipe Error sending IPC message: Broken pipe Error sending IPC message: Broken pipe Error sending IPC message: Broken pipe
- Changes to default values for some ciphers
-
The JRE embedded into IBM MQ 9.2.0.2 is updated under APAR IT35540 to the following Java version:
- 8.0.6.26 - AIX, Linux (x86-64, ppcLE, zLinux), Windows
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.0, FIX PACK 1
- IBM MQ Explorer installation details are not updated after IBM MQ 9.2.0.1 is uninstalled on Windows
-
After IBM MQ 9.2.0, Fix Pack 1 is uninstalled on Windows, the information displayed on the Installed Software tab of the IBM MQ Explorer Installation Details panel still includes the following entry:
- HELP Patch (bugzillas 564984)
Limitations and known problems for Continuous Delivery releases
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.5
There are no new limitations or known problems.
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.4
- On z/OS, QPST_MSGP020_PUTTIME is added to the QPST control block
-
As part of the z/OS System Management Facility (SMF) enhancements for IBM MQ 9.2.4, the QPST_MSGP020_PUTTIME parameter is added to the QPST control block. However QPST_MSGP020_PUTTIME is an internal parameter, and QPST is an externalized control block. In a future release, the QPST_MSGP020_PUTTIME parameter will move to an internal control block.
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.3
- Channel names are blank in MQSC and IBM MQ Explorer after direct migration from IBM MQ 8.0.0.1, 8.0.0.2, or 8.0.0.3
-
For more information, see LIMITATIONS AND KNOWN PROBLEMS FOR THE INITIAL IBM MQ 9.2.0 RELEASE.
- Error messages in the IBM MQ Explorer log after IBM MQ 9.2.3 is installed on Windows
-
After IBM MQ 9.2.3 is installed on Windows, you might see one of the following error messages in the IBM MQ Explorer log file the first time the IBM MQ Explorer is started.
- Native HA with replication over TLS 1.3: After a failover, replicas might repeatedly connect and disconnect from the active instance
-
When you run with TLS 1.3, after a failover you might get pairs of messages similar to the following pair:
2021-06-24T12:06:14.148Z AMQ3214I: Native HA inbound secure connection accepted from '<hostname>'. [CommentInsert1(<hostname>), CommentInsert2(<ipaddress>), CommentInsert3(TLS_CHACHA20_POLY1305_SHA256)]
2021-06-24T12:06:14.613Z AMQ3222E: Native HA network connection from '<hostname>' ended unexpectedly. [CommentInsert1(<hostname>), CommentInsert2(<qmgrname>), CommentInsert3(rrcE_SSL_BAD_RETURN_FROM_GSKIT (14) (????) (gsk_secure_soc_read) (<ipaddress>))]
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.2
- Changes to default values for some ciphers
-
The JRE is updated to 8.0.6.25 in this release. By default, this level of the JRE disables ciphers whose algorithms match
DES_CBC
. For example:SSL_RSA_FIPS_WITH_DES_CBC_SHA
- On Windows, clicking 'IBM MQ Explorer Help' might not open the help system
-
On Windows systems, some users cannot open IBM MQ Explorer Help, either by clicking IBM MQ Explorer Help in the main landing page, or by clicking .
- CCDT Generation within the IBM MQ Console is not available on z/OS
-
Generating a client channel definition table (CCDT) file in the IBM MQ Console occasionally fails on z/OS when the system attempts to get a list of listeners, requiring the web console to be reloaded in the browser.
LIMITATIONS AND KNOWN PROBLEMS FOR IBM MQ 9.2.1
- IBM MQ Messaging Pool Blocking behavior can cause high CPU usage and impact functionality
-
If the Messaging Pool is configured with "blocking" behavior and the pool size is exhausted, incoming requests enter a "busy-wait" state, polling the pool continually for free connections. If messaging operations performed by requests take significant time, this busy-wait state might be maintained for a significant time. This is because fewer connections are returned to the pool than there are threads waiting.
- On z/OS systems, if a queue manager restarts during an MFT transfer, the transfer does not complete
-
When a Managed File Transfer agent on z/OS is connecting to a queue manager on z/OS, and the queue manager is stopped, a connection broken error is received by the agent. However, the agent does not reconnect when the queue manager is restarted.
Limitations and known problems for the initial IBM MQ 9.2.0 release
- GTK+ Messages issued by IBM MQ Explorer
-
In some Linux environments, messages from the GTK+ graphical user interface library might be seen in the UNIX console window from which IBM MQ Explorer was started. For example:
(:16073): Gtk-CRITICAL **: 17:09:00.159: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (:4652): Gtk-WARNING **: 11:28:52.072: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
- Channel names are blank in MQSC and IBM MQ Explorer after direct migration from IBM MQ 8.0.0.1, 8.0.0.2, or 8.0.0.3
-
When you migrate from IBM MQ 8.0.0 Fix Pack 1, 2 or 3 directly to IBM MQ 9.1.5 or later, channel objects are not migrated correctly when the queue manager is started at the new code level. Channels continue to work normally, but channel names are not displayed by runmqsc or IBM MQ Explorer.
- IBM MQ AMQP channel does not start automatically with AMQP service after upgrade
-
When a queue manager with a running AMQP channel is upgraded to IBM MQ 9.2, and the queue manager and associated AMQP service are restarted, the previously running AMQP channel does not start automatically.
This issue is fixed by APAR IT37842, which is included in IBM MQ 9.2.0 Fix Pack 10.
Note that migration runs only once; the first time the queue manager is started after an upgrade. Therefore, after you apply IBM MQ 9.2.0 Fix Pack 10:- If, prior to installing IBM MQ 9.2.0 Fix Pack 10, you have started the queue manager and AMQP channel on any previous IBM MQ 9.2 level, then the AMQP channel will start automatically. You do not need to take any additional action.
- If, prior to installing IBM MQ 9.2.0 Fix Pack 10, you have not started the queue manager and AMQP channel on any previous IBM MQ 9.2 level, then any previously running AMQP channels must be restarted manually when the queue manager and associated AMQP service are restarted.
Copyright, notices and trademarks
Copyright and trademark information
This information was developed for products and services offered in the U.S.A.
IBM may not offer the products, services, or features discussed in this information in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service.
IBM may have patents or pending patent applications covering subject matter described in this information. The furnishing of this information does not give you any license to these patents. You can send license inquiries, in writing, to:
IBM Corporation
North Castle Drive
Armonk, NY 10504-1785
U.S.A.
For license inquiries regarding double-byte character set (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to:
Legal and Intellectual Property Law
IBM Japan, Ltd.
19-21, Nihonbashi-Hakozakicho, Chuo-ku
Tokyo 103-8510, Japan
The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law:
INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you.
This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the information. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this information at any time without notice.
Any references in this information to non-IBM web sites are provided for convenience only and do not in any manner serve as an endorsement of those web sites. The materials at those web sites are not part of the materials for this IBM product and use of those web sites is at your own risk.
IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you.
Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact:
J46A/G4
555 Bailey Avenue
San Jose, CA 95141-1003
USA
Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee.
The licensed program described in this information and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Programming License Agreement, or any equivalent agreement between us.
Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products. This information includes examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental.
Copyright license
This information contains sample application programs in source language, which illustrate programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs. You may copy, modify, and distribute these sample programs in any form without payment to IBM for the purposes of developing, using, marketing, or distributing application programs conforming to IBM's application programming interfaces.
AIX, IBM, WebSphere, z/OS
Windows is a trademark of Microsoft Corporation in the United States, other countries, or both.
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.
UNIX is a registered trademark of The Open Group in the United States and other countries.
Linux is a trademark of Linus Torvalds in the United States, other countries, or both.
Other company, product, or service names may be trademarks or service marks of others.
For more information, see https://www.ibm.com/legal/copytrade.
Was this topic helpful?
Document Information
Modified date:
02 May 2025
UID
ibm16210372