Threadsafe Considerations for CICS

Download Threadsafe Considerations for CICS PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738436690
Total Pages : 416 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Threadsafe Considerations for CICS by : Chris Rayns

Download or read book Threadsafe Considerations for CICS written by Chris Rayns and published by IBM Redbooks. This book was released on 2012-04-05 with total page 416 pages. Available in PDF, EPUB and Kindle. Book excerpt: Beginning with IBM® CICS® Version 2, applications can run on TCBs apart from the QR TCB, which has positive implications for improving system throughput and for implementing new technologies inside of CICS. Examples of implementing new technologies include using the IBM MVSTM Java virtual machine (JVM) inside CICS and enabling listener tasks written for other platforms to be imported to run under CICS. The newest release, CICS Transaction Server for z/OS® (CICS TS) V4.2, includes scalability enhancements so that you can perform more work more quickly in a single CICS system. The advantage of this enhancement is that you can increase vertical scaling and decrease the need to scale horizontally, reducing the number of regions that are required to run the production business applications. The scalability enhancements in CICS TS V4.2 fall into two broad areas, which are increased usage of open transaction environment (OTE) and of 64-bit storage. This IBM Redbooks® publication is a comprehensive guide to threadsafe concepts and implementation for IBM CICS. This book explains how systems programmers, applications developers, and architects can implement threadsafe applications in an environment. It describes the real-world experiences of users, and our own experiences, of migrating applications to be threadsafe. This book also highlights the two most critical aspects of threadsafe applications: system performance and integrity.

Threadsafe Considerations for CICS

Download Threadsafe Considerations for CICS PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 362 pages
Book Rating : 4.:/5 (16 download)

DOWNLOAD NOW!


Book Synopsis Threadsafe Considerations for CICS by : Chris Rayns

Download or read book Threadsafe Considerations for CICS written by Chris Rayns and published by . This book was released on 2012 with total page 362 pages. Available in PDF, EPUB and Kindle. Book excerpt:

IBM CICS Interdependency Analyzer

Download IBM CICS Interdependency Analyzer PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738441171
Total Pages : 250 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM CICS Interdependency Analyzer by : Em James

Download or read book IBM CICS Interdependency Analyzer written by Em James and published by IBM Redbooks. This book was released on 2015-12-08 with total page 250 pages. Available in PDF, EPUB and Kindle. Book excerpt: The IBM® CICS® Interdependency Analyzer (CICS IA®) is a runtime tool for use with IBM CICS Transaction Server for z/OS®. CICS IA allows both system programmers and application developers to get an understanding of the relationships and dependencies of your CICS applications and the environment on which they run. By analyzing data collected by CICS IA, you can make changes to your environment in a safe and controlled but timely manner to address changing demands on your business applications. In this IBM Redbooks® publication, we first provide a detailed overview of what CICS IA is and what business issues it addresses before we review how to configure CICS IA to collect the data that you require with the minimum provenance impact. We then show how you can analyze this data to assist with day-to-day application changes and major projects such as application onboarding.

IBM CICS Asynchronous API: Concurrent Processing Made Simple

Download IBM CICS Asynchronous API: Concurrent Processing Made Simple PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738442925
Total Pages : 200 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM CICS Asynchronous API: Concurrent Processing Made Simple by : Pradeep Gohil

Download or read book IBM CICS Asynchronous API: Concurrent Processing Made Simple written by Pradeep Gohil and published by IBM Redbooks. This book was released on 2017-12-22 with total page 200 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication covers the background and implementation of the IBM CICS® asynchronous API, which is a simple, accessible API that is designed to enable CICS application developers to create efficient asynchronous programs in all CICS-supported languages. Using the API, application developers can eliminate the overhead that is involved in coding and managing homegrown asynchronous solutions, instead using a set of CICS-supported API commands to underpin CICS applications, which are more responsive and robust than ever. Initially, the book reviews the history and motivations of asynchronous processing in computing and the benefits involved when calling external services. It then introduces the asynchronous API itself and its commands. It also provides a range of scenarios, including sample code, that cover everything from the basics of making an asynchronous request to updating existing synchronous program calls, with the goal of illustrating how to harness the CICS asynchronous API to solve real business problems. Later chapters take a deeper dive into the capabilities of the asynchronous API for advanced use cases. Beyond application development, CICS provides a complete solution for system programmers to manage and monitor asynchronous business logic. Thus, the final chapters of this book cover enhancements to CICS monitoring, statistics, trace, and dumps. Using supporting CICS tooling, system programmers have greater insight than ever, with improved transaction tracking capabilities and CICS policies to provide maximum control and optimization of asynchronous processing in CICS environments.

CICS Transaction Server from Start to Finish

Download CICS Transaction Server from Start to Finish PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738436178
Total Pages : 410 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis CICS Transaction Server from Start to Finish by : Chris Rayns

Download or read book CICS Transaction Server from Start to Finish written by Chris Rayns and published by IBM Redbooks. This book was released on 2011-12-07 with total page 410 pages. Available in PDF, EPUB and Kindle. Book excerpt: In this IBM® Redbooks® publication, we discuss CICS®, which stands for Customer Information Control System. It is a general-purpose transaction processing subsystem for the z/OS® operating system. CICS provides services for running an application online where, users submit requests to run applications simultaneously. CICS manages sharing resources, the integrity of data, and prioritizes execution with fast response. CICS authorizes users, allocates resources (real storage and cycles), and passes on database requests by the application to the appropriate database manager, such as DB2®. We review the history of CICS and why it was created. We review the CICS architecture and discuss how to create an application in CICS. CICS provides a secure, transactional environment for applications that are written in several languages. We discuss the CICS-supported languages and each language's advantages in this Redbooks publication. We analyze situations from a system programmer's viewpoint, including how the systems programmer can use CICS facilities and services to customize the system, design CICS for recovery, and manage performance. CICS Data access and where the data is stored, including Temporary storage queues, VSAM RLS, DB2, IMSTM, and many others are also discussed.

Walmart and the CICS Asynchronous API: An Adoption Experience

Download Walmart and the CICS Asynchronous API: An Adoption Experience PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738457477
Total Pages : 82 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Walmart and the CICS Asynchronous API: An Adoption Experience by : Pradeep Gohil

Download or read book Walmart and the CICS Asynchronous API: An Adoption Experience written by Pradeep Gohil and published by IBM Redbooks. This book was released on 2019-03-03 with total page 82 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication discusses practical uses of the IBM CICS asynchronous API capability. It describes the methodology, design and thought process used by a large client, Walmart, and the considerations of the choices made. The Redbooks publication provides real life examples and application patterns that benefit from the performance and scalability offered by the new API. The book discusses the homegrown methodology used by Walmart before the API was available and compares it with the design using the new API. A discussion of the process used to migrate older applications to begin using the new API is included so the reader will understand the ease of implementing the new API. A description of real world usage patterns describes the current production application Walmart has deployed as well as other patterns to give the reader a sense of what's possible applying creative thinking with technology improvements. Finally, a section is included on the areas to be considered as you begin to plan and implement asynchronous API capabilities. This book should be read by: Enterprise Architects searching for faster ways to service strategic applications across the enterprise. Solution Architects who want to better understand implementation possibilities for improved response times and better performance for CICS applications. CICS programmers looking to modernize and provide improved response times. This book is meant to be used in tandem with IBM Redbooks publication IBM CICS Asynchronous API: Concurrent Processing Made Simple, SG24-8411, which will provide the background and implementation instructions and commands for the API itself.

Architect's Guide to IBM CICS on System z

Download Architect's Guide to IBM CICS on System z PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738437441
Total Pages : 266 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Architect's Guide to IBM CICS on System z by : Phil Wakelin

Download or read book Architect's Guide to IBM CICS on System z written by Phil Wakelin and published by IBM Redbooks. This book was released on 2012-11-20 with total page 266 pages. Available in PDF, EPUB and Kindle. Book excerpt: IBM® CICS® Transaction Server (CICS TS) has been available in various guises for over 40 years, and continues to be one of the most widely used pieces of commercial software. This IBM Redbooks® publication helps application architects discover the value of CICS Transaction Server to their business. This book can help architects understand the value and capabilities of CICS Transaction Server and the CICS tools portfolio. The book also provides detailed guidance on the leading practices for designing and integrating CICS applications within an enterprise, and the patterns and techniques you can use to create CICS systems that provide the qualities of service that your business requires.

IBM CICS Explorer

Download IBM CICS Explorer PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738434973
Total Pages : 418 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM CICS Explorer by : Chris Rayns

Download or read book IBM CICS Explorer written by Chris Rayns and published by IBM Redbooks. This book was released on 2010-12-17 with total page 418 pages. Available in PDF, EPUB and Kindle. Book excerpt: IBM® Customer Information Control System (CICS®) Explorer is the new face of CICS Integration point for CICS tooling with rich CICS views, data, and methods. Are you looking for new ways to accelerate the transfer of knowledge, skills, and best practices to the next generation of technical staff and experts? Do you need to maintain productivity and protect service-levels? CICS ExplorerTM and System z® lead the way to platform simplification. IBM CICS Explorer has a common, intuitive, Eclipse-based environment for architects, developers, administrators, system programmers, and operators. The task-oriented views provide integrated access to a broad range of data and control capabilities, and it also has powerful, context-sensitive resource editors. Integration point for CICS TS, CICS Tools, CICS TG, PD Tools, and Rational® Tools are extensible by independent software vendors (ISV), system integrators (SI), and customers who use our Software Development Kit. In this IBM Redbooks® publication, we focus on the new CICS Explorer. The first part of the book is an overview of the CICS Explorer along with all of the CICS Tools' plug-ins. In the second part of the book, we focus on several scenarios in which you can use the CICS Explorer with the CICS Tools plug-ins to resolve various problems.

Improving z/OS Application Availability by Managing Planned Outages

Download Improving z/OS Application Availability by Managing Planned Outages PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738440213
Total Pages : 328 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Improving z/OS Application Availability by Managing Planned Outages by : Frank Kyne

Download or read book Improving z/OS Application Availability by Managing Planned Outages written by Frank Kyne and published by IBM Redbooks. This book was released on 2014-12-22 with total page 328 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication is intended to make System Programmers, Operators, and Availability Managers aware of the enhancements to recent releases of IBM z/OS® and its major subsystems in the area of planned outage avoidance. It is a follow-on to, rather than a replacement for, z/OS Planned Outage Avoidance Checklist, SG24-7328. Its primary objective is to bring together in one place information that is already available, but widely dispersed. It also presents a different perspective on planned outage avoidance. Most businesses care about application availability rather than the availability of a specific system. Also, a planned outage is not necessarily a bad thing, if it does not affect application availability. In fact, running for too long without an IPL or subsystem restart might have a negative impact on application availability because it impacts your ability to apply preventive service. Therefore, this book places more focus on decoupling the ability to make changes and updates to your system from IPLing or restarting your systems.

The Complete Guide to CICS Transaction Gateway Volume 1 Configuration and Administration

Download The Complete Guide to CICS Transaction Gateway Volume 1 Configuration and Administration PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738439738
Total Pages : 396 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis The Complete Guide to CICS Transaction Gateway Volume 1 Configuration and Administration by : Rufus Credle

Download or read book The Complete Guide to CICS Transaction Gateway Volume 1 Configuration and Administration written by Rufus Credle and published by IBM Redbooks. This book was released on 2014-08-08 with total page 396 pages. Available in PDF, EPUB and Kindle. Book excerpt: In this IBM® Redbooks® publication, you will gain an appreciation of the IBM CICS® Transaction Gateway (CICS TG) product suite, based on key criteria, such as capabilities, scalability, platform, CICS server support, application language support, and licensing model. Matching the requirements to available infrastructure and hardware choices requires an appreciation of the choices available. In this book, you will gain an understanding of those choices, and will be capable of choosing the appropriate CICS connection protocol, APIs for the applications, and security options. You will understand the services available to the application developer when using a chosen protocol. You will then learn about how to implement CICS TG solutions, taking advantage of the latest capabilities, such as IPIC connectivity, high availability, and Dynamic Server Selection. Specific scenarios illustrate the usage of CICS TG for IBM z/OS®, and CICS TG for Multiplatforms, with CICS Transaction Server for z/OS and IBM WebSphere® Application Server, including connections in CICS, configuring simple end-to-end connectivity (all platforms) with verification for remote and local mode applications, and adding security, XA support, and high availability.

CICS and SOA: Architecture and Integration Choices

Download CICS and SOA: Architecture and Integration Choices PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738436739
Total Pages : 322 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis CICS and SOA: Architecture and Integration Choices by : Chris Rayns

Download or read book CICS and SOA: Architecture and Integration Choices written by Chris Rayns and published by IBM Redbooks. This book was released on 2012-03-26 with total page 322 pages. Available in PDF, EPUB and Kindle. Book excerpt: The service-oriented architecture (SOA) style of integration involves breaking an application down into common, repeatable services that can be used by other applications (both internal and external) in an organization, independent of the computing platforms on which the business and its partners rely. In recent years CICS® has added a variety of support for SOA and now provides near seamless connectivity with other IT environments. This IBM® Redbooks® publication helps IT architects to select, plan, and design solutions that integrate CICS applications as service providers and requesters. First, we provide an introduction to CICS service enablement and introduce the architectural choices and technologies on which a CICS SOA solution can be based. We continue with an in-depth analysis of how to meet functional and non-functional requirements in the areas of application interface, security, transactional scope, high availability, and scalability. Finally, we document three integration scenarios to illustrate how these technologies have been used by customers to build robust CICS integration solutions.

