IBM's 360 and Early 370 Systems

IBM's 360 and Early 370 Systems
Title IBM's 360 and Early 370 Systems PDF eBook
Author Emerson W. Pugh
Publisher MIT Press
Pages 860
Release 1991
Genre Computers
ISBN 9780262161237

Download IBM's 360 and Early 370 Systems Book in PDF, Epub and Kindle

No product offering has had greater impact on the computer industry than the IBM System/360. This book describes the creation of this remarkable system and the developments it spawned, including its successor, System/370.

Second Generation Mainframes

Second Generation Mainframes
Title Second Generation Mainframes PDF eBook
Author Stephen H. Kaisler
Publisher Cambridge Scholars Publishing
Pages 393
Release 2019-06-04
Genre Computers
ISBN 1527535428

Download Second Generation Mainframes Book in PDF, Epub and Kindle

Second Generation Mainframes: The IBM 7000 Series describes IBM’s second generation of mainframe computers which introduced new technology, new peripherals and advanced software. These systems were continuations of the instruction sets of the IBM 700 series with significant enhancements, but supported upwards compatibility that preserved customers’ investment in the earlier series. The use of magnetic cores, fast magnetic tapes and disks, and transistors yielded computation speeds that opened new domains for computation. Programming languages continued to be developed and enhanced, and new ones were developed for specific domains, such as SNOBOL, COBOL, and Macro Assemblers. Robust subroutine libraries for mathematical applications appeared. New operating systems provided many capabilities to programmers for data management and file systems, limited multiprocessing, timesharing, programming language support, and better error handling and control of peripherals. Early concepts in persistent file systems on magnetic disks were developed that changed the nature of job processing. The IBM 7000 series led the way in many innovative concepts that helped to establish IBM as the foremost manufacturer of computer systems. However, the diversity of the models put significant strain on IBM’s financial resources and development teams, which ultimately led to OBM’s development of the System/360 family of machines.

A Brief History of Computing

A Brief History of Computing
Title A Brief History of Computing PDF eBook
Author Gerard O'Regan
Publisher Springer Science & Business Media
Pages 284
Release 2012-03-05
Genre Computers
ISBN 144712359X

Download A Brief History of Computing Book in PDF, Epub and Kindle

This lively and fascinating text traces the key developments in computation – from 3000 B.C. to the present day – in an easy-to-follow and concise manner. Topics and features: ideal for self-study, offering many pedagogical features such as chapter-opening key topics, chapter introductions and summaries, exercises, and a glossary; presents detailed information on major figures in computing, such as Boole, Babbage, Shannon, Turing, Zuse and Von Neumann; reviews the history of software engineering and of programming languages, including syntax and semantics; discusses the progress of artificial intelligence, with extension to such key disciplines as philosophy, psychology, linguistics, neural networks and cybernetics; examines the impact on society of the introduction of the personal computer, the World Wide Web, and the development of mobile phone technology; follows the evolution of a number of major technology companies, including IBM, Microsoft and Apple.

Introduction to the New Mainframe: z/VM Basics

Introduction to the New Mainframe: z/VM Basics
Title Introduction to the New Mainframe: z/VM Basics PDF eBook
Author Lydia Parziale
Publisher IBM Redbooks
Pages 468
Release 2008-01-10
Genre Computers
ISBN 0738488550

Download Introduction to the New Mainframe: z/VM Basics Book in PDF, Epub and Kindle

This textbook provides students with the background knowledge and skills necessary to begin using the basic functions and features of z/VM Version 5, Release 3. It is part of a series of textbooks designed to introduce students to mainframe concepts and help prepare them for a career in large systems computing. For optimal learning, students are assumed to be literate in personal computing and have some computer science or information systems background. Others who will benefit from this textbook include z/OS professionals who would like to expand their knowledge of other aspects of the mainframe computing environment. This course can be used as a prerequisite to understanding Linux on System z. After reading this textbook and working through the exercises, the student will have received a basic understanding of the following topics: The Series z Hardware concept and the history of the mainframe Virtualization technology in general and how it is exploited by z/VM Operating systems that can run as guest systems under z/VM z/VM components The z/VM control program and commands The interactive environment under z/VM, CMS and its commands z/VM planning and administration Implementing the networking capabilities of z/VM Tools to monitor the performance of z/VM systems and guest operating systems The REXX programming language and CMS pipelines Security issues when running z/VM

The Story of the Computer

The Story of the Computer
Title The Story of the Computer PDF eBook
Author Stephen J Marshall
Publisher
Pages 592
Release 2017-05-26
Genre
ISBN 9781546849070

Download The Story of the Computer Book in PDF, Epub and Kindle

Electronic computers are arguably the greatest invention of the 20th century. They are the enablers for many of the technologies that the developed world now relies upon and their impact on society cannot be overestimated. The story of their creation is a fascinating one which encompasses many of the great advances in engineering, mathematics and the physical sciences that have taken place over the past 400 years.The Story of the Computer is the first comprehensive treatment of the subject written from both a technical and a business perspective. It sets out to chart the complex evolutionary process that has resulted in the creation of today's computers, picking out those innovations and discoveries which contributed most to the pool of knowledge through their influence on later advances and taking into consideration the business drivers as well as the specific technical breakthroughs. To put developments into context and provide a more rounded picture, it also covers the advances in science and technology, or 'building blocks', which have facilitated them.The book is divided into four parts, beginning with humanity's earliest efforts to automate the process of calculation, first through mechanical means, then electromechanical and finally electronic. Part two describes the transformation from sequence-controlled calculators to stored-program computers and the birth of the computer industry. In part three we see the industry maturing and new market segments beginning to emerge for faster or smaller computers, facilitated by the introduction of solid-state components. The final part brings the story up to date with the development of mass-produced personal computers, computer graphics and the World Wide Web.Written in a highly accessible style with illustrations throughout, The Story of the Computer should provide a rewarding read for both the specialist and the general reader.

Application Debugging

Application Debugging
Title Application Debugging PDF eBook
Author Robert Binder
Publisher Prentice Hall
Pages 392
Release 1985
Genre Computers
ISBN

Download Application Debugging Book in PDF, Epub and Kindle

"This book contains information and techniques needed to debug application programs that have abended (abnormally ended) under IBM's MVS operating systems." Preface.

System Programmer's Guide to Z/OS System Logger

System Programmer's Guide to Z/OS System Logger
Title System Programmer's Guide to Z/OS System Logger PDF eBook
Author Frank Kyne
Publisher IBM.Com/Redbooks
Pages 0
Release 2007
Genre Data loggers
ISBN 9780738489438

Download System Programmer's Guide to Z/OS System Logger Book in PDF, Epub and Kindle

The z/OS System Logger is a function provided by the operating system to exploiters running on z/OS. The number of exploiters of this component is increasing, as is its importance in relation to system performance and availability. This IBM Redbooks document provides system programmers with a solid understanding of the System Logger component and guidance about how it should be set up for optimum performance with each of the exploiters. System Logger is an MVS component that provides a logging facility for applications running in a single-system or multi-system sysplex. The advantage of using System Logger is that the responsibility for tasks such as saving the log data (with the requested persistence), retrieving the data (potentially from any system in the sysplex), archiving the data, and expiring the data is removed from the creator of the log records. In addition, Logger provides the ability to have a single, merged, log, containing log data from multiple instances of an application within the sysplex.