• Complain

John Horswill - Designing and Programming CICS Applications

Here you can read online John Horswill - Designing and Programming CICS Applications full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Sebastopol, year: 2011, publisher: OReilly Media, Inc, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover

Designing and Programming CICS Applications: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Designing and Programming CICS Applications" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

CICS is an application server that delivers industrial-strength, online transaction management for critical enterprise applications. Proven in the market for over 30 years with many of the worlds leading businesses, CICS enables todays customers to modernize and extend their applications to take advantage of the opportunities provided by e-business while maximizing the benefits of their existing investments. Designing and Programming CICS Applications will benefit a diverse audience. It introduces new users of IBMs mainframe (OS/390) to CICS features. It shows experienced users how to i.;Copyright; Table of Contents; Preface; The Books Audience; Organization of the Book; About the CD-ROM; Conventions in This Book; How to Contact Us; Acknowledgments; Part I: Introduction to CICS; Chapter 1: Introduction; The Essentials of a Business Application; Division of Responsibilities; Lifecycle Requirements; Technical Requirements; Business Applications as Creators of Value; Using CICS for Business Applications; Examples of Business Applications That Use CICS; Chapter 2: Designing Business Applications; The Heart of a Business Application; Components; Business logic components.

John Horswill: author's other books


Who wrote Designing and Programming CICS Applications? Find out the surname, the name of the author of the book and a list of all author's works by series.

Designing and Programming CICS Applications — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Designing and Programming CICS Applications" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Designing and Programming CICS Applications
John Horswill
Members of the CICS Development Team at IBM Hursley
Editor
Laurie Petrycki

Copyright 2011

This book contains sample programs. Permission is hereby granted by International Business Machines Corporation to copy and store the sample programs into a data processing machine and to use the stored copies for study and instruction only. No permission is granted to use sample programs for any other purpose.

Nutshell Handbook, the Nutshell Handbook logo, and the OReilly logo are registered trademarks and The Java Series is a trademark of OReilly & Associates, Inc. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and OReilly & Associates, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps. The association between the image of a gyr falcon and CICS is a trademark of OReilly & Associates, Inc.

While every precaution has been taken in the preparation of this book, the publisher assumes no responsibility for errors or omissions, or for damages resulting from the use of the information contained herein.


Library of Congress Cataloging-in-Publication Data
Horswill, John.
Designing and programming CICS applications/John Horswill and members of the CICS
Development Team and IBM Hursley. p. cm.
ISBN 1-56592-676-5
1. Application softwaredevelopment 2. CICS (Computer system) I. IBM United Kingdom.
CICS Development Team. II. Title.
QA76.76.D47 H69 2000
005.4'3dc21
00-056535

OReilly Media SPECIAL OFFER Upgrade this ebook with OReilly for more - photo 1

O'Reilly Media

SPECIAL OFFER: Upgrade this ebook with OReilly

for more information on this offer!

Please note that upgrade offers are not available from sample content.

A Note Regarding Supplemental Files

Supplemental files and examples for this book can be found at http://examples.oreilly.com/9781565926769/. Please use a standard desktop web browser to access these files, as they may not be accessible from all ereader devices.

All code files or examples referenced in the book will be available online. For physical books that ship with an accompanying disc, whenever possible, weve posted all CD/DVD content. Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to .

Preface

This book explains how to write applications for CICSthe worlds favorite transaction processing system. Customer Information Control System (CICS) systems have been running for more than 30 years and CICS has changed dramatically during that time, from being a basic transaction processing monitor to being an advanced distributed application server.

Throughout its evolution, CICS has preserved and enhanced its support for developing and running a very large application workload. This book teaches you the traditional CICS skills and techniques that have delivered results for over 30 years that are still just as relevant today for building high-speed transaction processing applications. It also teaches the modern CICS skills and techniques that exploit todays advanced technologiesJava, Web, MQSeries, workstation toolstechnologies that modern businesses need to exploit in order to stay competitive.

The Books Audience

This book is for new and experienced CICS application developers; whether youre an undergraduate, a new employee, or an experienced CICS developer who wishes to update your skills, this book is aimed at you. , onwards, we assume youre an application programmer needing to develop CICS applications. These chapters teach specific CICS skills such as developing programs in COBOL (the business logic), CICS Java, and Visual Basic, or integrating MQSeries with CICS. They contain guidance about designing, coding, and running the components of a typical CICS sample application.

We point you to various books in the CICS library that fill in any gaps because, in a book this size, we wont be able to tell you all about CICS. We discuss, and base our examples on, a subset of the full CICS facilities. This makes things easier for you because it means we wont have to keep referring you to other books in the CICS library while youre learning. These other books are listed in the bibliography, and are shown in the library diagram for your particular release of CICS. The subset of CICS commands weve chosen gives you a sound framework for your first application program and offers a logical starting point for more advanced work.

The main purpose of this book is to provide a friendly, straightforward, and modern approach to the writing of CICS application programs. It follows the development of a sample application, and at the end of each part you should be able to generate the relevant code and run the application.

Organization of the Book

The book describes a COBOL application that creates, reads, updates, and deletes records from a database with and without a locking mechanism. In addition, the COBOL program includes modules that browse, capture errors, and use the CICS Basic Mapping System (BMS) for data input and output to a traditional green screen. There are five additional parts that describe how you can use CICS to access your core COBOL application:

  • Through a CICS Java application

  • Through a web-based application using a CORBA

  • By using the CICS Basic Mapping System for data input and output

  • By using Visual Basic to design and implement a CICS Client application

  • By integrating MQSeries with your CICS application

Each part describes the design of the component and how to write the code to implement the design.

Having written your application, you are guided through a step-by-step process to deploy your application into a CICS system. There is also advice on how to deal with the issues arising from large-scale deployment. Finally, there is a chapter describing some of the debugging facilities available in CICS.

About the CD-ROM

The CD-ROM accompanying this book contains the source code of the sample application that is discussed in this book. This can save you a lot of time by not having to enter the code. Some of the code has been compiled for use with CICS Transaction Server Version 1.3. If you want to use it with other CICS releases, you will have to re-compile the source code. describes how to transfer the code from the CD-ROM to your OS/390 system, to install the files and programs, and configure your CICS region so that you can run the application. The remaining components of the application access and use the COBOL programs you install on your mainframe.

In addition to the sample code, the CD-ROM contains the entire CICS Transaction Server Version 1.3 library in Portable Document Format (PDF) format. Together with this is a copy of the Adobe Acrobat reader. Other software includes the Java Development Kit (JDK) Version 1.1.8.

Refer to for detailed descriptions of the contents of the CD-ROM. The README files contains important information about running the sample application.

Weve also made the code sample available on the OReilly web site:

http://www.oreilly.com/catalog/cics

Conventions in This Book

Throughout this book, weve used the following conventions:

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Designing and Programming CICS Applications»

Look at similar books to Designing and Programming CICS Applications. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Designing and Programming CICS Applications»

Discussion, reviews of the book Designing and Programming CICS Applications and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.