IBM Classic Connect V2.1.1 Provides SQL Access to IMS and VSAM Data

Size: px
Start display at page:

Download "IBM Classic Connect V2.1.1 Provides SQL Access to IMS and VSAM Data"

Transcription

1 Software Announcement April 13, 1999 IBM Classic Connect V2.1.1 Provides SQL Access to IMS and VSAM Data Overview Classic Connect V2.1.1 provides relational read-only access to IMS databases and VSAM data sets. Its communication, data access, and data mapping functions translate non-relational data using relational queries into relational formats on MVS. In conjunction with DataJoiner, users can, from a variety of client platforms, submit a standard SQL query that accesses non-relational data consistently. It s as if the data was in a DB2 database. A workstation end user can issue an SQL join across IMS, VSAM, DB2 Universal Database for OS/390, in addition to Oracle, Microsoft SQL server, Sybase, and a variety of other relational and non-relational data sources. Key Prerequisites Base System running MVS/ESA V5.1 (or OS/390 V1.3, if using TCP/IP) DB2 DataJoiner V2.1.1 running under Windows NT or AIX For the Data Mapper, an IBM-compatible workstation with at least a 486 processor 4 MB RAM (8 MB recommended) VGA monitor Microsoft Windows 95, Windows 98, and Windows NT 10MB of free hard disk space Planned Availability Date April 16, 1999 At a Glance IBM Classic Connect V2.1.1 provides: SQL read access to IMS/MVS and VSAM/MVS Data join/access via DataJoiner across DB2 Universal Database Family, IMS, VSAM, Oracle, Microsoft SQL Server, Sybase and other relational and non-relational data sources SYSINDEXES, SYSKEYS, and RUNSTATS available for DataJoiner query optimizer Enterprise Server option for managing large pools of concurrent users IMS DRA access path for multiuser support, in addition to single user DBB and BMP access Dynamic configuration support allowing 7 x 24 operations Improved performance, scalability, reliability, and security For ordering, contact: Your IBM representative, an IBM Business Partner, or IBM Americas Call Centers at 800-IBM-CALL Reference: LE010 EXTRA! EXTRA!... Subscribe to IBM isource, your electronic source for customized IBM information! Go to our Web site at or send an to info@isource.ibm.com with the word SUBSCRIBE in the body. This announcement is provided for your information only. For additional information, contact your IBM representative, call 800-IBM-4YOU, or visit the IBM home page at: IBM United States IBM is a registered trademark of International Business Machines Corporation

2 Description Data Sources Accessed by Classic Connect Classic Connect provides relational read-only access to IMS databases and VSAM data sets. It creates a logical, relational database, complete with logical tables that are mapped to actual data in IMS or VSAM databases. Specifically: For IMS, each logical table corresponds to one or more segments of a path in an IMS full-function database. The fields of multiple segments in a path map to the columns of a logical table. Each unique set of segment instances for the given path maps to a row in a logical table. For VSAM, each logical table corresponds to a VSAM data set. Each field of the data set maps to a column of the logical table; each record of the data set maps to a row. Classic Connect can read data from VSAM KSDS, RRDS, and ESDS data sets. Using this relational structure, Classic Connect translates relational queries into DL1 calls or VSAM reads against IMS databases and VSAM data sets respectively, and returns the result in a relational (for example, a table) format. Multiple logical databases can be defined for a single data source (such as, a set of VSAM data sets or a single IMS database). Multiple logical tables can be defined in a logical database. Multiple logical tables can be defined for a single data entity (such as a VSAM data set or an IMS segment). For example, a single VSAM data set can have multiple logical tables defined for it, each one mapping data in a new way. Consists of Four Major Components Client Interface Module Data Server Enterprise Server Data Mapper Client Interface Module: The Client Interface Module is used to establish and maintain connections with Data Servers and Enterprise Servers. It performs the following functions: Determines and loads the appropriate transport layer module, based on configuration parameters Establishes communications with Data Servers and Enterprise Servers Stores and retrieves data in the application storage areas Presents error and feedback information to the application The Client Interface Module can establish multiple connections to a Data Server or Enterprise Server on behalf of a single application program. The Client Interface Module is contained in both DataJoiner and the sample applications (DJXSAMP) on MVS, AIX, and Windows NT. The sample applications are used during initial setup, for testing the configuration, and for problem determination. They are also useful for designing application queries. Data Server: All data access is performed by Data Servers. A Data Server is responsible for the following functions: Accepting SQL queries from DataJoiner or the sample applications (DJXSAMP) Determining the type of data to be accessed Rewriting the SQL query into the native file or database access language needed; A single SQL access could translate into multiple native data requests. Optimizing queries based on generic SQL query rewrite and file- or database-specific optimization Querying multiple data sources for JOINs Translating result sets into a consistent relational format, which involves restructuring non-relational data into columns and rows Sorting result sets as needed; for example, ORDER BY Issuing all client catalog queries to the Classic Connect Meta Data Catalog A Classic Connect Data Server accepts connection requests from DataJoiner and the sample applications on AIX, Windows NT, and MVS. Enterprise Server: This optional component manages a large number of concurrent users across multiple data sources. An Enterprise Server contains the same tasks that a Data Server uses, with the exception of the query processor and the initialization services. Like a Data Server, the Enterprise Server s Connection Handler is responsible for responding to client connection requests. However, when a connection request is received, the Enterprise Server does not forward the request to a query processor task for processing. Instead, the connection request is forwarded to a Data Source Handler (DSH) and then to a Data Server for processing. The Enterprise Server maintains the end-to-end connection between the client application and the target Data Server. It is responsible for sending and receiving messages between the client application and the Data Server. The Enterprise Server is also used to perform load balancing. Using configuration parameters, the Enterprise Server determines the locations of the Data Servers that it will be communicating with and whether those Data Servers are running on the same platform as the Enterprise Server. The Enterprise Server can automatically start a local Data Server if there are no instances active. It can also start additional instances of a local Data Server when the currently active instances have reached the maximum number of concurrent users they can service, or the currently active instances are all busy. Data Mapper: The Classic Connect non-relational Data Mapper is a Microsoft Windows -based application that automates many of the tasks required to create logical table definitions for non-relational data structures. The objective is to view a single file or portion of a file as one or more relational tables. The mapping must be accomplished while maintaining the structural integrity of the underlying database or file. The Data Mapper interprets existing physical data definitions that define both the content and the structure of non-relational data. The tool is designed to minimize administrative work, using a definition-by-default approach

3 Year 2000 This product is Year 2000 ready. When used in accordance with its associated documentation, it is capable of correctly processing, providing, and/or receiving date data within and between the twentieth and twenty-first centuries, provided that all products (for example, hardware, software, and firmware) used with the product properly exchange accurate date data with it. Product Positioning Classic Connect is a middleware product providing SQL access to IMS/MVS and VSAM/MVS. Classic Connect runs on an MVS/ESA or OS/390 system. Hardware and Software Support Services SmoothStart /Installation Services SmoothStart and Installation Services are not provided. Trademarks IMS, MVS, MVS/ESA, and SmoothStart are trademarks of International Business Machines Corporation in the United States or other countries or both. DataJoiner, DB2, DB2 Universal Database, OS/390, and AIX are registered trademarks of International Business Machines Corporation in the United States or other countries or both. Microsoft and Windows are trademarks of Microsoft Corporation. Windows NT is a registered trademark of Microsoft Corporation. Other company, product, and service names may be trademarks or service marks of others

4 IBM US Announcement Supplemental Information April 13, 1999 Additional Detailed Operations of Classic Connect Five Types of Services that Run in the Data Server Component Region controller services, which include an MTO operator interface Initialization services Connection handler services Query processor services Logger services Region Controller Services: The primary component of a Data Server is the region controller. The region controller is responsible for starting, stopping, and monitoring all of the other components of the Data Server. These different components are referred to as services. The services are implemented as individual load modules running as separate MVS tasks within the Data Server address space. Services can have multiple instances, and each instance can support multiple users. The region controller determines which services to start based on SERVICE INFO ENTRY parameter settings. Included in the region controller service is the MVS Master Terminal Operator (MTO) interface, which allows you to display and control the services and users that are being serviced by a Data Server. Using the MTO interface, you can also dynamically configure the Data Server. Initialization Services: Initialization services are special tasks used to initialize and terminate different types of interfaces to underlying database management systems or MVS system components. Currently, two initialization services are provided: IMS BMP/DBB/DLI Initialization Service Used to initialize the IMS region controller to access IMS data using a BMP/DBB interface IMS DRA Initialization Service Used to initialize the Classic Connect DRA interface and to connect to an IMS DBCTL region to access IMS data using the DRA interface Connection Handler (CH) Services: A CH service task is responsible for listening for connection requests from DataJoiner and the sample applications. Connection requests are routed to the appropriate query processor task for subsequent processing. Classic Connect supplies three typical transport layer modules that can be loaded by the CH task: TCP/IP SNA LU 6.2 MVS Cross Memory Services The MVS client application, DJXSAMP, can connect to a Data Server using any of these methods. However, the recommended approach for local clients is to use MVS Cross Memory Services. DataJoiner or DJXSAMP2 sample applications on AIX and Windows NT use TCP/IP or SNA to communicate with a remote Data Server. Query Processor Services: The query processor is the component of the Data Server that is responsible for translating client SQL into database- and file-specific data access requests. The query processor treats IMS and VSAM data as a single data source and is capable of processing SQL statements that access either IMS, VSAM, or both. Multiple query processors can be used to separately control configuration parameters, such as those that affect tracing and governors, to meet the needs of individual applications. The query processor can service SELECT statements. It invokes one or more subsystem interfaces (SSIs) to access the target database or file system referenced in an SQL request. The following SSIs are supported: IMS BMP/DBB Interface Allows IMS data to be accessed through an IMS region controller. The region controller is restricted to a single PSB for the Data Server, limiting the number of concurrent users a Data Server can handle. IMS DRA Interface Allows IMS data to be accessed using the IMS DRA interface. The DRA interface supports multiple PSBs and is the only way to support a large number of users. This is the recommended interface. VSAM interface Allows access to VSAM ESDS, KSDS or RRDS files. This interface also supports use of alternate indexes. Classic Connect supplies a RUNSTATS utility program that is used to update population statistics for the logical tables and their associated indexes and keys. This information can be used by the query processor to optimize JOINs. Logger Service: A logger service is a task that is used for system monitoring and trouble shooting. A single logger task can be running within a Data Server. During normal operations, you will not need to be concerned with the logger service. Data Mapper Details: The Data Mapper accomplishes the creation of logical table definitions for non-relational data structures by creating Meta Data Grammar from existing non-relational data definitions (COBOL copybooks). The meta data grammar is used as input to the Classic Connect Meta Data Utility to create a Meta Data Catalog that defines how the non-relational data structure is mapped to an equivalent logical table. The Meta Data Catalogs are used by query processor tasks to facilitate This announcement is provided for your information only. For additional information, contact your IBM representative, call 800-IBM-4YOU, or visit the IBM home page at: IBM United States IBM is a registered trademark of International Business Machines Corporation

5 both the access and translation of the data from the non-relational data structure into relational result sets. The Data Mapper import utilities create initial logical tables from COBOL copybooks. A visual point-and-click environment is used to refine these initial logical tables to match site- and user-specific requirements. You can utilize the initial table definitions automatically created by Data Mapper, or customize those definitions as needed. Multiple logical tables can be created that map to a single physical file or database. For example, a site may choose to create multiple table definitions that all map to an employee VSAM file. One table is used by department managers who need access to information about the employees in their departments; another table is used by HR managers who have access to all employee information; another table is used by HR clerks who have access to information that is not considered confidential; and still another table is used by the employees themselves who can query information about their own benefits structure. Customizing these table definitions to the needs of the user is not only beneficial to the end-user but recommended. The Data Mapper contains embedded FTP support to facilitate file transfer from and to the mainframe. The steps involved are: 1. Import existing descriptions of your non-relational data into Data Mapper. COBOL copybooks and IMS-DL/I database definitions (DBDs) can be imported into the Data Mapper. The Data Mapper creates default logical table definitions from the COBOL copybook information. If these default table definitions are suitable for end-users, skip to Refine or customize the default table definitions as needed by the users. For example, importing the record layout for the VSAM customer master file creates the default Customer_Table. Two additional tables can also be created from the original: Marketing_Customer_Table, which contains only those data elements required by the marketing department Service_Customer_Table, which contains only those data elements required by support representatives 3. Generate the actual Meta Data Grammar that will be used by the Meta Data Utility on MVS. 4. Transfer the logical table definitions to the mainframe where the database or file resides. These definitions are then used as input to the Meta Data Utilities, which create the Meta Data Catalogs. After completing these steps, you are ready to use Classic Connect operational components with your tools and applications to access your non-relational data. Education Support Classic Connect will be touched upon in the following classes: Course Title Using DataJoiner DataJoiner Administration Course Code DW202 DW212 Descriptions of all classroom and self-study courses are contained in the Catalog of IBM Education and Training. Call IBM Education and Training at 800-IBM-TEACH ( ) for catalogs, schedules and enrollments, or visit the Web at: Technical Information and Specified Operating Environment Hardware Requirements Minimum Disk Space Requirements for Installation: To install a Classic Connect system and the required C Runtime files, approximately 66 cylinders of disk space are required. During installation, all the libraries referenced in this section are created. All disk space amounts are for 3390 storage units. The Classic Connect system is installed using the IBM MVS SMP/E product. The SMP/E product is used to apply, monitor, and ensure the integrity of service updates to the products installed under its control. SMP/E installs a target set of run-time libraries as well as a distribution set of backup libraries. The target library DD names, as well as the low-level qualifiers of their data set names, all begin with the letter S ; the distribution libraries begin with the letter A. Both sets of libraries and the disk requirements of each are shown in the following table: Disk Space Contents Component Requirements APF authorized load library SDJXLOAD 15 cylinders Configuration parameters SDJXCONF 1 cylinder Sample JCL SDJXSAMP 1 cylinder C runtime library SDJXSASC 6 cylinders (packaged separately) Macro library for use with SDJXMAC 1 cylinder SYSTEM exits and client application System messages catalog SDJXMENU 4 tracks SMP/E Distribution copy ADJXLOAD 15 cylinders of SDJXLOAD SMP/E Distribution copy ADJXCONF 1 cylinder of SDJXCONF SMP/E Distribution copy ADJXSAMP 1 cylinder of SDJXSAMP SMP/E Distribution copy ADJXMAC 1 cylinder of SDJXMAC SMP/E Distribution copy ADJXMENU 4 tracks of SDJXMENU Operational Disk Space Requirements: In addition to the installation libraries, if you are running the Data Servers as started tasks, you need to place the Data Server JCL procedure in a procedure library that is accessed when a start command is issued to activate a Data Server. Because you already have these procedure libraries allocated, and the size of the Data Server procedures is relatively small, no additional disk space should be required for this aspect of implementing Classic Connect. The only other set of permanent data sets that you need are for the Meta Data Catalogs. The disk space required for the Meta Data Catalogs depends on the number of non-relational-to-relational mappings that you have defined. Additionally, you will need to decide whether to create new sets of the Meta Data Catalogs for each application that you create or whether all of, or a group of, related applications will share the same Meta Data Catalogs

6 Disk space requirements for the Meta Data Catalogs are minor. The Meta Data Catalogs consist of index and data components. The Meta Data Catalogs contain approximately 100 logical tables with a total of approximately 2,000 columns. The disk space requirement for the index component is one cylinder, while the data component is three cylinders. You can safely assume that approximately five cylinders of disk space is required for each set of Meta Data Catalogs that you create. To summarize, you will need about 60 cylinders of 3390 disk space for the basic operational infrastructure and another three to five cylinders for each set of Meta Data Catalogs that you implement. For planning purposes, assume you will need approximately 71 cylinders of permanent disk space to operate Classic Connect. Another, and much more difficult to estimate, disk space requirement is for temporary disk space required to process user queries. If you use the immediate return of data feature, many types of queries do not require any temporary disk space. However, if a query contains a scalar function or a sorting operator (for example, an ORDER BY clause), then the result set must be spooled to temporary disk for summarization or sorting. If the result set is small, the use of temporary disk space may not be necessary based on the size of the file buffer cache. For a query, once the file buffer cache is exhausted, the result set is spilled to temporary DASD. You control the size and location of where the temporary files are written using the LD TEMP SPACE configuration parameter. Assume that the amount of temporary storage required is twice the size of the total result set. For example, if the result set is 3 MB, then approximately 6 MB of temporary storage are required to stage the result set output. The total amount of temporary DASD that is required is based on the types of queries and the number of concurrent users. For example, if you have 50 concurrent users all issuing queries that retrieve 3 MB of data, and the queries contain an ORDER BY clause, then 300 MB of temporary DASD are required to service all 50 users concurrently. Runtime Storage Requirements: The amount of virtual storage required to operate a Classic Connect system varies based upon these factors: The number and types of components configured How each component is configured The number of concurrent users being serviced The complexity of the queries being run by each user Tape Requirement: The system must have an appropriate tape unit for installing the product. Hardware Requirements for the Data Mapper The Data Mapper runs on an IBM-compatible workstation PC. Minimum System Requirements for Windows NT and Windows 95/98 Hardware Memory Monitor Disk Drives IBM-compatible 4 MB RAM VGA Hard drive PC with at with 10 MB least a 486 free processor Software Requirements Software Requirements for Classic Connect Minimum Release Level Requirements: The following table identifies minimum release level requirements for some of the different components that make up a Classic Connect system. The release levels listed in the following table are minimum release levels required for Classic Connect. More recent release levels are also valid. System Component Minimum Release Level Base System MVS/ESA (TM) Release 5.1 (or OS/390 (R) V1.3, if using TCP/IP) VSAM SSI DFSMS/MVS (R) V1.2 IMS/ESA (R) IMS V5.1 TCP/IP CI TCP/IP V3.2 with Berkeley Sockets interface option installed, or Interlink TCP/IP V2.1. VTAM (R) LU6.2 CI Any supported version of VTAM. (VTAM V4.4 on MVS requires PTF UW39398) TME 10 (TM) PTF UW51238 (TME 10 NetView C Runtime NetView (R) C Library V6.0 is shipped with Classic Connect V2.1.1.) DB2 (R) DataJoiner V2.1.1 running under AIX with PT U462821, or later, or under Windows NT with PTF IP21560, or later. Note: PTF requirements are subject to change. Always check the DataJoiner Web site for the latest PTF levels: For APPC connectivity between Classic Connect and DataJoiner for Windows NT, you need Microsoft SNA Server V3.0 service pack 3, or later. APF Authorization Requirements: Both the Data Server and Enterprise Server require the Classic Connect load library to be APF authorized in most situations, including for the configuration used in the Installation Verification Procedure (IVP). After the system installation has been verified, APF authorization can be removed if the configuration does not include any use of the Cross Memory transport layers or any of the security or accounting Exits. The C runtime library must be APF-authorized. Software Requirements for the Data Mapper: One of the following: Microsoft Windows 95/98, or Microsoft Windows NT Compatibility Compared to DataJoiner Classic Connect V1.2 Classic Connect V2.1.1 is upwardly compatible with DataJoiner Classic Connect 1.2.: Classic Connect V2.1.1 is: Easier to install and configure More reliable due to greatly reduced complexity Up to three or more times faster but that is very dependent on the query itself. With the Enterprise Server we have more user concurrency. Each Data Server easily supports

7 users concurrently. An Enterprise Server can then be used to dispatch queries across multiple Data Servers allowing support of hundreds of users. There is also a change in the terms and conditions. DataJoiner Classic Connect V1.2 was licensed under the IBM International Program License Agreement (IPLA). Classic Connect V2.1.1 terms and conditions fall under the IBM Customer Agreement (ICA) or the IBM International Customer Agreement (IICA). Planning Information Installability: To facilitate conversion DataJoiner can support simultaneous access of V1.2 and V2.1.1 of Classic Connect. This is achieved by using different protocols when creating a server mapping within DataJoiner. Separate environment variables point to the separate Classic Connect configuration files. In this way current users of DataJoiner Classic Connect V1.2 can install the new Classic Connect V2.1.1 and migrate DataJoiner based applications one at a time. This saves users from having to upgrade all software and applications simultaneously. Additionally, the DataJoiner Classic Connect V1.2 Projection Utility can be used with Classic Connect V2.1.1 to create new Meta Data Catalogs. However, to exploit the new functions, VSAM and IMS data should be re-mapped using the new Classic Connect V2.1.1 Data Mapper. Direct Customer Support: Direct customer support is provided by S/390 Support Line. This fee service can enhance your productivity by providing voice and electronic access into the IBM support organization. S/390 Support Line will help answer questions pertaining to usage, how to and suspected software defects for eligible products. Installation and technical support is provided by IBM Global Services. For more information on services, call 800-IBM-4YOU ( ). Packaging: The Classic Connect V2.1.1 program will be shipped on two tapes: Classic Connect V2.1.1 machine-readable material C Runtime library There is a choice of three formats: /2-in Data Cartridge; 34K bpi uncompressed 4-mm Data Cartridge; Modified; 2GB uncompressed 9-Track 6250 BPI Distribution Tape Reel (DTR) The Data Mapper component is shipped with DataJoiner PTFs. Copies of the following publications are included: Title DB2 DataJoiner Classic Connect: Installation, Configuration, and Reference Guide V2.1.1 DB2 DataJoiner Classic Connect Data Mapper: Installation and User s Guide V2.1.1 IBM Classic Connect V2.1.1 Licensed Program Specifications (LPS) Order Number SC SC GC System Integrity IBM will accept APARs where the installation of this licensed program causes an exposure to the system integrity of MVS. This program is intended to run authorized. MVS System Integrity Applies: Yes DPPX/BASE System Integrity Applies: Yes Security, Auditability, and Control Classic Connect V2.1.1 uses the security and auditability features of MVS. Additional security is provided when addressing through DataJoiner via authorizations required to access a given DataJoiner nickname. The customer is responsible for evaluation, selection, and implementation of security features, administrative procedures, and appropriate controls in application systems and communication facilities. Ordering Information New Licensees Orders for new licenses will be accepted now. Shipment will begin on the planned availability date. New users of Classic Connect V2.1.1 should specify: Type Model 5655 B73 Entry Support License (ESL): To order an ESL license, specify the program number, feature number 9001 for asset registration, and the applicable ESL one-time charge (OTC) feature number. Also specify the feature number of the desired distribution medium. ESL OTC Program Feature Description Number Number Classic Connect V B for use with IMS data Classic Connect V B for use with VSAM data ESL machines can be determined by referring to the IBM Entry End User/390 Attachment (Z ). Parallel Sysplex License Charge (PSLC) Basic License: To order a basic license, specify the program number and feature number 9001 for asset registration. Specify the PSLC Base feature. If applicable, specify the PSLC Level A, PSLC Level B, PSLC Level C and PSLC Level D features and quantities. If there is more than one program copy in a Parallel Sysplex, the charge for all copies is associated to one license by specifying the applicable PSLC feature numbers and quantity represented by the sum of the Service Units in Millions (MSUs) in your Parallel Sysplex. For all other program copies, specify the PSLC No-Charge (NC) Identifier feature on the licenses. There are two tables of PSLC Feature numbers. The first table is to be used when Classic Connect is to access IMS data. The second table is for access to VSAM data

8 Also, specify the feature number of the desired distribution medium. When Accessing IMS Data IMS PSLC PSLC Basic License Machine Feature MLC Feature MSU Capacity Number Description PSLC Base, 1 MSU PSLC Base, 2 MSUs PSLC Base, 3 MSUs PSLC Level A, 1 MSU 1004 PSLC Level A, 42 MSUs PSLC Level B, 1 MSU 1006 PSLC Level B, 10 MSUs 1007 PSLC Level B, 50 MSUs PSLC Level C, 1 MSU 1009 PSLC Level C, 10 MSUs 1010 PSLC Level C, 50 MSUs 316 or more 1026 PSLC Level D, 1 MSU 1027 PSLC Level D, 50 MSUs NA 1011 PSLC NC IDENTIFIER When Accessing VSAM Data IMS PSLC PSLC Basic License Machine Feature MLC Feature MSU Capacity Number Description PSLC Base, 1 MSU PSLC Base, 2 MSUs PSLC Base, 3 MSUs PSLC Level A, 1 MSU 1017 PSLC Level A, 42 MSUs PSLC Level B, 1 MSU 1019 PSLC Level B, 10 MSUs 1020 PSLC Level B, 50 MSUs PSLC Level C, 1 MSU 1022 PSLC Level C, 10 MSUs 1023 PSLC Level C, 50 MSUs 316 or more 1028 PSLC Level D, 1 MSU 1029 PSLC Level D, 50 MSUs NA 1024 PSLC NC IDENTIFIER Examples of Table Use Basic Machine-Readable Material Feature Environment Number Distribution Medium S/ /2 inch Data Cartridges for IMS Data 34K bpi uncompressed S/ mm Data Cartridges; Modified; for IMS Data 2 GB uncompressed S/ Track 6250 BPI Distribution for IMS Data Tape Reels (DTR) S/ /2 inch Data Cartridges for VSAM Data 34K bpi uncompressed S/ mm Data Cartridges; Modified; for VSAM Data 2 GB uncompressed S/ Track 6250 BPI Distribution for VSAM Data Tape Reels (DTR) Customization Options: Select the appropriate feature numbers to customize your order to specify the delivery options desired. These features can be specified on the initial or MES orders. Example: If publications are not desired for the initial order, specify feature number 3470 to ship media only. For future updates, specify feature number 3480 to ship media updates only. If, in the future, publication updates are required, order an MES to remove feature number 3480; then, the publications will ship with the next release of the program. Description Initial Shipments Feature Number Serial Number Only (suppresses shipment 3444 of media and documentation) Ship Media Only (suppresses initial 3470 shipment of documentation) Ship Documentation Only (suppresses 3471 initial shipment of media) Update Shipments Ship Media Updates Only (suppresses 3480 update shipment of documentation) Ship Documentation Only (suppresses 3481 update shipment of media) Suppress Updates (suppresses update 3482 shipment of media and documentation) Example 1: For a single machine with 11 MSUs and accessing VSAM, the PSLC features would be: 1015 quantity 1 and 1016 quantity 8. Example 2: For two machines in a Parallel Sysplex which have an aggregation of 60 MSUs and used for accessing VSAM, the PSLC features would be: PSLC chargeable license #1: 1015 quantity 1, 1017 quantity 1, 1018 quantity 5, and 1019 quantity 1 PSLC no-charge license #2: 1024 quantity

9 Description Feature Number Terms and Conditions Expedite Shipments Local IBM Office Expedite 3445 (for IBM use only) Customer Expedite Process Charge 3446 ($30 charge for each product) Expedite shipments will be processed to receive 72-hour delivery from the time IBM Software Delivery Solutions (SDS) receives the order. SMS will then ship the order via overnight air transportation. Unlicensed Documentation: A program directory and one copy of each of the following publications are supplied automatically with the basic machine-readable material: Title DB2 DataJoiner Classic Connect: Installation, Configuration, and Reference Guide V2.1.1 DB2 DataJoiner Classic Connect Data Mapper: Installation and User s Guide V2.1.1 IBM Classic Connect V2.1.1 Licensed Program Specifications (LPS) Order Number SC SC GC Additional copies of unlicensed publications are available for a fee. These copies may be ordered from your IBM representative, direct order, or via the Publications Notification Systems (PNS) Web site at Displayable Softcopy Publications: Classic Connect V2.1.1 manuals are offered in displayable softcopy form. All unlicensed manuals will be included in an IBM OS/390 Collection Kit. These displayable manuals can be used with the BookManager READ licensed programs in any of the supported environments. Terms and conditions for use of the machine-readable files are shipped with the files. Licensed Documentation: Subsequent updates (technical newsletters or revisions between releases) to the publications shipped with the product will be distributed to the user of record for as long as a license for this software remains in effect. A separate publication order or subscription is not needed. Customer Financing: IBM Global Financing offers attractive financing to credit-qualified commercial and government customers and Business Partners in more than 40 countries around the world. IBM Global Financing is provided by the IBM Credit Corporation in the United States. Offerings, rates, terms and availability may vary by country. Contact your local IBM Global Financing organization. Country organizations are listed on the Web at: Licensing: ICA Variable Charges Apply: No Indexed Monthly License Charge (IMLC) Applies: No Location License Applies: No Use Limitations Applies: No Educational Allowance: customers. Volume Discount: Not applicable Yes, to qualified education Version-to-Version Upgrade Credits Apply: Yes Single Version Charging Replaced Program Replacement Program Applies Classic Connect To a follow-on, if any N/A* V2.1.1 (5655-B73) * Not Applicable Warranted: Yes Licensed Program Materials Availability Restricted Materials of IBM: None Non-Restricted Source Materials: None Object Code Only (OCO): All Testing Period: Two months (basic license only) Program Services Support Center applies: Yes. Access is available through the IBM Support Center. Available until discontinued: 12 months written notice Support Line: S/390 Charges Contact your IBM representative for charges information for this announcement. Call Now to Order To order, contact the IBM Americas Call Centers, your local IBM representative, or your IBM Business Partner. IBM Americas Call Centers, our national direct marketing organization, can add your name to the mailing list for catalogs of IBM products. Phone: 800-IBM-CALL Fax: 800-2IBM-FAX Internet: ibm direct@vnet.ibm.com Mail: IBM Americas Call Centers Dept. LE010 P.O. Box 2690 Atlanta, GA Reference: LE010 To identify your local IBM Business Partner or IBM representative, call 800-IBM-4YOU

10 Note: Shipments will begin after the planned availability date. Trademarks MVS, IMS, and MVS/ESA are trademarks of International Business Machines Corporation in the United States or other countries or both. DataJoiner, AIX, OS/390, DFSMS/MVS, IMS/ESA, VTAM, NetView, DB2, Parallel Sysplex, BookManager, and S/390 are registered trademarks of International Business Machines Corporation in the United States or other countries or both. Windows and Microsoft are trademarks of Microsoft Corporation. Windows NT is a registered trademark of Microsoft Corporation. TME 10 is a trademark of Tivoli Systems, Inc. in the United States or other countries or both. Other company, product, and service names may be trademarks or service marks of others

IBM Program Restart Facility for IMS Facilitates Automated Restarts

IBM Program Restart Facility for IMS Facilitates Automated Restarts Software Announcement February 8, 2000 IBM Program Restart Facility for IMS Facilitates Automated Restarts Overview The IBM Program Restart Facility for IMS software helps ensure the correct restart checkpoint

More information

IBM VisualAge Smalltalk Server for OS/390 and z/os, V6.0 The Deployment Environment for VisualAge Smalltalk

IBM VisualAge Smalltalk Server for OS/390 and z/os, V6.0 The Deployment Environment for VisualAge Smalltalk Software Announcement June 18, 2002 IBM VisualAge Smalltalk Server for OS/390 and z/os, V6.0 The Deployment Environment for VisualAge Smalltalk Overview VisualAge Smalltalk Server for OS/390 and z/os,

More information

Novell Network Services for OS/390 Release 1

Novell Network Services for OS/390 Release 1 Software Announcement January 19, 1999 Release 1 Overview OS/390 Release 1 consists of Novell Directory Services (NDS) on OS/390 which provides directory support for new and existing Novell Netware Version

More information

Airline Control System V2.3 delivers a new base for exploiting 64-bit addressing

Airline Control System V2.3 delivers a new base for exploiting 64-bit addressing Software Announcement November 11, 2003 Airline Control System V2.3 delivers a new base for exploiting 64-bit addressing Overview Airline Control System (ALCS) is a control monitor designed to run in an

More information

IBM CICS Online Transmission Time Optimizer for z/os V1.1 Improves User Productivity and 3270 Network Utilization

IBM CICS Online Transmission Time Optimizer for z/os V1.1 Improves User Productivity and 3270 Network Utilization Software Announcement December 18, 2001 IBM CICS Online Transmission Time Optimizer for z/os V1.1 Improves User Productivity and 3270 Network Utilization Overview CICS Online Transmission Time Optimizer

More information

IBM MQSeries for VSE/ESA

IBM MQSeries for VSE/ESA Software Announcement September 5, 2000 IBM MQSeries for VSE/ESA Overview MQSeries provides a single, multiplatform API. Messaging and queueing services support data transfer between distributed applications.

More information

IBM MQSeries Integrator Agent for CICS Transaction Server Enables MDp Customers to Move to Business Integration

IBM MQSeries Integrator Agent for CICS Transaction Server Enables MDp Customers to Move to Business Integration Software Announcement March 13, 2001 IBM MQSeries Integrator Agent for CICS Transaction Server Enables MDp Customers to Move to Business Integration Overview The MQSeries Integrator Agent for CICS Transaction

More information

Software Announcement March 6, 2001

Software Announcement March 6, 2001 Software Announcement March 6, 2001 IBM DB2 Universal Database Server for OS/390 and z/os, Version 7 Utilities Deliver Improved Usability, Availability, and Performance for Managing your Databases Overview

More information

IBM CICS VSAM Recovery V3R1 Automates the Recovery of Your Lost or Damaged VSAM Files

IBM CICS VSAM Recovery V3R1 Automates the Recovery of Your Lost or Damaged VSAM Files Software Announcement December 18, 2001 IBM CICS VSAM Recovery V3R1 Automates the Recovery of Your Lost or Damaged VSAM Files Overview CICS VSAM Recovery Version 3 Release 1 (CICSVR) has emerged from a

More information

IBM Communication Subsystem for Interconnection (CSFI) R3

IBM Communication Subsystem for Interconnection (CSFI) R3 Software Announcement November 30, 1999 IBM Communication Subsystem for Interconnection (CSFI) R3 Overview CSFI enables interoperability between heterogeneous resources, terminals, and applications. CSFI,

More information

DB2 for IBM iseries Platform Extended with Enhanced Tools

DB2 for IBM iseries Platform Extended with Enhanced Tools Software Announcement March 5, 2002 DB2 for IBM iseries Platform Extended with Enhanced Tools Overview In September 2001, the IBM Data Management team delivered on the first phase of its multiplatform

More information

IBM Infoprint XML Extender for z/os Connects e-business Applications with Advanced Function Presentation

IBM Infoprint XML Extender for z/os Connects e-business Applications with Advanced Function Presentation Software Announcement October 29, 2002 IBM Infoprint XML Extender for z/os Connects e-business Applications with Advanced Function Presentation Overview Extensible Markup Language (XML) has emerged as

More information

IBM Debug Tool Utilities and Advanced Functions V3.1 Helps Maximize Availability of z/os and OS/390 Applications

IBM Debug Tool Utilities and Advanced Functions V3.1 Helps Maximize Availability of z/os and OS/390 Applications Software Announcement August 20, 2002 IBM Debug Tool Utilities and Advanced Functions V3.1 Helps Maximize Availability of z/os and OS/390 Applications Overview IBM Debug Tool Utilities and Advanced Functions

More information

IBM Payment Gateway for AIX, Version 2 Adds Major Functions to Financial Institutions Processing Transactions for Internet Commerce

IBM Payment Gateway for AIX, Version 2 Adds Major Functions to Financial Institutions Processing Transactions for Internet Commerce Software Announcement February 1, 2000 IBM Payment Gateway for AIX, Version 2 Adds Major Functions to Financial Institutions Processing Transactions for Internet Commerce Overview Payment Gateway for AIX,

More information

IBM MQSeries Version 5.1 for Compaq Tru64 UNIX and MQSeries link for R/3 for Compaq Tru64 UNIX, V1.2 New Platform Support in the MQSeries Family

IBM MQSeries Version 5.1 for Compaq Tru64 UNIX and MQSeries link for R/3 for Compaq Tru64 UNIX, V1.2 New Platform Support in the MQSeries Family Software Announcement April 4, 2000 IBM MQSeries Version 5.1 for Compaq Tru64 UNIX and MQSeries link for R/3 for Compaq Tru64 UNIX, V1.2 New Platform Support in the MQSeries Family Overview MQSeries for

More information

IBM QMF for Windows for IBM iseries, V7.2 Business Intelligence Starts Here!

IBM QMF for Windows for IBM iseries, V7.2 Business Intelligence Starts Here! Software Announcement February 26, 2002 IBM QMF for Windows for IBM iseries, V7.2 Business Intelligence Starts Here! Overview QMF for Windows for iseries, V7.2, is a multipurpose enterprise query environment

More information

IBM 4690 Operating System Now Supports Telxon Wireless Adapters

IBM 4690 Operating System Now Supports Telxon Wireless Adapters Software Announcement January 19, 1999 IBM 4690 Operating System Now Supports Telxon Wireless Adapters Overview IBM 4690 Operating System (OS), the leading in-store processor operating system, is now enhanced

More information

IBM Magstar 3494 Model B18 Virtual Tape Server Features Enhance Interoperability and Functionality

IBM Magstar 3494 Model B18 Virtual Tape Server Features Enhance Interoperability and Functionality Hardware Announcement February 16, 1999 IBM Magstar 3494 Model B18 Virtual Tape Server Features Enhance Interoperability and Functionality Overview The Magstar 3494 Model B18 Virtual Tape Server (VTS)

More information

IBM COBOL for OS/390 & VM V2R2

IBM COBOL for OS/390 & VM V2R2 Software Announcement September 26, 2000 IBM COBOL for OS/390 & VM V2R2 Overview IBM COBOL for OS/390 & VM Version 2 gives you the COBOL function you need on the S/390 platform to strengthen your program

More information

National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition

National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition Software Announcement November 16, 1999 National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition Overview WebSphere Application Server

More information

IBM WebSphere Application Server V3.5, Advanced Edition Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit

IBM WebSphere Application Server V3.5, Advanced Edition Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit Software Announcement July 25, 2000 IBM V3.5, Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit Overview WebSphere Application Server V3.5, manages and integrates

More information

Tivoli Remote Control V3.7.1 Delivers Enhanced Function for Enterprise Networks

Tivoli Remote Control V3.7.1 Delivers Enhanced Function for Enterprise Networks Software Announcement October 9, 2001 V3.7.1 Delivers Enhanced Function for Enterprise Networks Overview Tivoli Remote Control can help large enterprises save time and money with remote support for distributed

More information

IBM DirectTalk Speech Recognition for Windows with ViaVoice Technology Delivers Large Vocabulary Speech Recognition in the Telephony Environment

IBM DirectTalk Speech Recognition for Windows with ViaVoice Technology Delivers Large Vocabulary Speech Recognition in the Telephony Environment Software Announcement June 27, 2000 IBM DirectTalk Speech Recognition for Windows with ViaVoice Technology Delivers Large Vocabulary Speech Recognition in the Telephony Environment Overview The DirectTalk

More information

IBM Fault Analyzer for z/os and OS/390 V3, IBM File Manager for z/os and OS/390 V3 Include Usability Enhancements

IBM Fault Analyzer for z/os and OS/390 V3, IBM File Manager for z/os and OS/390 V3 Include Usability Enhancements Software Announcement August 20, 2002 IBM Fault Analyzer for z/os and OS/390 V3, IBM File Manager for z/os and OS/390 V3 Include Usability Enhancements Overview IBM Fault Analyzer for z/os and OS/390 and

More information

Tivoli Inventory 4.0 Provides A Cross-Platform Automated Solution For Inventory Management

Tivoli Inventory 4.0 Provides A Cross-Platform Automated Solution For Inventory Management Software Announcement May 1, 2001 Tivoli Inventory 4.0 Provides A Cross-Platform Automated Solution For Inventory Management Overview Challenged by the need to efficiently maintain accurate IT asset information

More information

IBM Tivoli Risk Manager Provides Protection for the Enterprise through Intrusion and Protection Management

IBM Tivoli Risk Manager Provides Protection for the Enterprise through Intrusion and Protection Management Software Announcement October 15, 2002 Provides Protection for the Enterprise through Intrusion and Protection Management Overview IBM Tivoli Risk Manager is an enterprise risk management solution that

More information

IBM CL/SUPERSESSION and IBM CL/CONFERENCE for z/os are now available through standard IBM licensing and pricing

IBM CL/SUPERSESSION and IBM CL/CONFERENCE for z/os are now available through standard IBM licensing and pricing Software Announcement March 15, 2005 IBM CL/SUPERSESSION and IBM CL/CONFERENCE for z/os are now available through standard IBM licensing and pricing Overview IBM CL/SUPERSESSION and IBM CL/CONFERENCE for

More information

Manage Your Software Budget with IBM Software Subscription for AIX

Manage Your Software Budget with IBM Software Subscription for AIX Software Announcement September 13, 1999 Manage Your Software Budget with IBM Software Subscription for AIX Overview Software Subscription for AIX enables a single-site or worldwide enterprise customer

More information

IBM Infoprint Server for iseries V5.2 Transforms Your Output into an e-business Advantage

IBM Infoprint Server for iseries V5.2 Transforms Your Output into an e-business Advantage Software Announcement June 4, 2002 IBM Infoprint Server for iseries V5.2 Transforms Your Output into an e-business Advantage Overview In the old days before e-business it was sufficient to print documents

More information

IBM NetVista Thin Client Manager V2R1 Simplified Ordering

IBM NetVista Thin Client Manager V2R1 Simplified Ordering Software Announcement May 30, 2000 IBM R1 Simplified Ordering Overview It is now easier for you to order NetVista Thin Client Manager V2R1 Software Kits and Proofs of Entitlement (PoE). Bottom line: There

More information

IBM XML Toolkit for z/os and OS/390, V1.5 Supports XML Open Standards for Java and C++ Parsers and Java XSLT Processor

IBM XML Toolkit for z/os and OS/390, V1.5 Supports XML Open Standards for Java and C++ Parsers and Java XSLT Processor Software Announcement February 18, 2003 OS/390, V1.5 Supports XML Open Standards for Java and C++ Parsers and Java XSLT Processor Overview IBM XML Toolkit for z/os and OS/390, V1.5 is designed to provide

More information

IBM CICS VSAM Copy for z/os allows rapid copying of one or more VSAM files with full integrity

IBM CICS VSAM Copy for z/os allows rapid copying of one or more VSAM files with full integrity Software Announcement June 8, 2004 IBM CICS VSAM Copy for z/os allows rapid copying of one or more VSAM files with full integrity Overview This new utility is designed for creating copies of VSAM data

More information

General Parallel File System V1R4 Now Supported on Clusters of RS/6000 Workstations and Servers Running HACMP

General Parallel File System V1R4 Now Supported on Clusters of RS/6000 Workstations and Servers Running HACMP Software Announcement December 19, 2000 General Parallel File System V1R4 Now Supported on Clusters of RS/6000 Workstations and Servers Running HACMP Overview General Parallel File System for AIX is now

More information

IBM SMP/E for z/os V3.3 provides functional enhancements and supports Internet delivery of ServerPac

IBM SMP/E for z/os V3.3 provides functional enhancements and supports Internet delivery of ServerPac Software Announcement August 10, 2004 IBM SMP/E for z/os V3.3 provides functional enhancements and supports Internet delivery of ServerPac Overview SMP/E is the software installation and maintenance tool

More information

IBM Encryption Facility for z/os, V1.1 helps to secure data stored to tape and other removable media

IBM Encryption Facility for z/os, V1.1 helps to secure data stored to tape and other removable media Software Announcement September 27, 2005 IBM z/os, V1.1 helps to secure data stored to tape and other removable media Overview Businesses today are focused on the importance of securing customer and business

More information

IBM Object REXX Now Runs on Windows NT and Windows 95

IBM Object REXX Now Runs on Windows NT and Windows 95 Software Announcement February 25, 1997 IBM Now Runs on Overview Initially created as a procedural interpreter, the ease of use, clearly structured concept, and rich set of powerful commands and functions

More information

Tivoli NetView Performance Monitor Version 2 Release 5

Tivoli NetView Performance Monitor Version 2 Release 5 Software Announcement November 16, 1999 Tivoli NetView Performance Monitor Version 2 Release 5 Overview Tivoli NetView Performance Monitor Version 2 Release 5 (NPM) monitors, records, and interactively

More information

IBM Session Manager for z/os V1.3 delivers improved facilities for simple and secure access to multiple systems from one terminal

IBM Session Manager for z/os V1.3 delivers improved facilities for simple and secure access to multiple systems from one terminal Software Announcement October 18, 2005 IBM Session Manager for z/os V1.3 delivers improved facilities for simple and secure access to multiple systems from one terminal Overview Session Manager for z/os

More information

Tivoli Manager for OS/390 Monitors and Controls Your Systems Management Activities

Tivoli Manager for OS/390 Monitors and Controls Your Systems Management Activities Software Announcement July 27, 1999 Tivoli Manager for OS/390 Monitors and Controls Your Systems Management Activities Overview Tivoli Manager for OS/390 is a systems management application that uses object-oriented

More information

Software Announcement December 17, 2002

Software Announcement December 17, 2002 Software Announcement December 17, 2002 IBM Tivoli Remote Control V3.8 Delivers New Functions That Help Enable Secure, Efficient, and Scalable Remote Support for Enterprise Systems and Resources Overview

More information

Solution Developer Marketing: AS/400 Introduction CBT Self-Study Courseware from Course Technology, Inc.

Solution Developer Marketing: AS/400 Introduction CBT Self-Study Courseware from Course Technology, Inc. Software Announcement June 20, 2000 Solution Developer Marketing: AS/400 Introduction CBT Self-Study Courseware from Course Technology, Inc. Overview These new AS/400 Series courses cover introductory

More information

IBM 7329 Model 308 SLR100 Tape Autoloader Enhances Data Storage

IBM 7329 Model 308 SLR100 Tape Autoloader Enhances Data Storage Hardware Announcement April 23, 2001 IBM 7329 Model 308 SLR100 Tape Autoloader Enhances Data Storage Overview Does your iseries or AS/400 system use QIC Tape Media? Are your save/restore needs expanding?

More information

IBM Tivoli NetView for TCP/IP Performance V1.4 Maximizes z/os System and Network Performance

IBM Tivoli NetView for TCP/IP Performance V1.4 Maximizes z/os System and Network Performance Software Announcement April 9, 2002 Performance V1.4 Maximizes z/os System and Network Performance Overview IBM Tivoli NetView for TCP/IP Performance offers a comprehensive automated approach to managing

More information

IBM CICS Business Event Publisher for MQSeries creates WebSphere MQ messages based on events in CICS applications

IBM CICS Business Event Publisher for MQSeries creates WebSphere MQ messages based on events in CICS applications Software Announcement May 25, 2004 IBM CICS Business Event Publisher for MQSeries creates WebSphere MQ messages based on events in CICS applications Overview CICS Business Event Publisher for MQSeries,

More information

IBM WebSphere Site Analyzer, V3.5 Adds Build to Order Support for AIX Users

IBM WebSphere Site Analyzer, V3.5 Adds Build to Order Support for AIX Users Software Announcement February 6, 2001 IBM WebSphere Site Analyzer, V3.5 Adds Build to Order Support for AIX Users Overview Both Build to Plan and Build to Order Support are now available for WebSphere

More information

IBM CICS Performance Monitor for z/os, V1.2 adds enhancements for extended real-time data and historical data support

IBM CICS Performance Monitor for z/os, V1.2 adds enhancements for extended real-time data and historical data support Software Announcement August 5, 2003 IBM CICS Performance Monitor for z/os, V1.2 adds enhancements for extended real-time data and historical data support Overview CICS Performance Monitor (CICS PM) for

More information

IBM Workstation APL2 for Multiplatforms V2 Includes Productivity Enhancements and Linux Support

IBM Workstation APL2 for Multiplatforms V2 Includes Productivity Enhancements and Linux Support Software Announcement April 30, 2002 IBM Workstation APL2 for Multiplatforms V2 Includes Productivity Enhancements and Linux Support Overview APL2 is a programming language used by both developers and

More information

IBM Optim solutions for z/os for PeopleSoft Enterprise V6.2 include new features, simplified packaging, and new pricing

IBM Optim solutions for z/os for PeopleSoft Enterprise V6.2 include new features, simplified packaging, and new pricing IBM United States Software Announcement 210-165, dated June 8, 2010 IBM Optim solutions for z/os for PeopleSoft Enterprise V6.2 include new features, simplified packaging, and new pricing Table of contents

More information

Tivoli SecureWay Security Manager V3.7.1 Delivers Increased Functionality for UNIX Environments

Tivoli SecureWay Security Manager V3.7.1 Delivers Increased Functionality for UNIX Environments Software Announcement January 23, 2001 V3.7.1 Delivers Increased Functionality for UNIX Environments Overview New Security Engine This release provides a major enhancement to management of UNIX security

More information

IBM WebSphere Application Server V3.5, Advanced Edition for Linux Extends Support to Red Hat, Caldera, SuSE, and TurboLinux

IBM WebSphere Application Server V3.5, Advanced Edition for Linux Extends Support to Red Hat, Caldera, SuSE, and TurboLinux Software Announcement December 5, 2000 IBM Server V3.5, Advanced Extends Support to Red Hat, Caldera, SuSE, and TurboLinux Overview WebSphere Application Edition for Linux manages and integrates enterprise-wide

More information

SecureWay Firewall V4.2 for Windows NT and AIX Offers More Secure, Cost-Effective Connectivity

SecureWay Firewall V4.2 for Windows NT and AIX Offers More Secure, Cost-Effective Connectivity Software Announcement June 20, 2000 SecureWay Firewall V4.2 for Windows NT and AIX Offers More Secure, Cost-Effective Connectivity Overview IBM s SecureWay Firewall products can help protect your network

More information

IBM Netfinity Director with UM Services v2.12 Leading PC/Server Management Software for Windows 2000

IBM Netfinity Director with UM Services v2.12 Leading PC/Server Management Software for Windows 2000 Software Announcement April 18, 2000 IBM Netfinity Director with UM Services v2.12 Leading PC/Server Management Software for Windows 2000 Overview This powerful, highly-integrated, systems management software

More information

IBM Optim Query Workload Tuner for DB2 for z/os, V2.2.1 can help cut cost and improve performance

IBM Optim Query Workload Tuner for DB2 for z/os, V2.2.1 can help cut cost and improve performance IBM United States Software Announcement 210-406, dated October 19, 2010 IBM Optim Query Workload Tuner for DB2 for z/os, V2.2.1 can help cut cost and improve performance Table of contents 1 Overview 5

More information

IBM TotalStorage FAStT Storage Servers provides support for IBM systems running the Linux for Power operating system

IBM TotalStorage FAStT Storage Servers provides support for IBM systems running the Linux for Power operating system Hardware Announcement April 27, 2004 IBM TotalStorage FAStT Storage Servers provides support for IBM systems running the Linux for Power operating system Overview IBM TotalStorage FAStT Storage Servers

More information

IBM QMF for Windows for DB2 Workstation Databases, V7.2 Business Intelligence Starts Here!

IBM QMF for Windows for DB2 Workstation Databases, V7.2 Business Intelligence Starts Here! Software Announcement February 26, 2002 IBM Databases, V7.2 Business Intelligence Starts Here! Overview QMF for Windows for DB2 Workstation Databases, V7.2 is a multipurpose enterprise query environment

More information

IBM TotalStorage Enterprise Tape Controller 3590 Model A60 enhancements support attachment of the new 3592 Model J1A Tape Drive

IBM TotalStorage Enterprise Tape Controller 3590 Model A60 enhancements support attachment of the new 3592 Model J1A Tape Drive Hardware Announcement IBM TotalStorage Enterprise Tape Controller 3590 Model A60 enhancements support attachment of the new 3592 Model J1A Tape Drive Overview New levels of performance and cartridge capacity

More information

Tivoli Smart Handheld Device Manager Enables Remote Management of Mobile Devices

Tivoli Smart Handheld Device Manager Enables Remote Management of Mobile Devices Software Announcement December 19, 2000 Tivoli Smart Handheld Device Manager Enables Remote Management of Mobile Devices Overview With Tivoli Smart Handheld Device Manager (TSHDM) V2.0, your business can

More information

Software Announcement January 28, 2003

Software Announcement January 28, 2003 Software Announcement January 28, 2003 IBM Software Maintenance for AIX Operating Systems Entitles You to Remote Technical Support Plus Current and Future Upgrades; New H5 Processor Group Added to Selected

More information

IBM Tivoli Security Administrator for RACF provides full management of RACF data

IBM Tivoli Security Administrator for RACF provides full management of RACF data Software Announcement April 12, 2005 IBM Tivoli Security Administrator for RACF provides full management of RACF data Overview IBM Tivoli Security Administrator for RACF R1 provides a GUI to the powerful

More information

IBM Content Manager OnDemand for z/os and OS/390, Version 7.1 Your Key to Enterprise Report Management

IBM Content Manager OnDemand for z/os and OS/390, Version 7.1 Your Key to Enterprise Report Management Software Announcement September 25, 2001 IBM Content Manager OnDemand for z/os and OS/390, Version 7.1 Your Key to Enterprise Report Management Overview IBM Content Manager OnDemand for z/os and OS/390,

More information

Selected IBM Informix Products Now Available through Passport Advantage

Selected IBM Informix Products Now Available through Passport Advantage Software Announcement September 10, 2002 Selected IBM Informix Products Now Available through Passport Advantage Overview Selected Informix products have been added to IBM s Passport Advantage program

More information

IBM. Licensed Program Specifications. IBM DATABASE 2 Universal Database Server for OS/390 and z/os Version 7 Program Number 5675-DB2.

IBM. Licensed Program Specifications. IBM DATABASE 2 Universal Database Server for OS/390 and z/os Version 7 Program Number 5675-DB2. IBM Licensed Program Specifications IBM DATABASE 2 Universal Database Server for OS/390 and z/os Version 7 Program Number 5675-DB2 IBM DATABASE 2 Universal Database for OS/390 and z/os is a relational

More information

IBM TotalStorage Enterprise Storage Server Delivers Bluefin Support (SNIA SMIS) with the ESS API, and Enhances Linux Support and Interoperability

IBM TotalStorage Enterprise Storage Server Delivers Bluefin Support (SNIA SMIS) with the ESS API, and Enhances Linux Support and Interoperability Hardware Announcement February 17, 2003 IBM TotalStorage Enterprise Storage Server Delivers Bluefin Support (SNIA SMIS) with the ESS API, and Enhances Linux Support and Interoperability Overview The IBM

More information

IBM 3494 Peer-to-Peer Virtual Tape Server Enhances Data Availability and Recovery

IBM 3494 Peer-to-Peer Virtual Tape Server Enhances Data Availability and Recovery Hardware Announcement February 29, 2000 IBM 3494 Peer-to-Peer Virtual Tape Server Enhances Data Availability and Recovery Overview With IBM s new Magstar 3494 Peer-to-Peer Virtual Tape Server (VTS) configuration,

More information

IBM Tivoli Access Manager for Operating Systems V3.8 Manages and Extends Access Control to UNIX and Linux Systems

IBM Tivoli Access Manager for Operating Systems V3.8 Manages and Extends Access Control to UNIX and Linux Systems Software Announcement April 9, 2002 Operating Systems V3.8 Manages and Extends Access Control to UNIX and Linux Systems Overview Tivoli Access Manager for Operating Systems, previously a component of Tivoli

More information

IBM Lotus Messaging and WebSphere Portal CEO bundle includes messaging, collaborative applications, and full portal capabilities

IBM Lotus Messaging and WebSphere Portal CEO bundle includes messaging, collaborative applications, and full portal capabilities Software Announcement September 28, 2004 IBM Lotus Messaging and WebSphere Portal CEO bundle includes messaging, collaborative applications, and full portal capabilities Overview IBM Lotus Notes and IBM

More information

IBM XL C/C++ Advanced Edition V7.0.1 for Linux and XL Fortran Advanced Edition V9.1.1 for Linux enhanced to include new Linux support

IBM XL C/C++ Advanced Edition V7.0.1 for Linux and XL Fortran Advanced Edition V9.1.1 for Linux enhanced to include new Linux support Software Announcement March 15, 2005 IBM XL C/C++ Advanced Edition V7.0.1 for Linux and XL Fortran Advanced Edition V9.1.1 for Linux enhanced to include new Linux support Overview IBM XL C/C++ Advanced

More information

IBM QMF for Windows for AS/400 V7 For All Your Operational and Warehouse Query Needs

IBM QMF for Windows for AS/400 V7 For All Your Operational and Warehouse Query Needs Software Announcement June 12, 2000 IBM QMF for Windows for AS/400 V7 For All Your Operational and Warehouse Query Needs Overview Query Management Facility (QMF ) for Windows is a multipurpose scalable

More information

IBM Software Subscription for IBM iseries Offering Saves Time and Improves Your IT Budgeting

IBM Software Subscription for IBM iseries Offering Saves Time and Improves Your IT Budgeting Software Announcement January 8, 2002 IBM Software Subscription for IBM iseries Offering Saves Time and Improves Your IT Budgeting Overview If you use OS/400 V4, or later, IBM Software Subscription for

More information

IBM WebSphere Commerce Suite, Start Edition for Linux, Version 4.1: The Complete e-commerce Solution for Your Web Site

IBM WebSphere Commerce Suite, Start Edition for Linux, Version 4.1: The Complete e-commerce Solution for Your Web Site Software Announcement IBM WebSphere Commerce Suite, Start Edition for Linux, Version 4.1: The Complete e-commerce Solution for Your Web Site Overview Make your products and services available to more than

More information

Software Announcement September 21, 2004

Software Announcement September 21, 2004 Software Announcement September 21, 2004 IBM Fault Analyzer for z/os V5.1, IBM File Manager for z/os V5.1, and IBM Debug Tool Utilities and Advanced Functions for z/os V5.1 help improve application delivery

More information

Sub-capacity pricing for select IBM zseries IBM Program License Agreement programs helps improve flexibility and price/performance

Sub-capacity pricing for select IBM zseries IBM Program License Agreement programs helps improve flexibility and price/performance Marketing Announcement August 10, 2004 Sub-capacity pricing for select IBM zseries IBM License Agreement programs helps improve flexibility and price/performance Overview IBM extends sub-capacity charging

More information

IBM Cluster Systems Management for Linux Now Available on IBM Cluster 1300 Running Linux OS

IBM Cluster Systems Management for Linux Now Available on IBM Cluster 1300 Running Linux OS Software Announcement November 13, 2001 IBM Cluster Systems Management for Linux Now Available on IBM Cluster 1300 Running Linux OS Overview Cluster Systems Management (CSM) for Linux provides a distributed

More information

IBM Backup and Restore Manager for z/vm provides the ability to efficiently and effectively backup and restore files and data

IBM Backup and Restore Manager for z/vm provides the ability to efficiently and effectively backup and restore files and data Software Announcement February 22, 2005 IBM Backup and Restore Manager for z/vm provides the ability to efficiently and effectively backup and restore files and data Overview IBM Backup and Restore Manager

More information

IBM ViaVoice for Windows, Release 8 Family of Products, Spanish Language Version, Delivers Improved ViaVoice Performance

IBM ViaVoice for Windows, Release 8 Family of Products, Spanish Language Version, Delivers Improved ViaVoice Performance Software Announcement October 31, 2000 IBM ViaVoice for Windows, Release 8 Family of Products, Spanish Language Version, Delivers Improved ViaVoice Performance Overview This next generation product line

More information

IBM COBOL for Windows, V7.6 provides a costeffective compiler and runtime environment for customizing third-party applications on Windows servers

IBM COBOL for Windows, V7.6 provides a costeffective compiler and runtime environment for customizing third-party applications on Windows servers IBM United States Software Announcement 210-342, dated September 14, 2010 IBM COBOL for Windows, V7.6 provides a costeffective compiler and runtime environment for customizing third-party applications

More information

IPv6/VSE V1 - The IPv6 TCP/IP solution for IBM z/ VSE

IPv6/VSE V1 - The IPv6 TCP/IP solution for IBM z/ VSE , dated April 6, 2010 IPv6/VSE V1 - The IPv6 TCP/IP solution for IBM z/ VSE Table of contents 1 Overview 5 Technical information 2 Key prerequisites 6 Ordering information 2 Planned availability date 9

More information

IBM XML Toolkit for z/os, V1.10: Enhanced C++ XML parser and C++ XSLT processor support

IBM XML Toolkit for z/os, V1.10: Enhanced C++ XML parser and C++ XSLT processor support , dated November 4, 2008 IBM XML Toolkit for z/os, V1.10: Enhanced C++ XML parser and C++ XSLT processor support Table of contents 1 At a glance 3 Offering Information 1 Overview 4 Publications 2 Key prerequisites

More information

IBM CICS VSAM Transparency for z/os V2.1 simplifies data migration to IBM DB2

IBM CICS VSAM Transparency for z/os V2.1 simplifies data migration to IBM DB2 IBM United States Software Announcement 211-355, dated October 4, 2011 IBM CICS VSAM Transparency for z/os V2.1 simplifies data migration to IBM DB2 Table of contents 1 Overview 7 Publications 2 Key prerequisites

More information

IBM pseries 610 Models 6C1 and 6E1 Value Increased with POWER3-II 333 MHz Processor Option and Internal SCSI RAID Support

IBM pseries 610 Models 6C1 and 6E1 Value Increased with POWER3-II 333 MHz Processor Option and Internal SCSI RAID Support Hardware Announcement February 13, 2002 IBM pseries 610 Models 6C1 and 6E1 Value Increased with POWER3-II 333 MHz Processor Option and Internal SCSI RAID Support Overview To increase the IBM pseries 610

More information

IBM InfoSphere Master Content for InfoSphere Master Data Management Server delivers enterprise content to single view of customer applications

IBM InfoSphere Master Content for InfoSphere Master Data Management Server delivers enterprise content to single view of customer applications , dated December 8, 2009 IBM InfoSphere Master Content for InfoSphere Master Data Management Server delivers enterprise content to single view of customer applications Table of contents 1 Overview 4 Publications

More information

IBM MERVA ESA Version 4 and MERVA ESA Components Version 4 Begin a New Era for Financial Message Processing

IBM MERVA ESA Version 4 and MERVA ESA Components Version 4 Begin a New Era for Financial Message Processing Software Announcement May 4, 1999 IBM MERVA ESA Version 4 and MERVA ESA Components Version 4 Begin a New Era for Financial Message Processing Overview A Strategic Solution for Connecting Financial Institutions

More information

IBM Print Services Facility V4.3 for z/os supports Advanced Function Presentation Architecture changes

IBM Print Services Facility V4.3 for z/os supports Advanced Function Presentation Architecture changes , dated August 18, 2009 IBM Print Services Facility V4.3 for z/os supports Advanced Function Presentation Architecture changes Table of contents 1 At a glance 4 Technical information 1 Overview 6 Publications

More information

IBM TotalStorage 2104 Expandable Storage Plus 320 offers new high-performance disk drive capacity

IBM TotalStorage 2104 Expandable Storage Plus 320 offers new high-performance disk drive capacity Hardware Announcement April 19, 2005 IBM TotalStorage 2104 Expandable Storage Plus 320 offers new high-performance disk drive capacity Overview The IBM TotalStorage Exp Plus 320 now offers the option of

More information

GDPS/PPRC HyperSwap Manager helps provide for continuous data availability within a z/os environment

GDPS/PPRC HyperSwap Manager helps provide for continuous data availability within a z/os environment Software Announcement February 15, 2005 helps provide for continuous data availability within a z/os environment Overview Tivoli System Automation for GDPS /PPRC HyperSwap Manager and with NetView are

More information

IBM AIXlink/X.25 V2.1 offers enhancements for migration from X.25 specific adapters that allow APIs to remain the same

IBM AIXlink/X.25 V2.1 offers enhancements for migration from X.25 specific adapters that allow APIs to remain the same Software Announcement July 13, 2004 IBM AIXlink/X.25 V2.1 offers enhancements for migration from X.25 specific adapters that allow APIs to remain the same Overview The AIXlink/X.25 V2.1 program is enhanced

More information

IBM GPFS for Linux V1.3 Extends Your Configuration Options

IBM GPFS for Linux V1.3 Extends Your Configuration Options Software Announcement October 8, 2002 IBM GPFS for Linux V1.3 Extends Your Configuration Options Overview The IBM General Parallel File System (GPFS) works on a shared disk model. It offers access to files

More information

IBM XL Fortran Advanced Edition V8.1 for Mac OS X A new platform supported in the IBM XL Fortran family

IBM XL Fortran Advanced Edition V8.1 for Mac OS X A new platform supported in the IBM XL Fortran family Software Announcement January 13, 2004 IBM XL Fortran Advanced Edition V8.1 for Mac OS X A new platform supported in the IBM XL Fortran family Overview IBM extends the XL Fortran family to the Apple Mac

More information

IBM X.25 over TCP/IP for Communication Controller for Linux lets you use X.25 in the CCL environment

IBM X.25 over TCP/IP for Communication Controller for Linux lets you use X.25 in the CCL environment Software Announcement September 26, 2006 IBM X.25 over TCP/IP for Communication lets you use X.25 in the CCL environment Overview IBM X.25 over TCP/IP for Communication Controller for Linux (IBM XOT) is

More information

Sub-capacity licensing for select IBM Passport Advantage eligible programs running on x86 servers helps improve flexibility and price/performance

Sub-capacity licensing for select IBM Passport Advantage eligible programs running on x86 servers helps improve flexibility and price/performance Software Announcement April 25, 2006 Sub-capacity licensing for select IBM Passport Advantage eligible programs running on x86 servers helps improve flexibility and price/performance Overview IBM continues

More information

IBM WebSphere Data Interchange for Multiplatforms V3.1 Extends Coverage to AIX and Windows 2000 Platforms

IBM WebSphere Data Interchange for Multiplatforms V3.1 Extends Coverage to AIX and Windows 2000 Platforms Software Announcement April 2, 2002 IBM Multiplatforms V3.1 Extends Coverage to AIX and Windows 2000 Platforms Overview WebSphere Data Interchange for Multiplatforms V3.1 is the latest offering to provide

More information

IBM WebSphere Business Integration Adapter for DTS Protocol extends legacy mainframe integration

IBM WebSphere Business Integration Adapter for DTS Protocol extends legacy mainframe integration Software Announcement January 25, 2005 IBM WebSphere Business Integration Adapter for DTS Protocol extends legacy mainframe integration Overview WebSphere Business Integration Adapters help you integrate

More information

IBM QMF for Windows for AS/400 Business Intelligence Starts Here

IBM QMF for Windows for AS/400 Business Intelligence Starts Here Software Announcement March 7, 2000 IBM QMF for Windows for AS/400 Business Intelligence Starts Here Overview Query Management Facility (QMF ) for Windows is a multipurpose scalable enterprise query environment

More information

IBM Net.Commerce Version 3.2: The Complete E-commerce Solution for Your Growing Business

IBM Net.Commerce Version 3.2: The Complete E-commerce Solution for Your Growing Business Software Announcement August 24, 1999 IBM Net.Commerce Version 3.2: The Complete E-commerce Solution for Your Growing Business Overview Sell your products and services to more than 150 million online shoppers.

More information

IBM System p5 505 and System p5 505Q offer four new processor options

IBM System p5 505 and System p5 505Q offer four new processor options Hardware Announcement July 25, 2006 IBM System p5 505 and System p5 505Q offer four new processor options Overview The System p5 505 offers new POWER5+ processor options with the 1-core, 1.9 GHz processor

More information

IBM IMS Database Value Unit Edition for net new workloads on IBM System z servers

IBM IMS Database Value Unit Edition for net new workloads on IBM System z servers IBM United States Software Announcement 213-192, dated May 28, 2013 IBM IMS Database Value Unit Edition for net new workloads on IBM System z servers Table of contents 1 Overview 6 Technical information

More information

Cisco MDS 9000 Port Analyzer Adapter, Enhanced: New version improves performance monitoring

Cisco MDS 9000 Port Analyzer Adapter, Enhanced: New version improves performance monitoring Hardware Announcement April 27, 2004 Cisco MDS 9000 Port Analyzer Adapter, Enhanced: New version improves performance monitoring Overview The Cisco MDS 9000 family is designed to offer investment protection,

More information

Software Announcement October 14, 2003

Software Announcement October 14, 2003 Software Announcement October 14, 2003 IBM Parallel Engineering and Scientific Subroutine Library for (Parallel ESSL) offers scientific subroutines for optimum performance for AIX 5L Overview IBM Parallel

More information

Developer Marketing: Learn UNIX Fundamentals through UNIX Computer-Based Training from NETg

Developer Marketing: Learn UNIX Fundamentals through UNIX Computer-Based Training from NETg Software Announcement May 22, 2001 Developer Marketing: Learn UNIX Fundamentals through UNIX Computer-Based Training from NETg Overview Learn the basics of UNIX and understand how UNIX can be best used

More information

DFS 3.1 for Gateway Environments

DFS 3.1 for Gateway Environments Software Announcement July 18, 2000 Overview provides a gateway solution that allows access to DFS file space without requiring entitlements for every user of the system. An organization can use one machine

More information