Cobol Books

MagicBeanDip.com

Page 1 of 68 - Go to page: 1 2 3 4 5 6 12

Murach's Mainframe COBOL

Mike Murach, Anne Prince, Raul Menendez

Murach's Mainframe COBOL Mike Murach, Anne Prince, Raul Menendez Amazon Price: $53.55
List Price: $59.50
Usually ships in 24 hours
By: Mike Murach & Associates
Amazon Marketplace: 20 new & used starting at $43.90

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Cobol
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Software -> General

Customer Reviews:
Total reviews: 3 Average rating: 5.0 of 5

Mainframe Programmers Reference 5 out of 5 stars.
7 of 7 people found this review helpful.

As a longtime mainframe programmer I have used Murach books for the times when I need a quick reminder of what COBOL statement to use and how to use it. Mike Murach has recently published a new "Mainframe COBOL" book. The Murach books feature a paired page format that has statement syntax and notes on the right hand page and detailed descriptions on the left hand page. With this format the book is useful for both the "seasoned" programmer and the newbie just getting started in writing structured COBOL programs. A new COBOL programmer can get good detailed instruction on how a structured program is designed coded and tested, the veteran can quickly access information on statement syntax and usage.

This book differs from Murach's "Structured COBOL" offering in that it has no mention of Personal or PC COBOL platforms. Those references have been replaced by chapter (17.) describing mainframe architecture, input/output devices, basic mainframe operating system features and IBM mainframe OS' that are currently used. Another new chapter (19.) gives a brief basic introduction in (AMS) Access Method Services necessary for working with VSAM files.

All in all, this book should be a good starting point for the mainframe COBOL programmer looking for a solid reference for writing batch programs. Programmers needing instruction or reference for CICS and DB2 application development should read the (also brief and basic) chapters on those subjects and then seriously consider investing in Murach's "CICS for the COBOL Programmer" and excellent "CICS Desk Reference" along with their two DB2 manuals. They also have a solid VSAM manual.

Editorial Review:

This has been the number 1 best-selling COBOL book for professional programmers since its first edition in 1979. It is the only book that shows how to design, code, test, and maintain structured COBOL programs on the IBM mainframes (or enterprise systems) that are used by the largest companies in the world. Besides COBOL, this book presents the IBM products that every mainframe programmer needs to know including TSO, ISPF, OS/390 JCL, VSAM Access Method Services, CICS, and DB2.

DB2 for the COBOL Programmer, Part 1, 2nd Ed.

Curtis Garvin, Steve Eckols

DB2 for the COBOL Programmer, Part 1, 2nd Ed. Curtis Garvin, Steve Eckols Amazon Price: $40.46
List Price: $45.00
Usually ships in 24 hours
By: Mike Murach & Associates
Amazon Marketplace: 33 new & used starting at $18.75

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> Specific Databases -> IBM DB2
Subjects -> Computers & Internet -> Databases -> SQL -> General
Subjects -> Computers & Internet -> Databases -> Database Management Systems

Customer Reviews:
Total reviews: 3 Average rating: 4.5 of 5

All You Need To Learn DB2 5 out of 5 stars.
42 of 43 people found this review helpful.

This is an excellent resource for all those baffled programmers who need to learn DB2 fast. Thos book provides clear-cut examples, syntax, and the results of the various SQL commands that are most likely to be needed by any programmer. All the basics from simple SELECT statements are covered all the way up to ORDER BY clauses, joins and so on. A special chapter on using SPUFI was also a big help. The emphasis here is on the COBOL language and mainframe computers, but it is an excellent learning tool for anyone. The book teaches by example and can be finished easily within a week (The example programs are what make it look so big). A must-read for anyone interested in relationall databases.

Editorial Review:

This book makes it easy for you to master the essentials of DB2 programming. Written from the programmer's point of view, it focuses right from the start on what you need to know to access and process DB2 data in your application programs using embedded SQL

You'll learn: the basics of how DB2 works so you can program more easily and logically...how to design and code DB2 programs...how to use inner joins, outer joins, and unions to combine data from two or more tables...how to use column functions to extract summary data from a table...how to work with variable-length data and nulls...how to use error handling techniques and ROLLBACK to protect DB2 data...how to use locking and concurrency features so you don't tie up the whole system...how to develop DB2 programs interactively (using DB2I, a TSO facility) or in batch...how to create test data using SPUFI and QMF...and more!

Sams Teach Yourself COBOL in 24 Hours (Sams Teach Yourself)

Thane Hubbell

Sams Teach Yourself COBOL in 24 Hours (Sams Teach Yourself) Thane Hubbell Amazon Price: $23.09
List Price: $34.99
Usually ships in 24 hours
By: Sams
Amazon Marketplace: 38 new & used starting at $5.96

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Cobol
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 14 Average rating: 3.5 of 5

Good Book for beginners 4 out of 5 stars.
10 of 11 people found this review helpful.

I am 16 years old. Several of my family members are programmers, most of them use COBOL. With this book, and a little help from my family I am learning COBOL. I like the fact that I can use the computer, compile and execute exercises right from the first lesson. I am on chapter seven and having a lot of fun. I also think I am learning COBOL very well. My tutor says he is pleased with the book and with my progress. We recommend it to anyone who wants to learn COBOL even without experience in a previous programming language.

Editorial Review:

Sams Teach Yourself COBOL in 24 Hours teaches the basics of COBOL programming in 24 step-by-step lessons. Each lesson builds on the previous one providing a solid foundation in COBOL programming concepts and techniques. Coupled with the source code and the compiler available from Fujitsu, this hands-on guide is the easiest, fastest way to begin creating standard COBOL compliant code. Business professionals and programmers from other languages will find this hands-on, task-oriented tutorial extremely useful for learning the essential features and concepts of COBOL programming. Writing a program can be a complex task. Concentrating on one development tool guides you to good results every time. There will be no programs that will not compile!

Hibernate: A Developer's Notebook

James Elliott

Hibernate: A Developer's Notebook James Elliott Amazon Price: $16.47
List Price: $24.95
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 45 new & used starting at $3.50

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Java -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Cobol
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 39 Average rating: 4.0 of 5

Editorial Review:

Do you enjoy writing software, except for the database code? Hibernate:A Developer's Notebook is for you. Database experts may enjoy fiddling with SQL, but you don't have to--the rest of the application is the fun part. And even database experts dread the tedious plumbing and typographical spaghetti needed to put their SQL into a Java program. Hibernate: A Developers Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don't even need to know the database is there, and you can change from one database to another simply by changing a few statements in a configuration file. Hibernate: A Developer's Notebook walks you through the ins and outs of using Hibernate, from installation and configuration, to complex associations and composite types. Two chapters explore ways to write sophisticated queries, which you can express either through a pure Java API, or with an SQL-inspired, but object-oriented, query language. Don't let that intimidate you though: one of the biggest surprises in working with Hibernate is that for many of the common real-world application scenarios, you don't need an explicit query at all. If you've needed to add a database backend to your application, don't put it off. It's much more fun than it used to be, and Hibernate: A Developer's Notebook shows you why. Here's what a few reviewers had to say: "I'm sitting on an airplane after finishing Hibernate: A Developer's Notebook. It's rare to find a book on a new Java technology that you can get through on a domestic flight. That this notebook effectively and succinctly tackles object-relational mapping makes it, and Hibernate, even more impressive. Many books in this category would need to be checked luggage. With this book, you travel first class." --Mike Clark "A simple persistence framework deserves a simple book, and this one delivers. The examples are well described and easy to understand, yet sophisticated enough to demonstrate Hibernate in a real-world context. Jim, I'm a new fan." --Bruce Tate About the new Developer's Notebook Series from O'Reilly: Developer's Notebooks are a new book series covering important new tools for software developers. Developer's Notebooks stress example over explanation and practice over theory. They are about learning by doing; by experimenting with tools and discovering what works. "All lab, no lecture," with a thoughtful lab partner to guide the way.

COBOL for the 21st Century

Nancy Stern, Robert A. Stern, James P. Ley

COBOL for the 21st Century Nancy Stern, Robert A. Stern, James P. Ley Amazon Price: $113.02
Usually ships in 24 hours
By: Wiley
Amazon Marketplace: 43 new & used starting at $55.71

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Cobol
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 2 Average rating: 4.0 of 5

Editorial Review:

COBOL . . . Still standing tall.


Just like the evergreen, the COBOL programming language has remained vibrant and full of life year after year. Today, COBOL is running a large number of the world's business data applications, and it's likely to remain a viable language in the years ahead.


Now in its 11th Edition, Nancy Stern, Robert Stern, and James Ley's COBOL for the 21st Century continues to show how to design COBOL programs that are easy to read, debug, modify, and maintain. You'll learn to write interactive programs as well as batch programs with sophisticated file processing techniques, and become familiar with valuable information processing and systems concepts.

Features
* Updated to reflect COBOL 2008, where appropriate.
* A chapter on the Report Writer Module.
* More end-of-chapter questions.
* A running case study builds on what you have learned in each chapter.
* Integrated coverage of interactive programming.
* Covers information processing and systems concepts that will help you interact with users and systems analysts when designing programs.
* Introduces programming tools such as pseudocode and hierarchy charts that make program logic more structured, modular, and top-down.
* Presents useful techniques for maintaining and modifying older "legacy" programs.
* Effective learning tools, including chapter outlines and objectives, debugging tips and exercises, critical-thinking questions, and programming assignments.
* Links to COBOL Internet resources.
* Companion Website (www.wiley.com/college/stern), featuring a syntax reference guide, data sets for all programming assignments, and all programs illustrated in the book.

Object-Oriented Design and Patterns

Cay S. Horstmann

Object-Oriented Design and Patterns Cay S. Horstmann Amazon Price: $54.00
Usually ships in 24 hours
By: Wiley
Amazon Marketplace: 37 new & used starting at $36.80

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Cobol
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Object-Oriented Design

Customer Reviews:
Total reviews: 5 Average rating: 4.5 of 5

Editorial Review:

An object-oriented design text that's student oriented too!

Now updated to reflect the innovations of Java 5.0, Cay Horstmann's Object-Oriented Design & Patterns, 2nd Edition continues to offer a student-oriented guide to object-oriented design.

Drawing from his extensive experience as a programmer and teacher, Horstmann helps you appreciate the value of object-oriented design principles, and gives you a context for applying these principles and techniques in your own designs. Throughout the text, outstanding pedagogy, carefully developed exercises and examples, and a strong emphasis on problem solving make object-oriented design principles accessible to readers with limited programming experience.

Cay Horstmann's Object-Oriented Design & Patterns, 2nd Edition:
* Integrates the use of Java 5.0 constructs throughout, including generics and the java.util.concurrent library.
* Presents high-interest examples, including ones from the Java 5.0 library and user-interface programming.
* Uses concepts such as interfaces, inner classes, reflection, and multithreading to introduce advanced Java language concepts.
* Encourages you to master topics in object-oriented design, user-interface programming, and practical software development techniques.
* Illustrates design patterns and their application using the Swing user interface toolkit and the Java collections library.
* Introduces programming tools such as BlueJ, javadoc, and JUnit.
* Provides a crash course in Java for readers who know C++.

Other Wiley books by Cay Horstmann

Big Java, Second Edition, 0-471-70615-9

Java Concepts, Fourth Edition, 0-471-69704-4

Big C++ (with Timothy Budd), 0-471-47063-5

Computing Concepts with C++ Essentials, Third Edition, 0-471-16437-2

DB2 for the COBOL Programmer, Part 2, 2nd Ed.

Curtis Garvin, Anne Prince, Steve Eckols

DB2 for the COBOL Programmer, Part 2, 2nd Ed. Curtis Garvin, Anne Prince, Steve Eckols Amazon Price: $40.46
List Price: $45.00
Usually ships in 24 hours
By: Mike Murach & Associates
Amazon Marketplace: 22 new & used starting at $36.49

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> Relational Databases
Subjects -> Computers & Internet -> Databases -> Specific Databases -> IBM DB2
Subjects -> Computers & Internet -> Databases -> Database Management Systems

Customer Reviews:
Total reviews: 5 Average rating: 4.5 of 5

Editorial Review:

This new edition of DB2,Part 2, covers the version 4.1 and 5 enhancements to DB2 so programmers can take advantage of all the new and improved features that help them the most. It presents the advanced skills needed to become a top senior programmer or programmer/analyst.

Specifics covered in the 2nd edition:

How to use stored procedures that move SQL code off of the client and onto the database server to reduce network overhead

How to use dynamic SQL so your programs can generate and execute SQL statements as they run

How data sharing works on the parallel sysplex and other System/390 configurations

How to work with DB2 data, where the data is managed by a DB2 subsystem on a system thats connected over a network

How to process DB2 data in CICS programs

Advanced locking concepts that show how locking and data sharing affect each other and what impact that has on program efficiency

The concepts and practices of DB2 database administration that let the programmer design databases, manage database objectives, and set up a quality assurance environment

Murach's CICS for the COBOL Programmer

Raul Menendez, Doug Lowe

Murach's CICS for the COBOL Programmer Raul Menendez, Doug Lowe Amazon Price: $48.52
List Price: $54.00
Usually ships in 24 hours
By: Mike Murach & Associates
Amazon Marketplace: 30 new & used starting at $34.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Hardware -> Mainframes & Minicomputers
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Cobol
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 6 Average rating: 5.0 of 5

Editorial Review:

Join 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 today—plus, new chapters on creating web or component-based programs—in 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!

MVS Tso: Commands and Procedures (MVS TSO)

Doug Lowe

MVS Tso: Commands and Procedures (MVS TSO) Doug Lowe Amazon Price: $34.00
List Price: $42.50
Usually ships in 24 hours
By: Mike Murach & Associates
Amazon Marketplace: 20 new & used starting at $18.90

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Cobol
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 3 Average rating: 4.0 of 5

A complete picture of the MVS/TSO environment 5 out of 5 stars.
13 of 14 people found this review helpful.

This book presents a complete picture of the MVS environment with chapters on REXX, CLISTs, Dialog Manager, TSO commands among others. While it does not have the complete syntax for any of these components, it is a good starting point for all of them, and one of the few reference books to cover all of them in one book. This allows the author to show the interaction between the components. In all, a very helpful book for the MVS developer.

MVS Tso: Commands and Procedures (MVS TSO) 5 out of 5 stars.
0 of 2 people found this review helpful.

I needed the product for work. The response was timely and the price was fair.

Editorial Review:

Get a better grasp of what's going on when you use ISPF. Find out how to use the underlying TSO commands directly, for more control and more options. Combine those commands into CLIST or REXX procedures to automate the jobs you do most often. Create your own edit macros to invoke from ISPF. Use ISPF dialog manager to create procedures with full-screen, interactive panels. It's all here, loaded with examples to get you going right away. (10 chapters, 450 pages, 240 illustrations)

Cics for the Cobol Programmer: An Introductory Course (CICS for the COBOL Programmer)

Doug Lowe

Cics for the Cobol Programmer: An Introductory Course (CICS for the COBOL Programmer) Doug Lowe List Price: $42.50
By: Mike Murach & Associates
Amazon Marketplace: 22 new & used starting at $1.19

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Cobol
Subjects -> Computers & Internet -> Programming -> General
Subjects -> Computers & Internet -> General

Customer Reviews:
Total reviews: 3 Average rating: 3.5 of 5

Good Info, Poor to Terrible organization of the examples. 3 out of 5 stars.
10 of 10 people found this review helpful.

I found the book informative and simple. Good for a beginner, which is its objective. I have one complaint and I hope the author and/or the publisher will read this. In many instances with few exceptions the references to the charts, illustrations and examples require turning a page instead of being able to stay on the same page while looking at the graphic. At first this was a minor irritation, but it grew to be a MAJOR FAILING. Help, please in the next edition of this book put the explanation on the same page as or the opposite page from the illustration or example that it describes.

Exec CICD Read... 3 out of 5 stars.
8 of 10 people found this review helpful.

I took two years of COBOL, then JCL, and now CICS. Both my JCL and CICS classes used Lowe's books. The layout of these books is bad. The books are just plain ugly. These books are just as text oriented as COBOL itself. The few pictures that are included are hard to understand. In general, almost all of CICS is covered, but it takes time to figure what is being covered. The manufacturing process for these books is bad, too. The books are cut lop-sided, to the point where some of the text is lost. I had no page numbers because they were cut off. A friend of mine had pages where the left side of the page was cut off. BAD QUALITY.

Editorial Review:

Join the more than 100,000 programmers who have learned CICS using this practical book alone. Whether you're developing new programs or maintaining old ones, you'll learn all the basics that apply to any CICS program.(12 chapters, 409 pages, 168 illustrations)

Page 1 of 68 - Go to page: 1 2 3 4 5 6 12

Return to MagicBeanDip.com

This page was created in 1.7841 seconds.