Introduction to CICS Dynamic Scripting

Download Introduction to CICS Dynamic Scripting PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 073843552X
Total Pages : 400 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Introduction to CICS Dynamic Scripting by : Chris Rayns

Download or read book Introduction to CICS Dynamic Scripting written by Chris Rayns and published by IBM Redbooks. This book was released on 2011-06-30 with total page 400 pages. Available in PDF, EPUB and Kindle. Book excerpt: IBM® CICS® Transaction Server Feature Pack for Dynamic Scripting embeds and integrates technology from WebSphere® sMash into the CICS TS V4.1 run time, helping to reduce the time and cost of CICS application development. The Feature Pack provides a robust, managed environment for a wide range of situational applications allowing PHP and Groovy developers to create reports, dashboards, and widgets, and integrate CICS assets into mash-ups, and much more. The CICS Dynamic Scripting Feature Pack combines the benefits of scripted, Web 2.0 applications with easy and secure access to CICS application and data resources. The Feature Pack includes a PHP 5.2 run time implemented in JavaTM and with Groovy language support, support for native Java code and access to many additional libraries and connectors to enhance the development and user experience of rich Internet applications. Access to CICS resources is achieved by using the JCICS APIs. In this IBM Redbooks® publication, we introduce the Dynamic Scripting Feature Pack, show how to install and customize it, and provide examples for using it.

IBM CICS and the JVM server: Developing and Deploying Java Applications

Download IBM CICS and the JVM server: Developing and Deploying Java Applications PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738438332
Total Pages : 406 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM CICS and the JVM server: Developing and Deploying Java Applications by : Chris Rayns

Download or read book IBM CICS and the JVM server: Developing and Deploying Java Applications written by Chris Rayns and published by IBM Redbooks. This book was released on 2013-07-15 with total page 406 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication provides information about the new Java virtual machine (JVM) server technology in IBM CICS® Transaction Server for z/OS® V4.2. We begin by outlining the many advantages of its multi-threaded operation over the pooled JVM function of earlier releases. The Open Services Gateway initiative (OSGi) is described and we highlight the benefits OSGi brings to both development and deployment. Details are then provided about how to configure and use the new JVM server environment. Examples are included of the deployment process, which takes a Java application from the workstation Eclipse integrated development environment (IDE) with the IBM CICS Explorer® software development kit (SDK) plug-in, through the various stages up to execution in a stand-alone CICS region and an IBM CICSPlex® environment. The book continues with a comparison between traditional CICS programming, and CICS programming from Java. As a result, the main functional areas of the Java class library for CICS (JCICS) application programming interface (API) are extensively reviewed. Further chapters are provided to demonstrate interaction with structured data such as copybooks, and how to access relational databases by using Java Database Connectivity (JDBC) and Structured Query Language for Java (SQLJ). Finally, we devote a chapter to the migration of applications from the pooled JVM model to the new JVM server run time.

Streamline Business with Consolidation and Conversion to DB2 for z/OS

Download Streamline Business with Consolidation and Conversion to DB2 for z/OS PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738437123
Total Pages : 268 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Streamline Business with Consolidation and Conversion to DB2 for z/OS by : Paolo Bruni

Download or read book Streamline Business with Consolidation and Conversion to DB2 for z/OS written by Paolo Bruni and published by IBM Redbooks. This book was released on 2014-11-05 with total page 268 pages. Available in PDF, EPUB and Kindle. Book excerpt: Time to market, flexibility, and cost reduction are among the top concerns common to all IT executives. If significant resource investments are placed in mature systems, IT organizations need to balance old and new technology. Older technology, such as non-IBM pre-relational databases, is costly, inflexible, and non-standard. Users store their information on the mainframe and thus preserve the skills and qualities of service their business needs. But users also benefit from standards-based modernization by migrating to IBM® DB2® for z/OS®. With this migration, users deliver new application features quickly and respond to changing business requirements more effectively. When migrating, the main decision is choosing between conversion and re-engineering. Although the rewards associated with rebuilding mature applications are high, so are the risks and customers that are embarking on a migration need that migration done quickly. In this IBM Redbooks® publication, we examine how to best approach the migration process by evaluating the environment, assessing the application as a conversion candidate, and identifying suitable tools. This publication is intended for IT decision makers and database administrators who are considering migrating their information to a modern database management system.

IBM CICS Performance Series: CICS TS for z/OS V5 Performance Report

