Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Teach Yourself Cobol in 21 Days (Sams Teach Yourself)

Teach Yourself Cobol in 21 Days (Sams Teach Yourself)

List Price: $39.99
Your Price:
Product Info Reviews

<< 1 >>

Rating: 3 stars
Summary: good beginner level cobol introduction
Review: I majored in C.S. in the 80's but never took COBOL. While the book doesn't cover any advanced topics, it provides a solid foundation of COBOL knowledge. An experienced programmer with no knowledge of COBOL should be able to make it through this book in about two weeks (there are actually 7 bonus days on top of the 21 primary lessons). If you know who Bjarn Stroustrup is, this book is probably not for you. If you want an introduction to programming, or know some programming and want to learn COBOL fundamentals, this is a pretty good buy. I bought this book last spring ('98) and now work in a COBOL shop.

Rating: 3 stars
Summary: good beginner level cobol introduction
Review: I majored in C.S. in the 80's but never took COBOL. While the book doesn't cover any advanced topics, it provides a solid foundation of COBOL knowledge. An experienced programmer with no knowledge of COBOL should be able to make it through this book in about two weeks (there are actually 7 bonus days on top of the 21 primary lessons). If you know who Bjarn Stroustrup is, this book is probably not for you. If you want an introduction to programming, or know some programming and want to learn COBOL fundamentals, this is a pretty good buy. I bought this book last spring ('98) and now work in a COBOL shop.

Rating: 5 stars
Summary: Excellent "launch point" for those entering a COBOL environ.
Review: I've been recommending this book to my clients for over a year now. "COBOL in 21 days" Has provided a solid foundation for both new programmers and those that are transitioning from current languages to legacy systems.

The authors approach is to lay down the fundamental structure of the language, then give you a series of "hands on" excercises that perform most of the functions that you find in a business environment. You become "COBOL competent" very quickly.

One of the great things about the code that you learn is that it adheres to excellent programming standards. The examples are structured and tend to be much better quality then the code that I usually run into at my client sites.

There is a Year 2000 specific section that provides some great "real world" help. I was able to use some of these tips in a Y2K course that I wrote for Learning Tree International.

Not only do I recommend this book for beginner programmers, but it is also a great resource for COBOL pros who can some of the many "canned" routines that are detailed in the book.

Rating: 5 stars
Summary: Excellent "launch point" for those entering a COBOL environ.
Review: I've been recommending this book to my clients for over a year now. "COBOL in 21 days" Has provided a solid foundation for both new programmers and those that are transitioning from current languages to legacy systems.

The authors approach is to lay down the fundamental structure of the language, then give you a series of "hands on" excercises that perform most of the functions that you find in a business environment. You become "COBOL competent" very quickly.

One of the great things about the code that you learn is that it adheres to excellent programming standards. The examples are structured and tend to be much better quality then the code that I usually run into at my client sites.

There is a Year 2000 specific section that provides some great "real world" help. I was able to use some of these tips in a Y2K course that I wrote for Learning Tree International.

Not only do I recommend this book for beginner programmers, but it is also a great resource for COBOL pros who can some of the many "canned" routines that are detailed in the book.

Rating: 2 stars
Summary: Not quite STRUCTURED
Review: This programming book is not quite Structured that is confusing the readers, even to experienced COBOL programmers.

For example, in the first chapter page 19, in the PROCEDURE DIVISION, there should have been only one command statement 'STOP RUN.' in a single line. The author gave 2 extra lines as 'PROGRAM-BEGIN.' and 'PROGRAM-DONE.' as 2 extra modules or Subs (VB) or Functions(C) in other programming languages. Throughout the book, the unstructured programming style carried on since the first program, the 'Hello program' page 15.

Anyhow, the writer says that 'the GO TO approach should be avoided completely' is very good comment for structured programming style. On the contrary the writer uses the EXIT command which usually goes with the GO TO command. In general EXIT style is not structured at all. The same comment should have been applied to the PERFROM THROUGH approach, that is missing in the book.

There is EVALUATE method missing in the book, that is useful to structured programming that is used as 'CASE' in C and VB programming. Without EVALUATE, programmer should use nested IF instead that treats all the cases un-equally and confusingly.

If you want to learn from this book, please, remember to delete the 2 lines 'PROGRAM-BEGIN.' and 'PROGRAM-DONE.' and make sure that the 'STOP RUN' command should be at the end of the first block underneath the line PROCEDURE DIVISION.


<< 1 >>

© 2004, ReviewFocus or its affiliates