Book DescriptionJoin the more than 150,000 programmers who have learned CICS using our CICS books alone. Now, our two-part CICS for the COBOL Programmer has been revised into a single volume that meets today's need for fast-paced training. You get all the commands and features that are current todayplus, new chapters on creating web or component-based programsin just 630, information-packed pages. You'll start off with the basics that you need for every CICS program you write:
how to use basic mapping support (BMS) to define the screens your programs use pseudo-conversational programming...what it is, why you have to use it, and how it complicates the logic in a COBOL program
the CICS commands for terminal handling, VSAM file handling, and program control
how to design a CICS program using event-driven design so it's easier to code, test, debug, and maintain
how and when to use temporary storage queues instead of the communication area to pass data between program executions
how to use IBM-supplied transactions like CEMT, CECI, and CEDF to simplify testing and debugging
Then, you'll see the design and code for a complete application consisting of four interrelated CICS programs a great way to solidify your new CICS skills.
But that's not all. You'll also learn about the commands and techniques you need for special purposes. Like processing VSAM files sequentially. Accessing records by an alternate index. Handling DB2 data (this chapter assumes you already know DB2, so if you need some training, please see our DB2 books on pages 5-6). Scheduling a task for execution. Using the error recovery features that come into play when a task or CICS abends. Using the intercommunication features of CICS, including Distributed Program Link and EXCI, so that resources can be shared across remote systems. Handling outdated code as you maintain older programs.
Beyond the commands and coding features, however, there are two chapters of special interest for creating new applications:
how to design and code programs in which the presentation logic (the code that handles the interaction with the user at a terminal) is separated from the business logic (the code that processes the data) This makes it feasible to create programs with front-ends in languages like Java or Visual Basic, leaving CICS on the back-end to do what it does best: process transactions
how to design and code CICS programs for the web (probably the most compelling reason for separating the presentation logic from the business logic)
So if you're new to CICS, you'll learn the best development techniques as well as all the coding details for creating today's applications. If you have some CICS experience, you'll add to your skills in record time. Either way, you'll gain an understanding of CICS that makes it easier handle each new programming challenge. So get your copy of Murach's CICS for the COBOL Programmer today!
Customer Reviews
Average Rating:
Rating: - Excelent book !!
I recommend for all programmers and System Analist that needs to learn everything about COBOL CICS.
Rating: - good learning tool
I bought this back when I was trying to learn CICS. It was one of the best I found. I keep it at my desk at work and my co-workers use it on a regular basis too.
Rating: - Excellent and full of good information
As always, Murach has provided a real working programmers text. This is a combination of the older volumes 1 and 2 with lots of new stuff thrown in. Beware - this is a full instructional text. It goes into depth on just about everything you would really want to know. I use it when I have questions as well as an instructional text for my junior staff programmers. The examples are also plentiful and well presented. Now that I do engagements on the road, I ship this text everywhere I go - wouldnt ... Read More
Rating: - For anyone wanting to learn CICS programming
Murach's CICS For The Cobol Programmer is a complete training manual for CICS so well written and presented that the novice will rapidly become proficient in designing, coding, and testing CICS programs. All the features programmers use regularly on the job are featured including those for VSAM file handling, editing input data, controlling the display of data at a terminal, DB2 data access, error processing, and debugging. Programmers are also provided with an overview of how CICS can be used for web ... Read More
Rating: - This is going to be my desk-top CICS reference book
An uncluttered layout and clear text make this the best textbook I've read in a very long time. You can see the code (or list of command options or diagram) on the right page, and read the explanation of the command on the left page. It's much easier than going back and forth trying to find a code example.
I was looking to fill in gaps in my knowledge, so I liked the way each topic stands alone. You can just look up VSAM browses or SQL commands or MRO without having to read the chapters leading ... Read More