Download IBM CICS Performance Series: CICS TS for z/OS V5 Performance Report PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738457930
Total Pages : 262 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IBM CICS Performance Series: CICS TS for z/OS V5 Performance Report by : Ian Burnett

Download or read book IBM CICS Performance Series: CICS TS for z/OS V5 Performance Report written by Ian Burnett and published by IBM Redbooks. This book was released on 2019-08-08 with total page 262 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM Redbooks® publication gives a broad understanding of several important concepts that are used when describing IBM CICS Transaction Server (TS) for IBM z/OS (CICS TS) performance. This publication also describes many of the significant performance improvements that can be realized by upgrading your environment to the most recent release of CICS TS. This book targets the following audience: Systems Architects wanting to understand the performance characteristics and capabilities of a specific CICS TS release. Capacity Planners and Performance Analysts wanting to understand how an upgrade to the latest release of CICS TS affects their environment. Application Developers wanting to design and code highly optimized applications for deployment into a CICS TS environment. This book covers the following topics: A description of the factors that are involved in the interaction between IBM z® Systems hardware and a z/OS software environment. A definition of key terminology that is used when describing the results of CICS TS performance benchmarks. A presentation of how to collect the required data (and the methodology used) when applying Large Scale Performance Reference (LSPR) capacity information to a CICS workload in your environment. An outline of the techniques that are applied by the CICS TS performance team to achieve consistent and accurate performance benchmark results. High-level descriptions of several key workloads that are used to determine the performance characteristics of a CICS TS release. An introduction to the open transaction environment and task control block (TCB) management logic in CICS TS, including a reference that describes how several configuration attributes combine to affect the behavior of the CICS TS dispatcher. Detailed information that relates to changes in performance characteristics between successive CICS TS releases, covering comparisons that relate to CICS TS V4.2, V5.1, V5.2, V5.3, V5.4, and V5.5. The results of several small performance studies to determine the cost of using a specific CICS functional area.

Application Development for IBM CICS Web Services

Download Application Development for IBM CICS Web Services PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738440310
Total Pages : 552 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis Application Development for IBM CICS Web Services by : O'Grady James

Download or read book Application Development for IBM CICS Web Services written by O'Grady James and published by IBM Redbooks. This book was released on 2015-01-27 with total page 552 pages. Available in PDF, EPUB and Kindle. Book excerpt: This IBM® Redbooks® publication focuses on developing Web service applications in IBM CICS®. It takes the broad view of developing and modernizing CICS applications for XML, Web services, SOAP, and SOA support, and lays out a reference architecture for developing these kinds of applications. We start by discussing Web services in general, then review how CICS implements Web services. We offer an overview of different development approaches: bottom-up, top-down, and meet-in-the-middle. We then look at how you would go about exposing a CICS application as a Web service provider, again looking at the different approaches. The book then steps through the process of creating a CICS Web service requester. We follow this by looking at CICS application aggregation (including 3270 applications) with IBM Rational® Application Developer for IBM System z® and how to implement CICS Web Services using CICS Cloud technology. The first part is concluded with hints and tips to help you when implementing this technology. Part two of this publication provides performance figures for a basic Web service. We investigate some common variables and examine their effects on the performance of CICS as both a requester and provider of Web services.

IMS 12 Selected Performance Topics

Download IMS 12 Selected Performance Topics PDF Online Free

Author :
Publisher : IBM Redbooks
ISBN 13 : 0738437565
Total Pages : 432 pages
Book Rating : 4.7/5 (384 download)

DOWNLOAD NOW!


Book Synopsis IMS 12 Selected Performance Topics by : Paolo Bruni

Download or read book IMS 12 Selected Performance Topics written by Paolo Bruni and published by IBM Redbooks. This book was released on 2013-01-08 with total page 432 pages. Available in PDF, EPUB and Kindle. Book excerpt: IBM® Information Management System (IMSTM) provides leadership in performance, reliability, and security to help you implement the most strategic and critical enterprise applications. IMS, IMS utilities, and IMS tools continue to evolve to provide value and meet the needs of enterprise customers. With IMS 12, integration and open access improvements provide flexibility and support business growth requirements. Scalability improvements have been made to the well-known performance, efficiency, availability, and resilience of IMS by using 64-bit storage. In this IBM Redbooks® publication we provide IMS performance monitoring and tuning information by describing the key IMS performance functions and by showing how to monitor and tune them with traditional and new strategic applications. This book is for database administrators and system programmers. We summarize methods and tools for monitoring and tuning IMS systems, describe IMS system-wide performance, database, and transaction considerations. Based on lab measurements, we provide information about recent performance enhancements that are available with IMS 12, and advice about setting performance-related parameters.