Mainframes & Minicomputers Books - Page 4

MagicBeanDip.com

Page 4 of 53 - Go to page: 1 2 3 4 5 6 7 8 9 15

Microcomputers/Microprocessors: Hardware, Software, and Applications (Prentice-Hall series in automatic computation)

John L. Hilburn

Microcomputers/Microprocessors: Hardware, Software, and Applications (Prentice-Hall series in automatic computation) John L. Hilburn List Price: $48.00
By: Prentice Hall
Amazon Marketplace: 21 new & used starting at $1.34

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Information Systems
Subjects -> Computers & Internet -> Hardware -> Mainframes & Minicomputers
Subjects -> Computers & Internet -> Hardware -> Microprocessors & System Design -> General

Complete CL: The Definitive Control Language Programming Guide

Ernie Malaga

Complete CL:  The Definitive Control Language Programming Guide Ernie Malaga List Price: $79.00
By: Mc Press
Amazon Marketplace: 1 new & used starting at $60.17

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Hardware -> Mainframes & Minicomputers
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS

Customer Reviews:
Total reviews: 3 Average rating: 4.5 of 5

Editorial Review:

Why settle for just enough CL knowledge to get by when you can truly master this important language? All it takes is a little time, a little effort, and Complete CL by Ernie Malaga and Ted Holt. This updated version of the 1992 classic brings the basics of CL together with the latest innovations to this mainstay programming language. Ted Holt has added a new chapter on ILE concepts, revised the chapter on debugging to teach the interactive debugger, and included the new date conversion enhancements. In addition, all chapters now address the change from OPM to ILE orientation. When you have completed this book, you will be able to: write simple and advanced CL programs, understand the strengths and limitations of the CL language,manipulate strings with built-in functions and operators, code looping and decision structures, make CL procedures communicate with one another via messages, make CL procedures communicate with users, use data queues and data areas, underst! and and use overrides effectively, process display and database files, use APIs, use the QTEMP library effectively, understand and avoid the pitfalls of adopted authorities, understand security issues, develop a good CL coding style, convert S/36 OCL and S/38 CL to native CL, understand differences between OPM and ILE, avoid common mistakes when writing CL, use CL in both batch and interactive processing, and compile CL programs and modules and bind modules into programs.

The AS/400 Programmer's Handbook (AS/400 Programmer's Handbooks)

Mark McCall

The AS/400 Programmer's Handbook (AS/400 Programmer's Handbooks) Mark McCall Amazon Price: $59.00
List Price: $59.00
Usually ships in 24 hours
By: Mc Press
Amazon Marketplace: 12 new & used starting at $48.72

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Hardware -> Mainframes & Minicomputers
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS

Customer Reviews:
Total reviews: 1 Average rating: 5.0 of 5

Add this to your bag of great AS/400 tools 5 out of 5 stars.
15 of 15 people found this review helpful.

The Handbook provides working examples of solutions to real situations you will encounter as a programmer in an AS/400 environment. There are useful explanations and examples of CL & OPNQRYF & CMD that will make you more productive. The application development section covers both RPG/400 and RPG/ILE, including all three types of subfiles. Being able to compare source code for the same application in both RPG/400 and RPG/ILE is a major bonus. A definate plus for everyone still converting to ILE or supporting legacy code. The most useful information from quite a few IBM manuals is in here and indexed for quick desk reference. I coded a complex SFLSIZ=SFLPAG program just using this book.

Editorial Review:

This handy, desktop guide provides programming examples for nearly every AS/400 development task you face. No more rummaging around in old code to find and modify a technique you need for a new application. No more writing routines from scratch. This new guide and companion diskette puts dozens of prototypical techniques at your fingertips, ready to key in or insert directly from your development library. The contents include examples using CL, RPGIII, RPG IV, command creation, and UIM panel groups. You get more than 70 examples of essential programming techniques, all included on the companion diskette. Spiral-bound so it lays flat on your desk, The AS/400 Programmer’s Handbook is a complete reference for the AS/400 programmer.

Programming In COBOL / 400

James Cooper, Nancy Stern, Robert A. Stern

Programming In COBOL / 400 James Cooper, Nancy Stern, Robert A. Stern Amazon Price: $107.05
Usually ships in 24 hours
By: Wiley
Amazon Marketplace: 26 new & used starting at $18.49

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Hardware -> Mainframes & Minicomputers
Subjects -> Computers & Internet -> Microsoft -> Spreadsheets
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Cobol

Customer Reviews:
Total reviews: 2 Average rating: 3.5 of 5

Very good basic COBOL book 4 out of 5 stars.
6 of 6 people found this review helpful.

I first learned COBOL on an HP-3000 about 12-13 years ago. Unfortunately, I didn't use COBOL again until a few months ago, so my COBOL skills were rusty indeed when I found the need to create COBOL programs on the AS/400 I use at work. PROGRAMMING IN COBOL/400 was exactly the refresher I needed.

Although the first few chapters were primarily a review of good programming practice (use of flowcharts, pseudocode and printer spacing charts), the remainder of the book provided a good, reasonably comprehensive discussion of COBOL programming concepts.

The book is organized in a fairly straight-forward manner, starting with a look at the different divisions of a COBOL program. While I have yet to encounter a book that describes the four divisions and their sub-sections in a way that makes it easy for me to remember what is required, and in what order to place them (I tend to copy old programs, remove everything that is not used in the new program, and rewrite the Data and Procedure Divisions), this book's discussion of these constructs is as good as any, and better than many. The author introduces new concepts when discussing the Procedure Division in an effective manner, starting with the basics and gradually building towards more advanced concepts. The index is, for the most part, comprehensive and useable. The appendices at the end of the book cover topics that may be useful to some programmers, without cluttering the main text of the book with material that most AS/400 programmers do not need because they are probably already familiar with it (such as the AS/400 environment, PDM, etc.).

My gripes are mostly trivial, and should not discourage a potential buyer from purchasing this book. First, the overview of programming concepts probably would have been better in an appendix. This is very basic material, and not necessary for most AS/400 programmers to review. Second, since input and output specifications are such a large part of COBOL programming, copies of a printer spacing chart in the appendix would have been nice. The author shows the use of these spacing charts in several examples, but all have sample data filled in on them. Finally, some of the discussion appears a little dated. As I understand, this book is basically a rewrite, geared specifically towards the AS/400, of a "classic" COBOL text. Unless I am mistaken, the original source for this text was the book I used in high school to learn COBOL in the first place, and it is apparent to the reader that much of the content has been adapted to the AS/400 environment.

Nevertheless, this is a very readable text on AS/400 COBOL, and I would recommend it to an AS/400 programmer--or any other programmer, for that matter, as COBOL is a very standardized language--without hesitation.

Editorial Review:

Based on the best-selling, COBOL text by Robert and Nancy Stern.
* Increased coverage of ILE COBOL and subfiles.

Designing and Programming CICS Applications

John Horswill, Members of the CICS Development Team at IBM Hursley

Designing and Programming CICS Applications John Horswill, Members of the CICS Development Team at IBM Hursley Amazon Price: $32.81
List Price: $44.95
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 45 new & used starting at $4.16

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Hardware -> Mainframes & Minicomputers
Subjects -> Computers & Internet -> Operating Systems -> General

Customer Reviews:
Total reviews: 2 Average rating: 4.5 of 5

Editorial Review:

CICS is an application server that delivers industrial-strength, online transaction management for critical enterprise applications. Proven in the market for over 30 years with many of the world's leading businesses, CICS enables today's customers to modernize and extend their applications to take advantage of the opportunities provided by e-business while maximizing the benefits of their existing investments. Designing and Programming CICS Applications will benefit a diverse audience. It introduces new users of IBM's mainframe (OS/390) to CICS features. It shows experienced users 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. Each part of Designing and Programming CICS Applications addresses the design requirements for specific components and gives a step-by-step approach to developing a simple application. The book reviews the basic concepts of a business application and the way CICS meets these requirements. It then covers a wide range of application development technologies, including VisualAge for Java, WebSphere Studio, and Visual Basic. Users learn not only how to design and write their programs but also how to deploy their applications. Designing and Programming CICS Applications shows how to:
  • Develop and modify existing COBOL applications
  • Become familiar with the CICS Java environment and write a simple Java wrapper for a COBOL application
  • Develop a web front end using servlets, JSP and JavaBeans.
  • Link the web front end to an existing COBOL application using CORBA
  • Write a Visual Basic application to develop a customer GUI
  • Link an existing COBOL application using a CICS Client ECI call
  • Develop a Java application using Swing as an MQSeries Client
  • Use the MQSeries-CICS bridge to access an existing COBOL application
Whether for working with thousands of terminals or for a client/server environment with workstations and LANs exploiting modern technology such as graphical interfaces or multimedia, Designing and Programming CICS Applications delivers the power to create, modernize and extend CICS applications.

MVS JCL (2nd Edition)

Doug Lowe

MVS JCL (2nd Edition) Doug Lowe List Price: $49.50
By: Mike Murach & Associates Inc
Amazon Marketplace: 33 new & used starting at $0.95

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Information Systems
Subjects -> Computers & Internet -> Hardware -> Mainframes & Minicomputers
Subjects -> Computers & Internet -> Operating Systems -> General

Customer Reviews:
Total reviews: 9 Average rating: 4.5 of 5

An excellent beginning JCL book - current for MVS/ESA 5 out of 5 stars.
6 of 7 people found this review helpful.

An excellent JCL book for beginners and to use as a reference. This is one of the 2 definitive up-to-date JCL books (the other being Gary Deward Browns book). Good explanations of mainframe concepts as well.

A great introductory JCL text. 5 out of 5 stars.
5 of 5 people found this review helpful.

Doug Lowe does it again! This book is perfect for those with little to no JCL experience. Easy to read and full of examples and complete descriptions of what is going on, this book is a true find. It worked for me.

Excellent resource for usage and examples. 5 out of 5 stars.
5 of 5 people found this review helpful.

