Release Notes
Abstract
This document provides information about IBM® Transformation Extender for z/OS®, version 10.1.0. These release notes apply to all subsequent fix packs until superseded by new editions.
Content
=====================================================================
CONTENTS
=====================================================================
About this release
Installation and configuration
Upgrade and migration
Related references
Known limitations, problems, and workarounds
New and changed behavior
Resolved Authorized Program Analysis Reports (APARs)
Contacting customer support
Notices and trademarks
==============================================================================
ABOUT THIS RELEASE
==============================================================================
These release notes provide information about IBM Transformation Extender for z/OS.
IBM Transformation Extender was formerly called WebSphere Transformation Extender. Documentation, some interfaces, and some web sites still refer to it as WebSphere Transformation Extender.
These release notes apply to IBM Transformation Extender z/OS features listed below:
- IBM Transformation Extender - Common Components
- IBM Transformation Extender with Command Server
- IBM Transformation Extender with Launcher
- IBM Transformation Extender for Integration Servers
- IBM Transformation Extender for Application Programming
For information about related IBM Transformation Extender components, see the component release notes , as well as documentation on the IBM Transformation Extender support website. These contain the most current information about the release, including additional requirements, configuration instructions, and known issues.
IBM Runtime Environment, Java Technology Edition
IBM Transformation Extender for z/OS V10.1.0 requires IBM® 64-bit Runtime Environment, Java™ Technology Edition, Version 8 SR 1 FP 10. You can download it from z/OS or from Shopz .
==============================================================================
INSTALLATION AND CONFIGURATION
==============================================================================
When you use Transformation Extender with another product, ensure that you satisfy the system requirements of the base product and apply all required fixes to the base product. See the support portal for information about product fixes.
For details about installing and configuring the IBM Transformation Extender z/OS features, see the Program Directory for IBM Transformation Extender for z/OS (order number GI13-4388-01). The Program Directory is available from the Transformation Extender library or the IBM Publications Center.
These notes provide instructions for configuring and deploying the installed features to your runtime environment, setting environmental variables, running examples, and other information about using the features after installation.
For additional configuration information about customizing IBM Transformation Extender for z/OS, see the z/OS Configuration documentation.
==============================================================================
UPGRADE AND MIGRATION
==============================================================================
CARDINFO structure change in Transformation Extender V8.4.1
In Transformation Extender V8.4.1, the CARDINFO structure that is used in the installed Transformation Extender for z/OS examples changed. As a result, you need to recompile older COBOL or PL/I programs that use information from the CARDINFO structure or that use the CARDINFO structure as an argument when they call a Transformation Extender application programming interface (API). Recompile the programs with new copybooks or include files that contain the definitions for the CARDINFO structure used in maps before you run the programs on a z/OS platform.
==============================================================================
RELATED REFERENCES
==============================================================================
IBM Transformation Extender documentation is available only on the IBM Transformation Extender online documentation . No documentation is installed with the product. Use the following links to find the documentation for the IBM Transformation Extender for z/OS functions.
| Function | Documentation |
|---|---|
| To customize IBM Transformation Extender for z/OS for your site | z/OS Configuration |
| To use IBM Transformation Extender with Command Server | Command Server |
| To use IBM Transformation Extender for Application Programming in your IMS execution environment | IMS/DC Execution Option |
| To use IBM Transformation Extender for Application Programming in your CICS execution environment | Command Server |
| To use IBM Transformation Extender for Application Programming in your z/OS Batch execution environment | Platform API |
| To use IBM Transformation Extender for Application Programming in your z/OS UNIX System Services (z/OS UNIX) execution environment | |
| To use the IBM Transformation Extender with Launcher | Launcher |
| To use the z/OS native administration interface for the IBM Transformation with Launcher |
Launcher |
| To use IBM Transformation Extender for Integration Servers | IBM Transformation Extender for: Also see the Sterling B2B Integrator section in the Map Designer documentation. |
| To bind the application plan using the sample DTXBIND JCL | Installed sample readme files in SDTXSAMP PDS:
|
| To use the multiple versions of IBM Transformation Extender for the CICS execution environment in a single CICS region |
Command Server (z/OS CICS section) |
| To configure and use the map and mdq preloader exit | IMS/DC Execution Option |
| To create the resource name file (.mrn) on Windows | Resource Registry |
| To use the CICS adapter | CICS adapter |
| To use the DB2 (z/OS ODBC) adapter | DB2 (z/OS ODBC) adapter |
| To use the DB2 (Windows/UNIX) adapter | DB2 (Windows/UNIX) adapter |
==============================================================================
KNOWN LIMITATIONS, PROBLEMS, AND WORKAROUNDS
==============================================================================
Possible delay in viewing GUI contents on z/OS UNIX
Because z/OS operating systems do not have GUI hosting capabilities, the Launcher's Java-based GUIs must be displayed on a remote X Window server. This might cause a delay in viewing the contents of these GUIs on the remote machine when running the IBM Transformation Extender with Launcher on z/OS UNIX Systems Services (z/OS UNIX) platforms.
Several factors can contribute to the time delay in displaying the GUI, including, but not limited to:
- Network traffic
- CPU utilization on the z/OS system
- TCP/IP communication delays
- Capabilities of the X Windows server
Possible z/OS UNIX Launcher failure
A large number of maps, triggers, or I/O requirements might cause the IBM Transformation Extender with Launcher to fail on the z/OS UNIX System Services (z/OS UNIX) platforms due to resource shortage. You might need to increase the region size or adjust 'SYS1.PARMLIB' parameters, which affect z/OS operating systems on z/OS UNIX platforms. Most of these parameters are described in the IBM z/OS Initialization and Tuning Guide section for member 'BPXPRMxx'.
Adjust settings in the dtx.ini file
Every system environment is different. When you run Transformation Extender with Launcher on the z/OS UNIX System Services (z/OS UNIX) platform, review the dtx.ini configuration file and adjust the resource allocation settings for your environment. See the IBM z/OS Initialization and Tuning Guide section for member 'BPXPRMxx' for recommendations on additional parameter settings.
Using DBLOOKUP, DBQUERY, GET, and PUT functions with the database adapter
When the DBLOOKUP, DBQUERY, GET and PUT map functions pass data to the database adapter, the adapter uses the default values for the Delimiter, Terminator and Release settings. Data passed to and from the adapter by these functions is not represented by a type tree generated in Database Interface Designer.
Preserving the encoding of XML files
To preserve the encoding of XML files that were created on an ASCII platform, transfer the files in binary mode, including files such as the Resource Registry .mrc and .mrn files. For example, you can use FTP or IND$FILE to transfer these files. ASCII-encoded files require you to perform extra steps to view or edit them on z/OS systems.
An XML instance document might contain an encoding attribute that identifies the code page of its content. If you transfer an XML file to your z/OS system in ASCII mode or convert it to EBCDIC, you must manually change the encoding setting in the resulting XML instance document to the correct code page to ensure that the XML parser correctly processes the file. In most cases, change UTF-8 encoding to IBM-1047 encoding. If using ASCII transfer, FTP or IND$FILE does not properly convert multiple-byte UTF-8 characters to EBCDIC(IBM-1047).
Considerations for using the 64-bit implementation for COBOL programs
- The Transformation Extender feature that allows COBOL programs to call the Transformation Extender 64-bit platform application programming interface (API) might not perform as well as COBOL programs that call the 31-bit platform API. Use the 64-bit implementation only if it is necessary to manage the data you are processing.
- All of the buffers which the COBOL program provides to the Transformation Extender platform API and all of the buffers which the platform API returns to the COBOL program calling it must fit in 31-bit storage ("below the bar").
- This implementation uses the z/OS ATTACH, WAIT and POST macros. DB2 Commit might not be coordinated with the COBOL program because the Transformation Extender platform API runs with a different TCB than the COBOL program. The COBOL program WAITs for the Transformation Extender platform API to complete running. If the COBOL program fails to call MercExitAPI, an abend occurs when the COBOL program terminates.
Using IBM Transformation Extender for Application Programming on z/OS UNIX
IBM Transformation Extender for Application Programming contains Java™ interface components that run the IBM VM, Java™ Edition on the UNIX System Services (z/OS UNIX) element of z/OS.
The native character encoding of z/OS UNIX is EBCDIC and the native character encoding of Java JVM is UTF-8. Use the LATIN-1 data type to exchange data between Transformation Extender for Application Programming interfaces and the Java Virtual Machine (JVM). When you write a map to call a Java-based adapter on z/OS UNIX, consider the following adapter behaviors:
- In the type tree, set the Data language property to LATIN-1 for all character text data items that are to be passed to the adapter.
- The Java-based adapter typically returns a LATIN-1 encoded byte stream. In most cases, use the following type tree properties to set the format of output results that are to be passed from the adapter to the map:
- Set the Item Subclass property to Text
- Set the Interpret as property to Binary
These settings are especially important if the results are to be used as input into another map or adapter.
For additional information about the Java programming code page considerations, see Java™ Standard Edition Products on z/OS .
==============================================================================
NEW AND CHANGED BEHAVIOR
==============================================================================
For an overview of new features in this release, see the What's New information in the IBM Transformation Extender online documentation. For information about where to find documentation, see the related references section.
==============================================================================
RESOLVED AUTHORIZED PROGRAM ANALYSIS REPORTS (APARs)
==============================================================================
No APARs were resolved in this version.
==============================================================================
CONTACTING CUSTOMER SUPPORT
==============================================================================
Contact Customer Support at 1-800-IBM-SERV or go to the support portal .
NOTICES
==============================================================================
This information was developed for products and services offered in the US. This material might be available from IBM in other languages. However, you may be required to own a copy of the product or product version in that language in order to access it.
IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBMrepresentative 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 document. The furnishing of this document does not grant you any license to these patents. You can send license inquiries, in writing, to:
IBM Director of Licensing
IBM Corporation
North Castle Drive, MD-NC119
Armonk, NY 10504-1785
US
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:
Intellectual Property Licensing
Legal and Intellectual Property Law
IBM Japan Ltd.
19-21, Nihonbashi-Hakozakicho, Chuo-ku
Tokyo 103-8510, Japan
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 jurisdictions 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 publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice.
Any references in this information to non-IBM websites are provided for convenience only and do not in any manner serve as an endorsement of those websites. The materials at those websites are not part of the materials for this IBM product and use of those websites is at your own risk.
IBM may use or distribute any of the information you provide 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:
IBM Director of Licensing
IBM Corporation
North Castle Drive, MD-NC119
Armonk, NY 10504-1785
US
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 document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program 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-IBMproducts. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.
This information contains 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 actual people or business enterprises 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. The sample programs are provided "AS IS", without warranty of any kind. IBM shall not be liable for any damages arising out of your use of the sample programs.
Trademarks
IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml .
- 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.
Permissions for the use of these publications are granted subject to the following terms and conditions.
Applicability
These terms and conditions are in addition to any terms of use for the IBM website.
Personal use
You may reproduce these publications for your personal, noncommercial use provided that all proprietary notices are preserved. You may not distribute, display or make derivative work of these publications, or any portion thereof, without the express consent of IBM.
Commercial use
You may reproduce, distribute and display these publications solely within your enterprise provided that all proprietary notices are preserved. You may not make derivative works of these publications, or reproduce, distribute or display these publications or any portion thereof outside your enterprise, without the express consent of IBM.
Rights
Except as expressly granted in this permission, no other permissions, licenses or rights are granted, either express or implied, to the publications or any information, data, software or other intellectual property contained therein.
IBM reserves the right to withdraw the permissions granted herein whenever, in its discretion, the use of the publications is detrimental to its interest or, as determined by IBM, the above instructions are not being properly followed.
You may not download, export or re-export this information except in full compliance with all applicable laws and regulations, including all United States export laws and regulations.
IBM MAKES NO GUARANTEE ABOUT THE CONTENT OF THESE PUBLICATIONS. THE PUBLICATIONS ARE PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE.
IBM Online Privacy Statement
IBM Software products, including software as a service solutions, (“Software Offerings”) may use cookies or other technologies to collect product usage information, to help improve the end user experience, to tailor interactions with the end user, or for other purposes. In many cases no personally identifiable information is collected by the Software Offerings. Some of our Software Offerings can help enable you to collect personally identifiable information. If this Software Offering uses cookies to collect personally identifiable information, specific information about this offering’s use of cookies is set forth below.
This Software Offering does not use cookies or other technologies to collect personally identifiable information.
If the configurations deployed for this Software Offering provide you as customer the ability to collect personally identifiable information from end users via cookies and other technologies, you should seek your own legal advice about any laws applicable to such data collection, including any requirements for notice and consent.
For more information about the use of various technologies, including cookies, for these purposes, see IBM’s Privacy Policy at http://www.ibm.com/privacy and IBM’s Online Privacy Statement at http://www.ibm.com/privacy/details in the section entitled “Cookies, Web Beacons and Other Technologies,” and the “IBM Software Products and Software-as-a-Service Privacy Statement” at http://www.ibm.com/software/info/product-privacy .
Was this topic helpful?
Document Information
Modified date:
19 March 2021
UID
ibm16433393