Extend the CICS Explorer: A Better Way to Manage Your CICS

Extend the CICS Explorer: A Better Way to Manage Your CICS PDF Author: Chris Rayns
Publisher: IBM Redbooks
ISBN: 0738434019
Category : Computers
Languages : en
Pages : 338

Get Book Here

Book Description
CICS® ExplorerTM is the latest significant evolution in the management and analysis of your CICS environment. It is a statement of intent from the CICS Development organization, which is determined to ensure you can manage your CICS estate in a simple and easily extensible way, using a combination of the following approaches: Tried and trusted CICS expertise and technology The widely accepted user interfaces and integration power of the open source Eclipse platform Web 2.0 and RESTful programming (this technology underpins the CICS Explorer concept) This IBM® Redbooks® publication shows how you can use the extensible design of CICS Explorer to complement the functionality already provided, with added functionality tailored to the needs of your business. We show you how to perform the following tasks: Install the CICS plug-in SDK into your eclipse environment Develop a simple plug-in for the CICS Explorer Deploy the plug-in into CICS Explorer We provide several useful examples of plug-ins that we developed during the residency using the methodology we describe. The starting point for the book is that you already have CICS Explorer installed and configured with connectivity to your CICS region or CICSPlex®, and that you are looking for ways to customize CICS Explorer.

Extend the CICS Explorer: A Better Way to Manage Your CICS

Extend the CICS Explorer: A Better Way to Manage Your CICS PDF Author: Chris Rayns
Publisher: IBM Redbooks
ISBN: 0738434019
Category : Computers
Languages : en
Pages : 338

Get Book Here

Book Description
CICS® ExplorerTM is the latest significant evolution in the management and analysis of your CICS environment. It is a statement of intent from the CICS Development organization, which is determined to ensure you can manage your CICS estate in a simple and easily extensible way, using a combination of the following approaches: Tried and trusted CICS expertise and technology The widely accepted user interfaces and integration power of the open source Eclipse platform Web 2.0 and RESTful programming (this technology underpins the CICS Explorer concept) This IBM® Redbooks® publication shows how you can use the extensible design of CICS Explorer to complement the functionality already provided, with added functionality tailored to the needs of your business. We show you how to perform the following tasks: Install the CICS plug-in SDK into your eclipse environment Develop a simple plug-in for the CICS Explorer Deploy the plug-in into CICS Explorer We provide several useful examples of plug-ins that we developed during the residency using the methodology we describe. The starting point for the book is that you already have CICS Explorer installed and configured with connectivity to your CICS region or CICSPlex®, and that you are looking for ways to customize CICS Explorer.

Extend The Cics Explorer: A Better Way To Manage Your Cics

Extend The Cics Explorer: A Better Way To Manage Your Cics PDF Author: Chris Rayns
Publisher:
ISBN: 9788184049794
Category :
Languages : en
Pages :

Get Book Here

Book Description


Managing Enterprise-wide Deployment of IBM Explorer for z/OS or CICS Explorer

Managing Enterprise-wide Deployment of IBM Explorer for z/OS or CICS Explorer PDF Author: David Nice
Publisher: IBM Redbooks
ISBN: 073845365X
Category : Computers
Languages : en
Pages : 44

Get Book Here

Book Description
This IBM® RedpaperTM publication describes the set of features that IBM clients use to simplify deployment of the IBM Explorer products in their operating environments. This enables them to give different levels of control to the system administrator, provide different types of experiences for their users, and require different levels of technical knowledge to implement. Before describing the different mechanisms available for deployment and the unique features of each, the author introduces some of the factors that are involved in deployment. He concludes with a comparison chart of the available technologies so that you can determine which is the most appropriate for your situation. This paper is likely to interest the people in your organization who are responsible for planning, managing, and maintaining deployments of IBM z/OS® Explorer and IBM CICS® Explorer software.

Introduction to CICS Dynamic Scripting

Introduction to CICS Dynamic Scripting PDF Author: Chris Rayns
Publisher: IBM Redbooks
ISBN: 073843552X
Category : Computers
Languages : en
Pages : 402

Get Book Here

Book Description
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 Problem Determination Tools for z/OS

IBM Problem Determination Tools for z/OS PDF Author: Rufus Credle
Publisher: IBM Redbooks
ISBN: 0738437506
Category : Computers
Languages : en
Pages : 326

Get Book Here

Book Description
IBM® Problem Determination (PD) Tools consists of a core group of IBM products that are designed to work with compilers and run times to provide a start-to-finish development solution for the IT professional. This IBM Redbooks® publication provides you with an introduction to the tools, guidance for program preparation to use with them, an overview of their integration, and several scenarios for their use. If an abend occurs during testing, Fault Analyzer enables the programmer to quickly and easily pinpoint the abending location and optionally, the failing line of code. Many times, this information is all the programmer requires to correct the problem. However, it might be necessary to delve a little deeper into the code to figure out the problem. Debug Tool allows the programmer to step through the code at whatever level is required to determine where the error was introduced or encountered. After the code or data is corrected, the same process is followed again until no errors are encountered. However, volume testing or testing with multiple terminals is sometimes required to ensure real-world reliability. Workload Simulator can be used to perform this type of testing. After all of the tests are completed, running the application by using Application Performance Analyzer can ensure that no performance bottlenecks are encountered. It also provides a baseline to ensure that future enhancements do not introduce new performance degradation into the application. This publication is intended for z/OS® application developers and system programmers.

CICS Transaction Server from Start to Finish

CICS Transaction Server from Start to Finish PDF Author: Chris Rayns
Publisher: IBM Redbooks
ISBN: 0738436178
Category : Computers
Languages : en
Pages : 410

Get Book Here

Book Description
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.

IBM CICS Explorer

IBM CICS Explorer PDF Author: Chris Rayns
Publisher: IBM Redbooks
ISBN: 0738434973
Category : Computers
Languages : en
Pages : 418

Get Book Here

Book Description
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.

IBM CICS Interdependency Analyzer

IBM CICS Interdependency Analyzer PDF Author: Em James
Publisher: IBM Redbooks
ISBN: 0738441171
Category : Computers
Languages : en
Pages : 262

Get Book Here

Book Description
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 and Liberty: What You Need to Know

IBM CICS and Liberty: What You Need to Know PDF Author: Hernan Cunico
Publisher: IBM Redbooks
ISBN: 0738441368
Category : Computers
Languages : en
Pages : 252

Get Book Here

Book Description
This IBM® Redbooks® publication, intended for architects, application developers, and system programmers, describes how to design and implement Java web-based applications in an IBM CICS® Liberty JVM server. This book is based on IBM CICS Transaction Server V5.3 (CICS TS) using the embedded IBM WebSphere® Application Server Liberty V8.5.5 technology. Liberty is an asset to your organization, whether you intend to extend existing enterprise services hosted in CICS, or develop new web-based applications supporting new lines of business. Fundamentally, Liberty is a composable, dynamic profile of IBM WebSphere Application Server that enables you to provision Java EE technology on a feature-by-feature basis. Liberty can be provisioned with as little as the HTTP transport and a servlet web container, or with the entire Java EE 6 Web Profile feature set depending on your application requirements. This publication includes a Technology Essentials section for architects and application developers to help understand the underlying technology, an Up-and-Running section for system programmers implementing the Liberty JVM server for the first time, and a set of real-life application development scenarios.

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

The Complete Guide to CICS Transaction Gateway Volume 1 Configuration and Administration PDF Author: Rufus Credle
Publisher: IBM Redbooks
ISBN: 0738439738
Category : Computers
Languages : en
Pages : 396

Get Book Here

Book Description
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.