This is one book that I would not want to have to do without. Worth every cent, an excellent resource for sample code, utility programs, and infromation. Doug Lowe has a very good style that makes it easy to learn. One of my best buys!

Editorial Review:

More than just a JCL book, MVS JCL is a complete guide to your MVS system. Yes, you'll learn how to code JCL for everyday functions like allocating data sets, compiling program, handling tapes, and using procedures. But you'll also learn how MVS works so you'll know why you code the JCL the way you do for any given job. (17 chapters, 496 pages, 227 illustrations)

Essentials of Subfile Programming and Advanced Topics in Rpg IV

Phil Levinson

Essentials of Subfile Programming and Advanced Topics in Rpg IV Phil Levinson List Price: $45.00
By: 29th Street Press
Amazon Marketplace: 5 new & used starting at $24.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Hardware -> Mainframes & Minicomputers
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> RPG
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 1 Average rating: 5.0 of 5

Editorial Review:

Many courses for AS/400 programmers stop short of teaching you subfile programming. Subfiles are the AS/400 tool that supports displaying lists of data on the screen, and in today's increasingly screen-based world, you must understand and be able to use them. In fact, every list that you have seen the AS/400 display has been created using the same programming techniques that you will learn in these chapters. This text introduces you to subfiles and leads you through the process of creating and debugging subfile programs. As new subfile concepts are presented, you will develop and expand the same programs to meet expanded specifications. This approach mirrors the real world in which new specifications continually add to the complexity of interactive programs. You will program interactive displays that help users find the data they need and update records as required. You will learn several techniques for designing screens that help make user displays intuitive and easy to use. In a later chapter, you'll learn to use two tools — journaling and commitment control — that will protect your database's integrity when programs let records be changed. The two ongoing sets of exercises in this text take you through the process of developing an inventory display screen and a purchase order line display screen with data maintenance capabilities. To get the most from this book, work through all segments of the continued exercises, as well as through the additional bookstore order system project that follows Chapters 5 and 7. Chapters 8 and 9 introduce Integrated Language Environment (ILE) tools for RPG. These include bound calls, multiple modules in a program, creating and using service programs, using procedures, and prototyping. Other advanced topics include using such file-oriented elements as record format level identifiers, the OVRDBF (Override with Database File) and OPNQRYF(Open Query File) CL commands, file and record locks, and file security; mining the file-information and program-status data structures for information; handling errors via the *PSSR subroutine, the INFSR keyword, and the Input/Output operation error indicator; and using data queues for program-to-program communication. Don't neglect the appendices! Appendix A explores the programming standards you'll meet in most IS departments and takes you beyond them into issues of programming style. Appendix B introduces debugging tools and techniques to support your programming skills. Finally, Appendix C gives you invaluable training in using Screen Design Aid (SDA). When you interview for a job as an AS/400 programmer, you will be asked about your knowledge of subfiles and other advanced RPG topics. Once you complete this text, its exercises, and the additional bookstore order system project, you'll have a head start on your first programming position or — if you're already a programmer — additional professional development that will count in your department and your company.

DB2 Handbook for Dbas (J Ranade Ibm Series)

Aaron Werman

DB2 Handbook for Dbas (J Ranade Ibm Series) Aaron Werman List Price: $49.50
By: Mcgraw-Hill (Tx)
Amazon Marketplace: 14 new & used starting at $0.94

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> Database Management Systems
Subjects -> Computers & Internet -> Databases -> Specific Databases -> IBM DB2
Subjects -> Computers & Internet -> Databases -> General

Microcomputer Experimentation With the Intel Sdk-85

Lance A. Leventhal

Microcomputer Experimentation With the Intel Sdk-85 Lance A. Leventhal List Price: $44.00
By: Prentice Hall
Amazon Marketplace: 5 new & used starting at $6.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Business & Culture -> History
Subjects -> Computers & Internet -> Hardware -> Mainframes & Minicomputers
Subjects -> Computers & Internet -> Hardware -> Microprocessors & System Design -> General

Exploring IBM eServer pSeries: The Instant Insider's Guide to IBM's Family of UNIX Servers

Jim Hoskins, Robert Bluethman

Exploring IBM eServer pSeries: The Instant Insider's Guide to IBM's Family of UNIX Servers Jim Hoskins, Robert Bluethman List Price: $54.95
By: Maximum Press (FL)
Amazon Marketplace: 11 new & used starting at $11.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Information Systems
Subjects -> Computers & Internet -> Hardware -> Mainframes & Minicomputers
Subjects -> Computers & Internet -> Hardware -> Design & Architecture

Editorial Review:

The eServer pSeries is IBM's strategic family of UNIX computers. This updated edition provides an overview and reference for the latest pSeries models, options, disk storage, printers, tape drives, UNIX operating system enhancements, e-business software, displays, network stations, and much more. Also addressed are business issues including lease versus purchase, maintenance strategies, cost justification, and office ergonomics. Hypothetical case studies of small, medium, and large businesses illustrate how to solve real business problems with pSeries solutions.

Page 4 of 53 - Go to page: 1 2 3 4 5 6 7 8 9 15

Return to MagicBeanDip.com

This page was created in 1.0383 seconds.