Books for/about - cobol


 

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

Publisher: Mike Murach & Associates
Authors: Curtis Garvin Steve Eckols

ISBN: 1890774022
List Price: $45.00
Amazon Price: $45.00
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 5
Reviews:
Summary: If you want to learn DB2/SQL this is a MUST HAVE
Buy this book!!! ... I wanted
to refresh my basic DB2/COBOL skills, so I ordered a copy of this book.
"DB2 for the COBOL Programmer" is written in a clear and concise fashion
which even a novice programmer can start using immediately. SQL theory and
application are presented in a way that can only be described as inspired.
Curtis Garvin and Steve Eckols have done an outstanding job taking the
reader from zero to competent professional in this book. I only wish that
more 'techie' books were written like this one (and it's companion, Part 2).
Summary: All You Need To Learn DB2
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.
Summary:


       search for cobol at amazon.comamazon.co.ukgoogle.com

Murach's Mainframe COBOL

Publisher: Mike Murach & Associates
Authors: Mike Murach Anne Prince Raul Menendez

ISBN: 1890774243
List Price: $59.50
Amazon Price: $59.50
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 5
Reviews:
Summary: Mainframe Programmers Reference
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.

Summary: An easy-to-follow guide for anyone learning the ins and outs
The collaboration of COBOL experts Mike Murach, Anne Prince, and Raul Menendez, Murach's Mainframe COBOL is a tutorial, guide, and reference especially for anyone charged with developing or maintaining COBOL programs. Explicit examples and sample code spell out COBOL syntax in the clearest possible terms, and much of Murach's Mainframe COBOL is divided into individual sections that teach the reader how to complete any given specific task, such as "how to code select statements and FD statements" or "how to join data from two or more tables". An easy-to-follow guide for anyone learning the ins and outs of COBOL.

Summary: Murach's Structured COBOL
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!
Summary:


       search for cobol at amazon.comamazon.co.ukgoogle.com

Better, Faster, Lighter Java

Publisher: O'Reilly Media
Authors: Bruce Tate Justin Gehtland

ISBN: 0596006764
List Price: $34.95
Amazon Price: $23.07
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 5
Reviews:
Summary: keep it simple
This is a great book. It compares different tools, and shows how to keep things simple and maintainable. Whether it's common sense, like other reviewers wrote, depends on your experiences.

It's easy to get overwhelmed by all the different Java tool acronymns- this is a sane response to all the marketing based feature creep.

If you are a beginning/intermediate programmer, I think this is a worthwhile read.
Summary: simple and homely; not a good technical book
They work on five basic principles which, as another reviewer hints, makes it read a little like Covey and that is bad. Covey is a snakeoil salesman who reinvents his time management systems every three years to sell a new book. This book with its daddy Walton house building and kayaking action man morality tales is all quite patronizing.

The home spun tales seem to be Tate's, so I assume Gehtland does the coding. Unfortunately I don't think he read the book since he does not follow the principles that the book espouses: way too much duplication, not very OO (too many if/else; poor exception handling), unthinking dependencies on implementation (e.g Axis, Lucene).

Hibernate and Spring are powerful tools that help in the real world and there are better places to go and find out about them without all the whining.
Summary: Mixed Feelings
I loved the premise of this book, because I, too, believe that Java - and programming in general - is getting out of control. Languages, frameworks, and products are adding so many features that it is now literally impossible to have a handle on the language - or even the subset - that you are using. Gone are the days where you can sit and try to figure something out; now programming seems to have boiled down to finding code you can cut and paste (Can you really figure out how to implement, say, an SSL client on your own?), then wrestling with the overwhelming complexity of the APIs, configuration, deployment, framework(s), your IDE, you-name-it.
Anyway, enough ranting. That's what the book does. And I agree with it. I also agree with all of the good programming principles that the book espouses. The problem I have with it is that it seemed to be a hodgepodge of ideas, practices, and solutions that did not always seem to relate to the title of the book. Don't get me wrong - they're good, but I... well, I guess I was just hoping for more. Like I said at the outset, I think this is a SERIOUS problem that needs to be addressed, and I'm not sure the book did it. ("Not sure" being the operative phrase there. Maybe I just missed the overall picture.)
Then I started thinking, well, how does one address/attack this problem? Truth is, I don't know. Maybe you can't. Can any one of us, or any one organization or any one book, change the direction of Java programming, which is being chartered by a small group of large companines? Heck, look at the Java Lobby (www.javalobby.org) It's a great website that has been around since Java's beginning, but have they really effected any change? They try, but mostly it boils down to the same cast of characters sharing their ideas (and flames) with one another.
Bottom Line: I don't know what one can do to change the state of Java programming. These guys try - they certainly did a lot more than I'll ever do - but I'm not sure if this book will do anything except encourage certain good, common-sense programming habits. And some of its advice - like "Life is too short to be stuck with a bad manager. If you don't like your job, find a new one" makes sense on the surface, but have they looked around the real world lately?
In closing I want to firmly agree with what one reviewer said: The fact that this book has two authors, but is written in a *strong* first person sense, is definitely, definitely weird.
Summary:


       search for cobol at amazon.comamazon.co.ukgoogle.com

Vsam for the Cobol Programmer: Concepts, Cobol, Jcl, Idcams

Publisher: Mike Murach & Associates
Authors: Doug Lowe

ISBN: 0911625453
List Price: $27.50
Amazon Price: $27.50
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 4
Reviews:
Summary: A truly useful primer for the beginning VSAM programmer.
This book has proven its worth many times in a training program administered by my staff. All aspects of VSAM processing have been clearly laid out with excellent examples of each concept being used in a COBOL program. Since COBOL is still the reigning king of business programming, this book still retains a useful place in any mainframe programmer's library and is an excellent primer for the beginning programmer.
Summary:


       search for cobol at amazon.comamazon.co.ukgoogle.com

Microsoft .NET for COBOL Programmers, Second Edition

Publisher: Fujitsu Software Corporation
Authors: Howard E. Hinman

ISBN: 097215731X
List Price: $49.95
Amazon Price: $32.97
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 5
Reviews:
Summary: A Quality Training Tool
I found this book and the accompanying training videos helpful and easy to follow. It is constructed in a way that the user can begin with the introduction and then pick-and-choose the material that is most useful to them. If you are looking at the .NET tools, you need this book in your library.
Summary: Cobol, it's alive and kicking
It is a good book and an educational video. Especially the reassuring words in lesson 1 gives a Cobol-Dinosaur like me, some hope for the future. I have been developing in Cobol for about 25 years. Beside Cobol, I have also developed in Basic and have made several utilities for MultiEdit, which programming language is almost identical to C++. Starting with RM/Cobol, migrating to Microfocus Cobol and I made the last Cobol-manufacturer's (dialect-) move 10 years ago to ACU-Cobol. Halfway the second lesson in the video I was eager to try VisualStudio in combination with Netcobol. So that is a good sign. This book gives a clear picture of the bridge between Fujitsu-Cobol and .NET.
Keep up the good work, Howard!
Summary:


       search for cobol at amazon.comamazon.co.ukgoogle.com

Designing and Programming CICS Applications

Publisher: O'Reilly Media
Authors: John Horswill Members of the CICS Development Team at IBM Hursley

ISBN: 1565926765
List Price: $44.95
Amazon Price: $30.57
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 5
Reviews:
Summary: The power to create, modernize, and extend CICS applications
Together with the COBOL programming language, IBM's CICS (Customer Information Control System) has formed the most common set of tools for building customer transaction applications in the world of large enterprise mainframe computing. CICS is used by 470 of the Fortune 500 companies to process 20 billion transactions a day. Written by John Horswill & Members of the CICS Development Team at IBM Hursley, Designing And Programming CICS Applications introduces new users of IBM's mainframe (OS/390) to CICS features. Experienced users will learn how to integrate existing mainframe systems with newer technologies, including the Web, CORBA, Java, CICS clients, and Visual Basic; as well as how to link MQSeries and CICS. Whether developers have thousands of terminals or a client/server environment with workstations and LANs exploiting modern technology such as graphical interfaces or multimedia, Designing And Programming CICS Applications gives them the power to create, modernize, and extend CICS applications. A CD-ROM is included.
Summary: excellent information resource on integrating CICS and web
For many companies, large or small, the mission-critical applications run in the CICS environment. The difficulty of opening up those business logic and data for access through web interface often comes from the fact that the mainframe programmers don't know much about the web technology while the new web guys usually know little about CICS. This book bridges the gap between the two camps, and provides step-by-step instruction on how to apply and integrate the different technologies including Java, MQSeries, etc. This book is a must-read for anyone responsible integrating CICS and web interface. The only drawback is that this book focuses on OS/390, while there are many CICS applications running in other platforms such as OS/2.
Summary:


       search for cobol at amazon.comamazon.co.ukgoogle.com

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

Publisher: Mike Murach & Associates
Authors: Curtis Garvin Anne Prince Steve Eckols

ISBN: 1890774030
List Price: $45.00
Amazon Price: $45.00
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 5
Reviews:
Summary: Want to advance your DB2/SQL skills? A "MUST HAVE"!
Buy this book!!! Some computer books are written by computer geeks who know
their technical stuff cold. They can't teach worth a darn, but they are
deep technical wizards who are highly versed in techno-babble. The worst
part of it usually is, they aren't even aware when they are babbling their
techno-nonsense!!! The people who wrote the Murach series are NOT (let me
repeat, the Murach folks are NOT) such people. It was the most amazing
experience to have read this book, and to have had the feeling that either
Curtis Garvin or Anne Prince were looking directly over my shoulder
anticipating the various questions that inevitably arose. This book is
incredibly well structured. It is written clearly, concisely, and with
relevant in-depth examples. The authors take pains to ensure that they
present their programming examples without (WITHOUT!!!) falling into the
trap of disjointed techno-babble so common to such books. Again, you get
more than your money's worth with this book. Buy it, and recommend it to
anyone else who wants to learn, refresh, or EXTEND their DB2/COBOL skills.
Summary: An excellent choice. You get MORE than your money's worth!
Buy this book!!! Some computer books are written by computer geeks who know their technical stuff cold. They can't teach worth a darn, but they are deep technical wizards highly versed in techno-babble. The people who wrote the Murach series are NOT (let me repeat, the Murach folks are NOT) such people. It was the most amazing experience to have read this book, and to have the feeling that either Curtis Garvin or Anne Prince were looking directly over one's shoulder anticipating the various questions that inevitably arose. This book is incredibly well structured. It is written clearly, concisely, and with relevant in-depth examples. The authors take pains to ensure that they present their programming examples without (WITHOUT!!!) falling into the trap of disjointed techno-babble so common to such books. Again, you get more than your money's worth with this book. Buy it, and recommend it to anyone else who wants to learn or refresh their DB2/COBOL skills.
Summary: DB2 for the COBOL Programmer
I started a new job and needed to learn DB2 in a hurry. I bought part 1 and part 2. I was coding in no time. But the best part is they make excellent reference books because they are laid out so well. These books are well worth the investment.
Summary:


       search for cobol at amazon.comamazon.co.ukgoogle.com

Systems Analysis Design

Publisher: Wiley
Authors: Alan Dennis Barbara Haley Wixom

ISBN: 0471073229
List Price: $114.95
Amazon Price: $114.95
Usually ships in 24 hours

Buy this book 
from amazon.com

or from
amazon.co.uk

Avg Cusomer Rating: 1
Reviews:
Summary: Not for beginners, unless...
Unless you know you are going to get an awesome instructor, I wouldn't bother with this book. It's definitely not for beginners. There are so many spelling and grammar errors, it makes me sick. What's more, I got stuck with an instructor who doesn't know how to teach and/or doesn't know what s/he's (The instructor will be as anonymous as possible to protect him/her from embarassment. You know who you are.) talking about. The other two reviewers may like the book, but I'm new to this systems analysis and design stuff and I hate it. There are times when I don't know if I have the answer right, the test questions (if your instructor takes them directly from the publisher) are really broad and hard to figure out (also, my instructor doesn't believe in study guides or "reviewing" for exams, for that matter. My instructor just likes to talk all day about the experiences s/he had while working as a systems analyst. Long story short, go to ratemyprofessor.com and make sure you got yourself a good professor before taking a class that requires this book. Unless you already have a background with system analysis and design, in which case you can take whatever professor you want.
Summary: A Great and Concise Introduction to SDLC
I was introducted to this book as a student of DeVry Institute of Technology. I think the book provides the most concise, yet informative theory of the System Development Life Cycle. Those interested in project management, infrastructure management, etc. would find this book extremely concise and "to-the-point". The book also provides an array of examples, including case projects and questions. I think the only thing missing from this book is an interactive CD or software such as Microsoft Project or Visible Analyst. But we know how Microsoft is about licensing and purchase standards. Anyway, the book is an excellent resource for those interested in information systems management.
Summary: Highly Recommended
Price reflects quality. This book is superb for System Analyst and Designers (SAD), both beginner and advanced ones. It is very informative that can be used for both learning and reference purposes. The authors explain everything very clearly using the same case examples (CD Selection case) and exercises for every chapter, so it's very easy to understand and keep track as you move chapter by chapter. I used to screw up in SAD but as I started using this book, I learned much more and much better than before. Thanks to the authors for thier good job and my professor who recommended this book to the class. Highly recommended for anyone interested in SAD.
Summary:


       search for cobol at amazon.comamazon.co.ukgoogle.com


Computers and Electronics Books || Automotive Books || Misc Books






Computers and Electronics Books
| 3d | 3d animation | 3d graphics | 3d studio | 3ds max | Abap | Administrator | Adobe | adobe acrobat | adobe after effects | adobe audition | adobe bridge | adobe golive | adobe illustrator | adobe image ready | adobe indesign | adobe pagemaker | adobe photoshop | adobe premier | ADSL | amazon com books | apache | aplication server | Apple | asp | asp.net | autocad | avid | avid media composer | avid symphony | avid xpress | bind | BlueRay | C sharp | c++ | C++ Builder | Cambridge ICT Starters | certification | certification books | Cisco | Cisco BCMSN | Cisco BCRAN | Cisco BGP | Cisco BSCI | Cisco BSSC | Cisco CCDA | Cisco CCDP | Cisco CCIP | Cisco CCNA | Cisco CCNP | Cisco CCSP | Cisco CIT | Cisco CSIDS | Cisco CSPFA | Cisco CVOICE | Cisco DESGN | cisco firewall | Cisco INTRO | Cisco MPLS | Cisco QoS | Cisco SECUR | civilization | cobol | ColdFusion | combustion | Computer Associates | Computer Science | CORBA | css | db2 | deko | delphi | design patterns | dhtml | digital production | DirectX | DirectX9 | dll | dns | dns server | DVD | eBay | ECDL | ECDL Advanced | Final Cut | Final Cut Pro | flash 8 | Flash Studio 8 | fortran | game cube | Google | Graphic Design | graphics | graphics development | hacking | haking | Hardware | hardware hacking | html | Intel | internet | irix | isdn | J2EE | Jakob Nielsen | java | javascript | LDAP | linux | Linux Administrator | LSAT | mac | mac os | macintosh | Macromedia | macromedia actionscript | macromedia dreamweaver | macromedia flash | Macromedia Studio 8 | mail server | mail servers | max 3d | maya | Microsoft Application Developer | microsoft c# | Microsoft Certified | Microsoft Database Administrator | Microsoft Desktop Support Technician | microsoft exams | microsoft excell | microsoft frontpage | microsoft office | microsoft powerpoint | microsoft reader | Microsoft Solution Developer | microsoft sql server | Microsoft Systems Administrators | Microsoft Systems Engineer | microsoft visual basic | microsoft visual studio | microsoft windows 2000 | microsoft windows 2003 | microsoft windows server | microsoft windows xp | microsoft word | microsoft works | Mini DV | mysql | networking | ocx | Open Source | opengl | oracle | oracle 10g | oracle 9i | Oracle administration | oracle application server | Oracle programming | palm os | palm reader | pascal | pda | pdf | Photoshop CS2 | php | php5 | Pinnacle | Pinnacle Liquid | Pinnacle Studio | playstation | plc | pocket pc | PocketPC | postscript | powerbuilder | programming | samba | sap | SAP ABAP | SAS | sco | sco unix | search engines | smartphone | SOA | soap | solaris | sql | svg | sybase | tcp/ip | Telecommunications | telecoms | Unisys | User Interface Design | vb script | vbx | Video Games | Virus | Visual Studio 2005 | Visual Studio.NET | VoIP | web | Web Usability | webdesign | website development | websites | WebSphere | WiFi | Windows 2003 Server | Windows Administrator | Windows XP Pro | Windows XP Profesional | Windows XP Professional | wireless networking | x-box | xhtml | xml | xslt | Yahoo



| home |