Average customer rating: |
COBOL for Dummies
Arthur Griffith Manufacturer: For Dummies ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0764502980 |
Amazon.com
It's a rare Dummies book that manages to appeal to experienced practitioners as well as novices. COBOL for Dummies pulls it off, explaining the intricacies of COBOL to new programmers as engagingly as it provides hints and shortcuts to seasoned COBOL programmers.Griffith opens with exactly what beginners need: an overview of the structure of COBOL programs. This elementary information, which should be familiar to more experienced programmers, serves as the basis for deeper coverage in subsequent chapters. One section of the book explains the DATA DIVISION and all the details of how COBOL represents information in memory. Another portion explores the PROCEDURE DIVISION, telling readers how to make COBOL actually do things with data. All the important verbs--and some arcane but useful ones---are highlighted.
This book really shines in its explanation of input and output--two commonplace routines that aren't easy to do efficiently with COBOL. Griffith, an experienced COBOL contractor, has come up with good input, output, and sorting solutions that you can paste into your own programs.
The CD-ROM accompanying this book contains, among many other things, Fujitsu COBOL development tools, which were selling for $2,500 just a few months ago. Even without the text, this book represents a savings of 98.8 percent on the excellent Fujitsu software--a blue-light special of legendary proportions. If you're doing any work with COBOL, you need this book.
Book Description
COBOL (COmmon Business-Oriented Language) is an old-timer in a world of Java and Visual Basic upstarts. But although newer languages garner all the attention, COBOL continues to be the programming workhorse for major, long-established industries, such as banking, insurance, and utilities. COBOL For Dummies is the indispensable, practical reference for anyone charged with writing, tweaking, updating, or just double-checking COBOL code. Programming expert Arthur Griffith knows COBOL inside and out and shows you, among other things, how to Y2K-proof your mainframe or minicomputer. Plus, the bonus CD-ROM accompanying COBOL For Dummies features plenty of ready-to-use source code and Fujitsu COBOL, complete and fully functional. In addition, the CD-ROM includes Demo versions of Acucobol for Windows 3.1, 95, and NT A set of COBOL interpreters from Deskware for AIX, Linux, SunOS, Solaris, and Windows 95/NT A demo version of the Micro Focus NetExpress development environment A bonus appendix that shows you how to write COBOL programs that generate reports with headers, footers, running totals, and subtotals Another bonus appendix full of diagrams to help you remember the syntax of COBOL's verbs
Average customer rating: |
Murach's Mainframe COBOL
Mike Murach , Anne Prince , and Raul Menendez Manufacturer: Mike Murach & Associates ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1890774243 |
Book Description
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.
Average customer rating: |
DB2 for the COBOL Programmer, Part 1, 2nd Ed.
Curtis Garvin , and Steve Eckols Manufacturer: Mike Murach & Associates ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1890774022 |
Book Description
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 SQLYou'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!
Average customer rating: |
Small Java How to Program and CD Version One Package (6th Edition) (How to Program Series)
Harvey M. Deitel , and Paul J. Deitel Manufacturer: Prentice Hall ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0131541579 |
Average customer rating: |
Better, Faster, Lighter Java
Bruce Tate , and Justin Gehtland Manufacturer: O'Reilly Media, Inc. ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0596006764 |
Book Description
Sometimes the simplest answer is the best. Many Enterprise Java developers, accustomed to dealing with Java's spiraling complexity, have fallen into the habit of choosing overly complicated solutions to problems when simpler options are available. Building server applications with "heavyweight" Java-based architectures, such as WebLogic, JBoss, and WebSphere, can be costly and cumbersome. When you've reached the point where you spend more time writing code to support your chosen framework than to solve your actual problems, it's time to think in terms of simplicity. In Better, Faster, Lighter Java, authors Bruce Tate and Justin Gehtland argue that the old heavyweight architectures are unwieldy, complicated, and contribute to slow and buggy application code. As an alternative means for building better applications, the authors present two "lightweight" open source architectures: Hibernate--a persistence framework that does its job with a minimal API and gets out of the way, and Spring--a container that's not invasive, heavy or complicated. Hibernate and Spring are designed to be fairly simple to learn and use, and place reasonable demands on system resources. Better, Faster, Lighter Java shows you how they can help you create enterprise applications that are easier to maintain, write, and debug, and are ultimately much faster. Written for intermediate to advanced Java developers, Better, Faster, Lighter Java, offers fresh ideas--often unorthodox--to help you rethink the way you work, and techniques and principles you'll use to build simpler applications. You'll learn to spend more time on what's important. When you're finished with this book, you'll find that your Java is better, faster, and lighter than ever before.
Average customer rating: |
Java for COBOL Programmers (2nd Edition) (Programming Series)
John C Byrne , and Jim Cross Manufacturer: Charles River Media ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1584502282 |
Book Description
Completely updated to cover changes in the Java 2 SDK, 1.3.1, Java for COBOL Programmers, 2/E uses COBOL examples to teach object-oriented principles and Java's syntax. Written for COBOL programmers transitioning to Java, the step-by-step examples show users how to convert COBOL's structured programming into object-oriented concepts without assuming knowledge of C or C++. New chapters expand the treatment of Enterprise Java technologies, including Java Database Connectivity (JDBC), Servlets and Java Server Pages (JSP), and Enterprise Java Beans (EJB).
Average customer rating: |
COBOL and Visual Basic on .NET: A Guide for the Reformed Mainframe Programmer
Chris L. Richardson Manufacturer: Apress ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1590590481 |
Book Description
<STRONG>The Mainframe Programmer's Guide to .NET</STRONG> is designed to be a guide covering the entire .NET platform. In order to cover as wide of a scope as this book does, low-level reference type detail is conservatively included. Richardson's book carefully covers every aspect .NET. Starting with a complete list of .NET Retraining Prerequisites and a full chapter answering the question "What is .NET", the author skillfully takes the reader through the .NET Framework, Database Access, Windows, Web, and Web Services topics. Additional topics range from Printing with Crystal Reports, using XML, and HTML to advanced .NET topics like .NET Configuration and Security for Web Services. <STRONG>The Mainframe Programmer's Guide to .NET</STRONG> is certainly a complete guide for the Mainframe programmer. Each chapter provides valuable references for continued learning. Having been given a context, the informed reader is then encouraged to take advantage of the references for continued in-depth training.
Download Description
COBOL and Visual Basic on .NET: A Guide for the Reformed Mainframe Programmer is a comprehensive guide to help mainframe programmers successfully complete a .NET retraining effort. This book targets the COBOL/CICS Mainframe community comprised of programmers seeking a complete transition off of the Mainframe to .NET, or for those who simply wish to broaden their knowledge with .NET. </p>
Starting with a complete list of .NET retraining prerequisites and a full chapter answering the question What is .NET?, Richardson skillfully takes the reader through topics such as the .NET Framework, database access, Windows, Web, and Web services. He touches on additional topics such as printing with Crystal Reports, using XML, HTML, .NET configuration, and security for Web services. </p>
Richardson also includes information to help the Mainframe programmer with infrastructure set-up issues faced when deploying modules using Internet Information Server and COM+. The reader is provided the chance to learn both COBOL.NET and Visual Basic .NET by working with code samples that are provided in the book. </p>
Mainframe programmers reading this book will immediately feel comfortably challenged. While drawing upon many legacy mainframe analogies, Richardson's conversational writing style makes this book both informative and an enjoyable read. COBOL and Visual Basic on .NET: A Guide for the Reformed Mainframe Programmer is certainly a complete .NET guide for the Mainframe programmer.</p>
Average customer rating: |
DB2 for the COBOL Programmer, Part 2, 2nd Ed.
Curtis Garvin , Anne Prince , and Steve Eckols Manufacturer: Mike Murach & Associates ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1890774030 |
Book Description
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
Average customer rating: |
Introduction to COBOL: A Guide to Modular Structured Programming
David M. Collopy Manufacturer: Prentice Hall ProductGroup: Book Binding: Paperback ASIN: 0139090606 |
Book Description
</B></U> Ideal for readers with little programming and/or mathematical background, this practical introduction to Cobol programming uses a simplified, "learn-by-example" approach that stresses top-down design and modular structured programming and emphasizes the planning and development of the program logic throughout - with complete programming examples that walk users through the problem analysis, logic design, program coding, testing, and debugging. </B></U> Introduces two or more realistic sample programs in each chapter which demonstrate application of the program development process to an actual programming situation from start to finish</B></U> - covering everything from problem definition to input/output specifications, processing requirements, hierarchy charts, program flowcharts, pseudocode, and program code. Stresses the importance of using top-down logic design and modular structure programming to construct high-quality, easy-to-read programs. Dissects program code and explains step-by-step</B></U> how the program statements work together to produce the desired output. Examines menu-driven programming, data validation, guidelines for creating efficient and effective menu systems, and sequential, relative and indexed files. Checkpoint exercises, chapter summaries, and programming projects are included. </B></U> For electronic and computer technology professionals. .
Average customer rating: |
Vsam for the Cobol Programmer: Concepts, Cobol, Jcl, Idcams
Doug Lowe Manufacturer: Mike Murach & Associates ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0911625453 |
Book Description
This short book has just one purpose: to teach you everything you need to know to handle VSAM files in your COBOL programs. Concepts and terms, COBOL elements for all types of VSAM data sets, alternate indexing and dynamic access, I/O error handling, the AMS utility, JCL for running programs, VS COBOL II considerations...and nothing more!(6 chapters, 187 pages, 91 illustrations)Programming Book: