- Flash
- Henkes, Kevin
- Sizemore, Susan
- General
- General
- Rodgers, Alan
- Ribera, Jose de
- Yeats, William Butler
- Hockey
- Vegetables
- General
- General
- ( V )
- Lighting
- Daniel, Kate
- Hindi
- Trucks & Vans
- Paperback
- .NET
- Michael, Judith
- Research & Ethics
- Environmental Planning
- Campbell, Joseph
- Carey, Diane
- Mailer, Norman
- American Diabetes Association
- Rabbits
- Hebrew
- Bemmann, Hans
- Calligraphy
- Some of our other sites:
- Books
- Clothing, Shoes and Accessories
- Baby Clothes and Accessories
- Cosmetics, Beauty Products and Fragrances
- Cellphones, Call Plans and Accessories
- Video Games
- DVDs
- Electronics, Gadgets and Computers
- Health and Personal Care
- Home and Garden
- Home DIY
- Jewelry
- Magazines and Newspapers
- Music Downloads
- Musical Instruments
- Office Equipment and Supplies
- Software and Games
- Sporting Goods
- Toys and Games
- Watches
- UK Books
- UK Video Games
- UK Home and Garden
- UK Electronics, Gadgets and Computers
- UK Baby Clothes and Accessories
- UK Software and Games
- UK Sporting Goods
- UK Toys and Games
Books : Computers & Internet : Programming : Languages & Tools : Cobol
-
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)
-
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!
-
An exciting, new approach to Java instruction that includes the latest Java releases (1.3.1 and 1.4). In just 20 chapters, you grow from beginner to entry-level professional. Along the way, you learn how to develop GUIs with Swing components; how to work with files; how to use JDBC to work with databases; how to develop applets that are run from Internet browsers; how to work with threads; and much more. It’s all there in the unique Murach style that has been training professional programmers for more than 25 years.
-
The 4th edition of Systems Analysis and Design continues to offer a hands-on approach to SA&D while focusing on the core set of skills that all analysts must possess.
Building on their experience as professional systems analysts and award-winning teachers, authors Dennis, Wixom, and Roth capture the experience of developing and analyzing systems in a way that students can understand and apply.
With Systems Analysis and Design, 4th edition, students will leave the course with experience that is a rich foundation for further work as a systems analyst.
-
This is the latest edition of our classic COBOL book that has set the standard for structured design and coding since the mid-1970s. So if you want to learn how to write COBOL programs the way they're written in the best enterprise COBOL shops, this is the book for you. And when you're done learning from this book, it becomes the best reference you'll ever find for use on the job. Throughout the book, you will learn how to use COBOL on IBM mainframes because that's where 90 per cent or more of all COBOL is running. But to work on a mainframe, you need to know more than just the COBOL language. That's why this book also shows you: how to use the ISPF editor for entering programs; how to use TSO/E and JCL to compile and test programs; how to use the AMS utility to work with VSAM files; how to use CICS for developing interactive COBOL programs; how to use DB2 for developing COBOL programs that handle database data; how to maintain legacy programs. If you want to learn COBOL for other platforms, this book will get you off to a good start because COBOL is a standard language. In fact, all of the COBOL that's presented in this book will also run on any other platform that has a COBOL compiler. Remember, though, that billions of lines of mainframe COBOL are currently in use, and those programs will keep programmers busy for many years to come.
-
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!
-
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. -
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.
-
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 -
-
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.
-
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.
-
COBOL, one of the oldest programming languages in current use, still provides the framework for many vital business, finance, and administrative programs and systems that companies and governments use in day-to-day activities. Scores of organizations are deciding to replace these legacy systems, including their core business systems, with more modern ones written in Java. The people who support these systems are valuable repositories of business process information, and they know how computer systems are used to meet those business process requirements. But they often don’t know Java. That’s where this book comes in. Java for COBOL Programmers,Third Edition uses COBOL examples to teach object-oriented principles and Java syntax. Instead of describing the Java object concepts and syntax in the abstract, or based on references using C or C++ programming languages, Java for COBOL Programmers, Third Edition presents various object-oriented concepts first in a COBOL context, and then in the Java syntax that supports this concept.Then, after users are familiar with the underlying concepts, additional Java language rules are defined. For programmers trying to use Java in a real-world environment, this third edition has been updated to reflect the latest developments in the Java language and programming standards. Advances in the language, such as the new Generics feature, are covered. New alternatives for stream-based input and output processing methods are introduced, along with the latest XML processing options in Java. Also new in this edition is a chapter on the Eclipse graphical integrated development environment. This product is presented using a guided, step-by-step progression. You can use the chapter exercises to explore helpful Eclipse features, such as smart editing, debugging, and refactoring.
-
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).
-
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)
-
Text covers all basic COBOL elements. Version 4.0 of the Fujitsu compiler, editor, and project manager. New third edition. Softcover. CD-ROM included. DLC: COBOL (Computer program language)
-
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)
-
Working with IMS/DB programming for the first time? This how-to book will have you writing or maintaining batch DL/I programs in a minimum of time. You'll even find out how different types of DL/I data bases are stored and accessed, so you can program more logically and efficiently for the type you're working with.( 16 chapters, 333 pages, 129 illustrations)
-
COBOL and Visual Basic on .NET is a comprehensive guide to help mainframe programmers successfully complete a .NET retraining effort. This book is intended for the COBOL/CICS mainframe community of programmers making the transition from the mainframe to .NET, and also for those who simply wish to broaden their .NET knowledge base.
Starting with a complete set of .NET retraining prerequisites and a full chapter answering the question "What is .NET?" Richardson skillfully takes you through such essential topics as the .NET Framework, database access, Windows, the Web, and web services. Additional topics include printing with Crystal Reports, using XML and HTML, .NET configuration, and security for Web services.
Richardson also includes information to help the mainframe programmer with infrastructure setup issues, often faced when deploying modules using Internet Information Server and COM+. He provides you with the tools to learn both COBOL.NET and Visual Basic .NET, illustrated by extensive code samples in the book.
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 a complete and definitive .NET guide for the mainframe programmer.
Read netCOBOL's review of this book.
-
COBOL Unleashed presents real-world solutions to the key programming problems facing COBOL programmers today. These solutions will be presented in a topic-by-topic method that will allow the reader to skip around the book to find the solutions key to them, without having to read the entire book from start to finish. Key topics include:- Year 2000 Problems and Solutions.- Legacy code migration, maintenance and reengineering.- Interoperability and compatibility of legacy systems.- Client/Server COBOL.- COBOL Database programming.- Transaction Processing.- Dynamic File Allocation.- Object-Oriented COBOL and COBOL 9X.- Tools and Vendors Appendix.- Syntax Reference Appendix.
- 125 billion lines of cable code must be inspected for Year 2000 compliance, increasing the demand for COBOL
- COBOL is a programming language for legacy systems for most large corporations
- Covers the key topics for COBOL programmers today: Year 2000 issues; legacy code migration, maintenance and integration; client/server COBOL; COBOL database programming: and object-oriented COBOL




















