Have one to sell? Sell yours here
Murach's Structured Cobol: Training and Reference (Murach: Training & Reference)
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Murach's Structured Cobol: Training and Reference (Murach: Training & Reference) [Paperback]

Mike Murach , Anne Prince , Raul Menendez


Available from these sellers.


Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.

Product details


More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

This book does something no other COBOL book does -- it teaches how to develop COBOL programs using a PC-based compiler (ideal for individuals) as well as on a mainframe (the environment where 80 per cent of all COBOL programming is done). This realistic slant and the emphasis on the structured programming methods that professionals use, make this book the ideal choice for anyone who wants to learn COBOL.

From the Publisher

If you're new to COBOL, this is the right book for training, either in a classroom or on your own. You'll be writing production programs far more quickly-and with far more confidence-than you can using any other COBOL book or course. I guarantee it! But more than that, this is the best COBOL reference you can find anywhere.

Don't know how to code a streamlined EVALUATE statement instead of a complex nested IF? Turn to page 198. Have to develop a program that edits a file of input transactions, sorts them, and then uses them to update a master file? Look at the program in figure 16-9, then copy the code from the companion CD-ROM to use as a starting point for your own code. Need to maintain a program with a Declaratives section and you're not sure how that works? Go to chapter 21, not just for information on Declaratives, but also for a practical look at the realities of maintenance programming.

In fact, each page is packed with the information COBOL programmers need every day. From COBOL statements to structured programming techniques to IBM mainframe specifics, no other book even comes close to giving you such practical coding examples and real-world advice. Get your copy today!

A quick look at the contents...

Section 1: Get started right with 5 chapters that teach you how to write, compile, test, and debug COBOL programs that prepare multi-level reports using the structured methods the top professionals use.

Section 2: Learn special-purpose features as you need them, intrinsic functions, copy libraries and subprograms, working with dates and characters, dealing with leftover Y2K code, table handling, and more!

Section 3: File handling and everything you need to know to design and code structured programs that handle sequential, indexed, and relative files.

Section 4: COBOL for specific platforms. Round out your knowledge of COBOL in the workplace. Learn how to: develop interactive programs on a PC; compile and test programs on a mainframe; code CICS and DB2 programs on a mainframe; maintain old programs; and use object-oriented COBOL.


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

There are no customer reviews yet on Amazon U.K.
5 star:    (0)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
Share your experience with this product with others
Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.6 out of 5 stars (5 customer reviews)

34 of 35 people found the following review helpful:
5.0 out of 5 stars If you write COBOL programs (or want to), you need this book, 16 Oct 2000
By Jay Moseley - Published on Amazon.com
This review is from: Murach's Structured Cobol: Training and Reference (Murach: Training & Reference) (Paperback)
Structured COBOL is a brand new addition to the excellent catalog of mainframe computer programming books published by Mike Murach and Associates. If you are programming on the IBM mainframe platform, or intend to be, this is a title you should have on your desk. Although beginning programmers are included in the target audience, the real value of this material will be as a reference for on-the-job programmers.

At more than 760 pages, it covers everything you would need to research. Information is presented in an innovative format where each page of narrative is paired with a facing page containing a concise statement of COBOL syntax, suggested guidelines for the use of the COBOL feature, and one or more practical examples of the feature in code.

If you are a beginning programmer, the coverage of structured design, coding, and testing methodology is the best I have ever seen. Used as a text to learn COBOL, the language syntax is designed to be generic enough to work under any COBOL compiler. The chapters of the first section of the book are intended to be read in sequence as the information they provide each builds on the prior chapter. You will be writing COBOL code beginning in chapter 2. The remaining sections cover advanced, special-purpose features and techniques and may be read in the order that best suits the reader.

Although the COBOL coding is generic enough to be useful on any platform and compiler, the ultimate goal of the book is aimed at the IBM mainframe environment. The last section of the text covers such IBM specific topics as using ISPF and SDSF to edit, compile, and debug a COBOL program. It also includes sections on designing COBOL programs to run under CICS and to access DB2 databases.

As with all Murach books, the focus of Structured COBOL is getting real work done in the real world. All of the example code in the book can be applied directly to real world situations: dealing with pre-2000 dates in legacy programs, updating sequential files using matching record techniques, and creating and updating indexed datasets with primary only or primary plus alternate record keys. There is even a section describing how to deal with maintenance on programs written prior to the advent of structured design methods.

If you are looking for a single COBOL book for your library, take a look at Murach's Structured COBOL.


14 of 15 people found the following review helpful:
3.0 out of 5 stars Murach's Structured COBOL, 5 Feb 2004
By Peter Sterwe - Published on Amazon.com
This review is from: Murach's Structured Cobol: Training and Reference (Murach: Training & Reference) (Paperback)
I've just browsed this book, which was delivered just 5 minutes ago, but I was very disapointed. Most examples are still in the old fashion COBOL way from the 70's and are not taking advantage of "Mixed Case", "Scope Terminators"(not even mentioned in the index), which makes a COBOL program structured. Use of the "full stop (.)" should be forbidden, where it's not needed, and that's only at the end of a paragraph. Using "MOVE 'Y' TO EOF_SWITCH" instead of "Set EOF to True" even more disqualifies this book as a "structured programming" book, which should be more up-to-date in thinking of how to use Cobol. The examples on OO-Cobol seem to be ok, maybe written by another author?
This book is of course a good reference for Cobol programmers, but I was expecting a more "modern" aproach to using the Cobol language and have examples "extremly" structured and in every minute take advantage of possibilities available in the language. Younger programmers are used to other structured languages, e.g Visual Basic and Java, and should be informed that the Cobol language is not a "left over from the 60's" but is is real structured programming language. Old programs have to be rewritten or Cobol will not survive. My expectation was that Murach would help us, but this is not really the case!

12 of 15 people found the following review helpful:
5.0 out of 5 stars How to code, compile, test, and debug interactive programs, 15 Feb 2001
By Midwest Book Review - Published on Amazon.com
This review is from: Murach's Structured Cobol: Training and Reference (Murach: Training & Reference) (Paperback)
Murach's Structured COBOL is a complete course in the use of COBOL in a single 780-page volume. Mike Murach, Anne Prince, and Raul Menendez collaborate to cover all aspects from getting started and special-purpose features to file handling and the use of COBOL for specific platforms. Readers will learn how to code, compile, test, and debug interactive programs; the best techniques for designing and coding structured programs; the specifics necessary for developing programs for IBM mainframes; fourteen full programs and dozens of coding examples to enable the coding of the reader's own programs; and exercises at the end of each chapter to provide a maximum amount of applied practice in a minimum of time on your own personal computer. The informative, "user friendly" text is accompanied by a CD-ROM. Murach's Structured COBOL is very highly recommended for the novice approaching COBOL for the first time, and has much of value for even the seasoned, experienced COBOL user.
 Go to Amazon.com to see all 5 reviews  4.6 out of 5 stars 
Were these reviews helpful?   Let us know

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback