The TUXEDO System

The TUXEDO System
Author: Juan M. Andrade
Publisher: Addison-Wesley Professional
Total Pages: 492
Release: 1996
Genre: Computers
ISBN: 9780201634938

Without reaching the level of a programmin gtext, this book discusses the background, architectural framework, and motivation for the TUXEDO System, describes TUXEDO's features, and gives a tour through TUXEDO's development and administrative facilities.

CICS for the COBOL Programmer

CICS for the COBOL Programmer
Author: Doug Lowe
Publisher: Mike Murach & Associates
Total Pages: 384
Release: 1992
Genre: Computers
ISBN: 9780911625677

This book takes up where Part 1 leaves off. Part 1 covers the basics of CICS...the elements you'll use in just about every CICS program you write. Part 2 covers the advanced features you'll use regularly, though you won't need all of them for every program. To be specific, this book teaches you: -- how to use browse commands to process a file sequentially -- how to use the browse commands to process VSAM alternate index files -- how DB2 database processing affects CICS programming (if you don't have any DB2 experience, this is just an introduction; you can get the additional DB2 training you'll need from our DB2 books, described on pages 3 and 4) -- how DL/I database processing affects CICS programming (again, this is an introduction; you can get the additional DL/I training you'll need from our IMS books, described on page 9) -- how to produce multi-page output using BMS page building -- how to use the ROUTE command to direct output to one or more terminals -- how to use terminal control commands that let you communicate directly with a terminal, bypassing BMS -- how to use temporary storage queues to store and retrieve small amounts of temporary data -- how to use transient data queues (transient data exists only from the time it's written to the time it's read) -- how to use interval control commands to start a task -- how to create an abend exit to keep your task from abending when an error occurs -- how to use the distributed processing features of CICS, including Distributed Program Link and APPC After finishing this book, then, you'll know a wide variety of advanced CICS features. Just as important, though, you'll know what features dosimilar things and when to use each one. And it's that knowledge that will save you time and work every day.

Transaction Processing

Transaction Processing
Author: Jim Gray
Publisher: Elsevier
Total Pages: 1122
Release: 1992-09-30
Genre: Computers
ISBN: 0080519555

The key to client/server computing.Transaction processing techniques are deeply ingrained in the fields ofdatabases and operating systems and are used to monitor, control and updateinformation in modern computer systems. This book will show you how large,distributed, heterogeneous computer systems can be made to work reliably.Using transactions as a unifying conceptual framework, the authors show howto build high-performance distributed systems and high-availabilityapplications with finite budgets and risk. The authors provide detailed explanations of why various problems occur aswell as practical, usable techniques for their solution. Throughout the book,examples and techniques are drawn from the most successful commercial andresearch systems. Extensive use of compilable C code fragments demonstratesthe many transaction processing algorithms presented in the book. The bookwill be valuable to anyone interested in implementing distributed systemsor client/server architectures.

Distributed CICS

Distributed CICS
Author: William R. Ogden
Publisher:
Total Pages: 296
Release: 1994-07-22
Genre: Computers
ISBN:

Here is a wealth of practical guidance for systems managers responding to rapid changes in computing technology and who want to know where these changes will take them. Starting with a thorough description of CICS and OLTP, the book explores exactly why CICS offers an attractive path for moving selected OLTP applications from mainframes to smaller platforms.

Client/server Survival Guide with OS/2

Client/server Survival Guide with OS/2
Author: Robert Orfali
Publisher: Van Nostrand Reinhold Company
Total Pages: 1012
Release: 1994
Genre: Computers
ISBN: 9780442017989

The ultimate guide into the mystical world of client/server computing and its explosion of technology. The book covers network operating systems, SQL database servers, image and multimedia servers, transaction monitors, distributed objects, and workflow servers. Also covered are the tools used to create applications and manage them in distributed environments.

System z Parallel Sysplex Best Practices

System z Parallel Sysplex Best Practices
Author: Frank Kyne
Publisher: IBM Redbooks
Total Pages: 202
Release: 2011-01-11
Genre: Computers
ISBN: 0738434671

This IBM® Redbooks® publication pulls together diverse information regarding the best way to design, implement, and manage a Parallel Sysplex® to deliver the levels of performance and availability required by your organization. This book should be of interest to system programmers, availability managers, and database administrators who are interested in verifying that your systems conform to IBM best practices for a Parallel Sysplex environment. In addition to z/OS® and the sysplex hardware configuration, this book also covers the major IBM subsystems: CICS® DB2® IMSTM MQ WebSphere® Application Server To get the best value from this book, readers should have hands-on experience with Parallel Sysplex and have working knowledge of how your systems are set up and why they were set up in that manner.

CICS and SOA: Architecture and Integration Choices

CICS and SOA: Architecture and Integration Choices
Author: Chris Rayns
Publisher: IBM Redbooks
Total Pages: 322
Release: 2012-03-26
Genre: Computers
ISBN: 0738436739

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.

System Programmer's Guide to Z/OS System Logger

System Programmer's Guide to Z/OS System Logger
Author: Frank Kyne
Publisher: IBM.Com/Redbooks
Total Pages: 0
Release: 2007
Genre: Data loggers
ISBN: 9780738489438

The z/OS System Logger is a function provided by the operating system to exploiters running on z/OS. The number of exploiters of this component is increasing, as is its importance in relation to system performance and availability. This IBM Redbooks document provides system programmers with a solid understanding of the System Logger component and guidance about how it should be set up for optimum performance with each of the exploiters. System Logger is an MVS component that provides a logging facility for applications running in a single-system or multi-system sysplex. The advantage of using System Logger is that the responsibility for tasks such as saving the log data (with the requested persistence), retrieving the data (potentially from any system in the sysplex), archiving the data, and expiring the data is removed from the creator of the log records. In addition, Logger provides the ability to have a single, merged, log, containing log data from multiple instances of an application within the sysplex.

Cooperative Processing Using CICS

Cooperative Processing Using CICS
Author: Rob K. Lamb
Publisher: McGraw-Hill Companies
Total Pages: 312
Release: 1993
Genre: Computers
ISBN:

Lamb provides programmers with methods for designing CICS applications that can be split across mainframe, workstation, and LAN system configurations. It also offers detailed guidelines for producing consistent cross-application SAA/CUA interfaces, implementing CICS data recovery and security features, tuning OS/2 parameters to enhance system performance, and more. Covers CICS/ESA Version 3 Release 3.