home *** CD-ROM | disk | FTP | other *** search
- NUMBER 287-098
- TITLE IBM DISK OPERATING SYSTEM (DOS) VERSION 3.30
- ABSTRACT Today, IBM announces three licensed programs:
- o Disk Operating System (DOS) Version 3.30
- o Disk Operating System Version 3.30 Technical Reference
- o TopView (TM) Version 1.12
- IBM Disk Operating System (DOS) Version 3.30 is the latest
- single-tasking DOS for IBM Personal Computers and supports the new
- IBM Personal System/2 (TM) Model 30, IBM Personal System/2 Model 50,
- IBM Personal System/2 Model 60, and IBM Personal System/2 Model 80
- processors. National language support has been extended to 11
- languages. An upgrade from any previous version of DOS to DOS
- Version 3.30 is available.
- (TM) Trademarks of International Business Machines Corporation.
- A new DOS Version 3.30 Technical Reference Manual is available
- separately to support the new DOS 3.30. The Update Information
- Service (UIS) for DOS Technical References is being cancelled. All
- UIS registered users of DOS Technical Reference (6024213) will
- receive the DOS Version 3.30 Technical Reference, which will be the
- last automatic update, at no additional cost.
- A maintenance update of TopView Version 1.12 provides the
- necessary support for the new IBM Personal System/2 Models 30, 50,
- 60, and 80.
- In addition, IBM announces revised Quantity Discount Agreement
- (QDA) IBM Personal Computer Licensed Programs Exhibits with new terms
- and conditions for Additional Licenses (AL) for these programs.
- Refer to Programming Announcement 287-137, dated April 2, 1987, for
- additional details.
- Effective July 10, 1987, IBM is withdrawing from marketing the
- following programs licensed under the IBM Program License Agreement:
- o DOS Version 3.10 (6024211)
- o DOS Version 3.20 (5.25-inch) (6280057)
- o DOS Version 3.20 (3.5-inch) (6280058)
- o DOS Technical Reference (6024213)
- Charges:
- Program One-Time
- Number Charge
- 6280060 $120
- 6280059 85
- 6024475 175
- Planned Availability Date: April 2, 1987
- PROGNO 6280060 Disk Operating System
- Version 3.30
- 6280059 Disk Operating System
- Version 3.30 Technical Reference
- 6024475 TopView Version 1.12
- OVERVIEW HIGHLIGHTS
- o DOS 3.30 supports IBM Personal Computers, including the new IBM
- Personal System/2 Model 30, IBM Personal System/2 Model 50, IBM
- Personal System/2 Model 60, and IBM Personal System/2 Model 80
- processors.
- o DOS 3.30 is compatible with DOS 3.20
- o Three new commands (FASTOPEN, CALL, APPEND) have been added.
- o BACKUP/RESTORE, DATE/TIME, ATTRIB, and SYS commands are enhanced
- to provide improvements in performance and usability
- o Other enhancements have been made to increase the number of open
- files, to speed up disk drive I/O, and to provide a faster and
- more secure method of writing to a disk file in multi-user
- environments such as networks.
- o The number of asynchronous ports supported is increased to four,
- 1.44MB diskettes are supported, and fixed disks greater than 32MB
- are supported in partitioned mode.
- o DOS 3.30 supports 11 national languages.
- o The new DOS 3.30 Technical Reference supports the DOS 3.30
- product.
- o TopView 1.12 provides necessary support for IBM Personal System/2
- Models 30, 50, 60, and 80 hardware.
- DESCRIPTION
- DOS Version 3.30 is compatible with DOS 3.20 and supports IBM
- Personal Computers. Effective July 10, 1987, DOS 3.10 and 3.20 will
- be withdrawn. An upgrade to DOS 3.30 from all prior levels of DOS is
- being offered at a reduced cost.
- DOS 3.30 provides required support for an application program
- to interface with the IBM Personal Computer hardware. It allows a
- user to manage files on a disk or diskette and to start an
- application consisting of one or more programs linked together into a
- single load module.
- The DOS 3.30 product includes the BASIC Interpreter Program
- Version 3.30. The existing BASIC Reference Manual Version 3.20
- (6280075) describes BASIC 3.30 and is available separately.
- A new DOS Version 3.30 Technical Reference contains the
- LINKER, EXE2BIN, and VDISK.ASM, which were previously shipped with
- DOS. DEBUG is now shipped with both DOS and the Technical Reference.
- A new program, LIB, has been added to allow programmers to maintain a
- library of assembled routines. The current DOS Technical Reference
- (6024213) is being withdrawn effective July 10, 1987.
- Details of the new DOS 3.30 function are as follows:
- o FASTOPEN is a new Terminate and Stay Resident Command used to
- install file name cache support. This command allows files that
- have been accessed recently to be reopened rapidly and provides
- fast access to nested files that are opened and closed
- frequently, such as files shared by multiple users on a PC
- network.
- o CALL is a new command that allows for nested batch files. A
- batch file can call another batch file which can return control
- to the calling batch file. This enhances support for
- applications such as automated test programs.
- o Batch File is a facility that has been enhanced to allow access
- to environmental values. This enhancement results in increased
- flexibility of batch files by allowing appropriate actions to
- occur based on the content of the environmental area.
- o APPEND is a new command that allows the use of application and
- data files not contained in the currently active directory. It
- allows the user to be in one subdirectory and find files in
- another subdirectory to eliminate duplication of files or file
- profiles in each directory.
- o BACKUP and RESTORE are commands that have been enhanced to
- provide greater performance and usability. A diskette not
- previously formatted will be formatted using a new /F parameter.
- The backup mode more efficiently uses the backup media capacity
- and correctly handles file sharing and record locking. The
- BACKUP command produces a log file that records each file
- processed and identifies the diskette on which the file resides.
- The RESTORE command has been enhanced to prevent the creation of
- an unbootable system due to inadvertent restoration of system
- files.
- o DATE and TIME, for those systems with a CMOS clock, are enhanced
- commands to provide the ability to set and update the system date
- and time. Previously, the CMOS clock date and time could only be
- changed through the SETUP routine on the system diagnostic
- diskette.
- o ATTRIB is a command that has been enhanced to provide the ability
- to modify most file attributes for a single file, for selected
- files in a directory, or for all files at or below a directory
- level. This command allows the user greater control over file
- access and usage.
- o SYS is a command that is enhanced to allow previous system
- release diskettes to be upgraded with checking to prevent the
- creation of an unbootable diskette.
- o SET HANDLE COUNT feature is a new interrupt 21H function that
- supports more than 20 open files per process. This support can
- be used especially by data base applications to reduce the need
- to "swap" handles (i.e., opens and closes) to access the large
- number of files such applications need.
- o Hardfile disk operation utilizes the enhanced BIOS support for
- hardfile drives by allowing data to be accessed by a single
- operation independent of the number of tracks the data spans.
- When data, such as clusters, spans tracks on a hardfile, DOS 3.30
- issues a single operation for all tracks. This speeds up I/O for
- large data file processing on hardfiles.
- o COMMIT FILE feature is a new interrupt 21H function which causes
- all buffered data for a file to be written to the device. This
- allows a faster and more secure method of writing to a disk file
- and committing data in multi-user environments (for example, PC
- Network). COMMIT FILE can be used instead of the close-open
- sequence.
- o MODE is a command that is enhanced to provide support for up to
- four asynchronous communications ports to exploit new hardware
- capability. This also allows the user to set the asynchronous
- adapter to 19.2KB transmission rates.
- o Logical partitioning of fixed disks allows access of media
- greater than 32MB by allowing the user to divide large hardfiles
- into logical drives up to 32MB, depending upon physical space
- available. This provides support for large hardfiles. Each disk
- volume created within the extended DOS partition can be any size
- from one cylinder up through 32MB.
- o Enhanced handling of error messages: The prompt Abort, Retry, or
- Ignore is enhanced to display only the appropriate action subset
- of a new prompt, Abort, Retry, Ignore, or Fail. A Fail return
- code has been added to aid applications in handling of critical
- errors.
- DOS 3.30 SUPPORTS 11 NATIONAL LANGUAGES
- Support is provided for US English, UK English, German, French,
- Italian, Spanish, Danish, Dutch, Norwegian, Portuguese, and Swedish.
- Support for National Code Pages 437, 860, 863, 865, multilingual code
- page 850, and support for national language keyboards has been
- provided.
- o The COUNTRY command is enhanced to provide more extensive country
- information to extend national language support. All extended
- country information will be supplied by an external data file
- (COUNTRY.SYS). The COUNTRY command will indicate the location of
- this file.
- o The new KEYB command provides a single keyboard driver routine
- for all keyboards supported in DOS (17) instead of individual
- drivers (KEYBXX) for each keyboard supported.
- o The new external Terminate and Stay Resident command (NLSFUNC)
- expands DOS 3.30 interrupt function capability to allow for
- extended country information and code page support.
- o CHCP is a new command that can initiate code page switching if
- hardware support is available for this feature. A code page is a
- set of characters and symbols appropriate to a given country. In
- addition, the MODE command is enhanced to support code pages.
- DOS 3.30 TECHNICAL REFERENCE
- This program is packaged and sold separately and covers topics for
- the experienced DOS user, system programmer, and application
- developer. For DOS Version 3.30 the following programs and
- associated documentation have been transferred from DOS to the DOS
- 3.30 Technical Reference:
- o LINKER
- o EXE2BIN
- o VDISK.ASM
- o DEBUG.
- The DEBUG utility is shipped with DOS 3.30 and with the
- Technical Reference. Its detailed command description is included in
- the Technical Reference. Debug can be used to display, change, or
- trace a program in memory.
- The Linker Program (LINKER) can be used to combine separately
- produced object modules into a relocatable load module.
- The EXE2BIN program is used to convert the output of files
- created by the Linker (.EXE files) to command files (.COM).
- VDISK.ASM is a file containing the Assembler Language source
- code for Virtual Disk (RAM memory disk) device driver (VDISK.SYS).
- The assembled object code for VDISK.SYS and instructions for its use
- are included in the DOS 3.30 package. The VDISK.ASM file is provided
- on the DOS 3.30 Technical Reference utilities diskette for
- programmers who want to use it as a model for creating device
- drivers.
- An additional program, LIB, has been added to the DOS 3.30
- Technical Reference utilities diskette. This program provides the
- Library Manager function which allows a programmer to maintain a
- library of assembled subroutines. Subroutines from this library can
- then be linked into a program.
- TopView 1.12
- A maintenance update of TopView Version 1.12 provides the
- necessary support for the new IBM Personal System/2 Model 30, IBM
- Personal System/2 Model 50, IBM Personal System/2 Model 60, and IBM
- Personal System/2 Model 80. This update includes support for
- 3.5-inch diskette media, the IBM mouse driver, and new functions in
- DOS 3.30 (i.e., keyboard support, extended COM ports, new INT 21
- functions, and the APPEND command).
- A replacement product is available to all registered users of
- TopView Version 1.1 at no charge from IBM. The replacement product
- contains 5.25-inch and 3.5-inch diskettes.
- BASIC 3.30
- BASIC Interpreter Program Version 3.3 is shipped with DOS
- 3.30. The existing BASIC Reference Manual Version 3.20 describes
- BASIC 3.30 and is separately available.
- CUSTINFO PUBLICATIONS
- The BASIC Reference Manual Version 3.20 (6280075) is
- available.
- EDUCATION SUPPORT
- There is no customer education planned for this product.
- SCHEDULE
- Planned availability is April 2, 1987.
- TECHINFO TECHNICAL INFORMATION
- SPECIFIED OPERATING ENVIRONMENT
- MACHINE REQUIREMENTS
- o An IBM PCjr (TM), IBM PC Convertible, IBM Personal Computer, IBM
- Personal Computer XT (TM), IBM Personal Computer AT (R), IBM
- Personal System/2 Model 30, IBM Personal System/2 Model 50, IBM
- Personal System/2 Model 60, or IBM Personal System/2 Model 80.
- (TM) Trademarks of International Business Machines Corporation.
- (R) Registered trademark of International Business Machines
- Corporation.
- MEMORY REQUIREMENTS
- o 128KB is the minimum memory requirement for DOS 3.30 systems.
- DISKETTE DRIVE REQUIREMENTS:
- o 360KB (5.25-inch) diskette drive
- o 720KB (3.5-inch) diskette drive
- o 1.44MB (3.5-inch) diskette drive
- o 1.2MB (5.25-inch) diskette drive
- ADAPTER AND DISPLAY COMBINATIONS
- o IBM 4900 Monochrome Display and Printer Adapter with IBM
- Monochrome Display (5151)
- o IBM 4910 Color/Graphics Monitor Adapter with IBM Color Display
- (5153)
- o IBM 1200 Enhanced Graphics Adapter with an IBM 5154 Enhanced
- Color Display, an IBM 5153 Color Display, or an IBM 5151
- Monochrome Display
- o IBM Personal System/2 Model 30, IBM Personal System/2 Model 50,
- IBM Personal System/2 Model 60, or IBM Personal System/2 Model 80
- (all with integrated display support) with IBM Personal System/2
- Color Display 8512, IBM Personal System/2 Monochrome Display
- 8503, or IBM Personal System/2 Color Display 8513 displays
- o IBM Personal System/2 Display Adapter 8514/A with IBM Personal
- System/2 Color Display 8512, IBM Personal System/2 Monochrome
- Display 8503, IBM Personal System/2 Color Display 8513, or IBM
- Personal System/2 Color Display 8514
- o IBM Personal System/2 Display Adapter with IBM Personal System/2
- Color Display 8512, IBM Personal System/2 Monochrome Display
- 8503, IBM Personal System/2 Color Display 8513 or or IBM Personal
- System/2 Color Display 8514
- COMPATIBILITY: IBM Disk Operating System (DOS) Version 3.30 is an
- enhancement to DOS 3.20 and contains maintenance updates. DOS 3.30
- supports the IBM Personal Computer family. Other hardware systems
- and options compatible and supported in the DOS 3.30 environment are
- listed in the attachment.
- In addition, the Software Compatibility Programming
- Announcement 287-096, dated April 2, 1987, should be referenced for
- DOS 3.30 compatibility statements regarding IBM Software and
- Independent Software Vendor (ISV) applications.
- PREREQUISITES
- o On IBM PCjr: 128KB of memory; one dual-sided diskette drive; IBM
- PCjr Color Display, with IBM PCjr adapter cable for IBM Color
- Display, or equivalent
- o On IBM PC Convertible: 256KB of memory; one 720KB (3.5-inch)
- diskette drive; standard IBM PC Convertible LCD Display or
- enhanced LCD Display with PC Convertible LCD Convertible
- Controller, or PC Convertible Monochrome Display or PC
- Convertible Color Display with 4020 CRT Display Adapter
- o On IBM Personal Computer: 128KB of memory; one dual-sided
- diskette drive; IBM Color Display or equivalent with the IBM
- Color/Graphics Monitor Adapter, or IBM Monochrome Display with
- the IBM Monochrome Display and Printer Adapter, or IBM Enhanced
- Graphics Adapter with IBM Color Display or IBM Enhanced Graphics
- Display or IBM Monochrome Display, or Professional Graphics
- Adapter with Professional Graphics Display or IBM Personal
- System/2 Display Adapter with IBM Personal System/2 Color Display
- 8512, IBM Personal System/2 Monochrome Display 8503, IBM Personal
- System/2 Color Display 8513, or IBM Personal System/2 Color
- Display 8514 or equivalent
- o On IBM Personal Computer XT: 128KB of memory; one dual-sided
- diskette drive; IBM Color Display or equivalent with the IBM
- Color/Graphics Monitor Adapter or IBM Monochrome Display with the
- IBM Monochrome Display and Printer Adapter, or IBM Enhanced
- Graphics Adapter with IBM Color Display or IBM Enhanced Graphics
- Display or IBM Monochrome Display, or Professional Graphics
- Adapter with Professional Graphics Display or IBM Personal
- System/2 Display Adapter with IBM Personal System/2 Color Display
- 8512, IBM Personal System/2 Monochrome Display 8503, IBM Personal
- System/2 Color Display 8513, or IBM Personal System/2 Color
- Display 8514 or equivalent
- o On IBM Personal Computer AT: 256KB of memory; one 1.2MB diskette
- drive; IBM Color Display or equivalent with the IBM
- Color/Graphics Monitor Adapter or IBM Monochrome Display with the
- IBM Monochrome Display and Printer Adapter, or IBM Enhanced
- Graphics Adapter with IBM Color Display or IBM Enhanced Graphics
- Display or IBM Monochrome Display, or Professional Graphics
- Adapter with Professional Graphics Display or IBM Personal
- System/2 Display Adapter with IBM Personal System/2 Color Display
- 8512, IBM Personal System/2 Monochrome Display 8503, IBM Personal
- System/2 Color Display 8513, or IBM Personal System/2 Color
- Display 8514 or equivalent
- o On IBM Personal System/2 Model 30 (Integrated Display Adapter):
- 640KB of memory; one 720KB diskette drive; an IBM Personal
- System/2 Monochrome Display 8503, IBM Personal System/2 Color
- Display 8512, or IBM Personal System/2 Color Display 8513 or
- equivalent, or IBM Personal System/2 Display Adapter with IBM
- Personal System/2 Monochrome Display 8503, IBM Personal System/2
- Color Display 8512, IBM Personal System/2 Color Display 8513, or
- IBM Personal System/2 Color Display 8514 or equivalent
- o On IBM Personal System/2 Model 50 (Integrated Display Adapter):
- 1MB of memory; one 1.44MB diskette drive; an IBM Personal
- System/2 Monochrome Display 8503, IBM Personal System/2 Color
- Display 8512, or IBM Personal System/2 Color Display 8513 or
- equivalent, or the IBM Personal System/2 Color Display 8514 or
- equivalent with an IBM Personal System/2 Display Adapter 8514/A
- o On IBM Personal System/2 Model 60 (Integrated Display Adapter):
- 1MB of memory; one 1.44MB diskette drive; an IBM Personal
- System/2 Monochrome Display 8503, IBM Personal System/2 Color
- Display 8512, or IBM Personal System/2 Color Display 8513 or
- equivalent or the IBM Personal System/2 Color Display 8514 or
- equivalent with an IBM Personal System/2 Display Adapter 8514/A
- o On IBM Personal System/2 Model 80 (Integrated Display Adapter):
- 1MB or 2MB of memory; one 1.44MB diskette drive; an IBM Personal
- System/2 Monochrome Display 8503, IBM Personal System/2 Color
- Display 8512, or IBM Personal System/2 Color Display 8513 or
- equivalent, or the IBM Personal System/2 Color Display 8514 or
- equivalent with an IBM Personal System/2 Display Adapter 8514/A
- PLANNING INFORMATION
- CUSTOMER RESPONSIBILITIES: The customer is responsible for producing
- a backup copy of the original DOS diskettes and creating a copy of
- DOS on diskettes or fixed disks as described in the DOS publications.
- INSTALLABILITY: Instructions for installing IBM Personal Computer
- DOS Version 3.30 are in the IBM Disk Operating System (DOS) Version
- 3.30 User's Guide and Reference. If the DOS start-up diskette is
- present in diskette drive A or if DOS is properly configured on the
- appropriate fixed disk, DOS is automatically loaded in memory when
- the system is started or restarted. If automatic program execution
- is not used each time DOS is initialized, the user is asked for the
- current date and time (on systems with a CMOS clock, the current date
- and time is displayed). This information is used to identify the
- most recent update to a file. If the AUTOEXEC option is used and
- unattended operation is desired, date and time prompting can be
- bypassed.
- PACKAGING: IBM Disk Operating System (DOS) Version 3.30 Program
- Package (6280060) is distributed in one package with the following
- materials:
- o IBM Program License Agreement
- o One 3.5-inch double-sided (720KB) diskette
- o Two 5.25-inch double-sided (360KB) diskettes
- o IBM Disk Operating System Users Guide
- o IBM Disk Operating System Reference
- o IBM Disk Operating System Quick Reference Card
- o Proof of License
- IBM Disk Operating System (DOS) Version 3.30 Documentation
- (6280224) is distributed in one package with the following materials:
- o IBM Disk Operating System User's Guide
- o IBM Disk Operating System Reference
- o IBM Disk Operating System Quick Reference Card
- Disk Operating System Version 3.30 Technical Reference
- (6280059) is distributed in one package with the following materials:
- o IBM Program License Agreement
- o One 3.5-inch double-sided (720KB) diskette
- o One 5.25-inch double-sided (360KB) diskette
- o Disk Operating System Version 3.30 Technical Reference
- o Technical Quick Reference
- o Proof of License
- TopView Version 1.12 (6024475) is distributed in one package
- with the following materials:
- o IBM Program License Agreement
- o One 3.5-inch double-sided (720KB) diskette
- o Two 5.25-inch double-sided (360KB) diskettes
- o Quick Reference Card
- o Application Guide
- o User's Guide
- o TopView Registration Card
- IBM Disk Operating System (DOS) Version 3.30 Program Package
- Upgrade (6280125) is distributed in one package with the following
- materials:
- o IBM Program License Agreement
- o One 3.5-inch double-sided (720KB) diskette
- o Two 5.25-inch double-sided (360KB) diskettes
- o IBM Disk Operating System User's Guide
- o IBM Disk Operating System Reference
- o IBM Disk Operating System Quick Reference Card
- o Proof of License
- SECURITY, AUDITABILITY, AND CONTROL
- The security functions of IBM Disk Operating System (DOS)
- depend on the features of the system unit on which it is installed.
- User management is responsible for evaluation, selection and
- implementation of security features, administrative procedures, and
- appropriate controls in application systems and communication
- facilities.
- ORDERING ORDERING INFORMATION
- Orders for new licenses will be accepted immediately. Unless
- a later date is specified, orders entered prior to the planned
- availability date will be scheduled for shipment April 10, 1987.
- To order IBM Disk Operating System (DOS) Version 3.30 specify
- program name, order type and media with the quantity required for
- each order type. Order types include:
- o Program Package (program diskette with documentation)
- o Additional Licenses (quantity must be 20 or more)
- o Documentation (only)
- o Program Package Upgrade (program diskette with documentation)
- o Additional Licenses Upgrade (quantity must be 20 or more)
- To order Disk Operating System (DOS) Version 3.30 Technical
- Reference, specify program name, order type and media with the
- quantity required for each order type. Order types include:
- o Program Package (program diskette with documentation)
- To order TopView Version 1.12 specify program name, order type
- and media with the quantity required for each order type. Order
- types include:
- o Program Package (program diskette with documentation)
- PROGRAM UPGRADE: A program upgrade option is offered that allows
- currently licensed users of all previous versions of IBM DOS to
- obtain the new function of DOS Version 3.30 for an upgrade charge.
- The program upgrade to IBM DOS Version 3.30 is available through
- December 31, 1987. Those customers who want to upgrade should use
- the Program Upgrade Order form included with this announcement.
- The completed Program Upgrade Order form, Proof of License
- (the inside front cover page of the DOS Reference Manual), and
- appropriate payment should be mailed to the following address:
- IBM Corporation
- Information Systems Group
- P. O. Box 3160
- Wallingford, CT 06494
- Payment for the upgrade kit is to be in the form of a check or money
- order payable to the IBM Corporation. Applicable state and local
- taxes are to be paid by the licensee. The IBM update service will
- process the order and send the upgrade kit to the appropriate
- address. The upgrade option is limited to U.S. and Puerto Rico
- residents only.
- Customers may also order upgrades through the IBM branch
- office, eliminating the requirement to prepay and mail in proof of
- license. To order through the branch office, customers must use the
- IBM Disk Operating System (DOS) Licensed Program NCMD/SWMD Upgrade
- Certification and Order Form. The form must be signed and submitted
- to the branch office for order entry. A copy of the form is included
- with the printed announcement and may be reproduced locally.
- To receive Program Package upgrades at a discount, customers
- must have a QDA with appropriate QDA exhibits in effect at the time
- the order is received by IBM. Customers may only order Program
- Package Upgrades at a discount through the branch office.
- To receive Additional Licenses upgrades, customers must have a
- QDA with appropriate QDA exhibits in effect at the time the order is
- received by IBM. The total quantity of upgrades acquired for a
- specific program may not exceed the total quantity of program
- packages and Additional Licenses previously acquired for that
- program. Proof of license for upgrade eligibility for Additional
- License is a copy of the invoice. Additional Licenses upgrades may
- be ordered only through the branch office.
- TERMS AND CONDITIONS
- LICENSING: Programs in this announcement are licensed under the
- terms and conditions of the IBM Program License Agreement. A copy of
- the agreement is included in the program package.
- LIMITED WARRANTY
- DOS Version 3.30
- Program Package: No
- Media: Three months
- Additional License: No
- Media: Not Applicable
- DOS Version 3.30 Technical Reference
- Program Package: No
- Media: Three months
- TopView Version 1.12
- Program Package: Yes
- Media: Three months
- VOLUME DISCOUNT: Volume discounting is available under the terms and
- conditions of the Quantity Discount Agreement for Personal Computer
- Licensed Programs Exhibit (3580-8) and the Personal Computer Licensed
- Programs for Qualified Educational Institutions/Hospitals Exhibit
- (358E-7).
- IBM DOS VERSION 3.30: Program Packages are included in Category A
- under 5871-AAA. Additional Licenses are included in Category A under
- 5872-AAA.
- Program Package Upgrades and Additional Licenses Upgrades are
- in Category B and are eligible for volume discounting based on the
- commitment in Category A.
- Documentation is in Category C and is eligible for volume
- discounting based on the commitment in Category A.
- The QDA discount applies to Program Packages, Additional
- Licenses and Documentation.
- IBM DOS VERSION 3.30 TECHNICAL REFERENCE: Program Packages are
- included in Category A under 5871-AAA.
- TOPVIEW VERSION 1.12: Program Packages are included in Category A
- under 5871-AAA.
- TESTING PERIOD: Program Packages: Two months when acquired under a
- QDA. Additional Licenses: Not applicable.
- EDUCATIONAL ALLOWANCE: A 20% educational allowance is available to
- qualifying institutions. This allowance is not additive to any other
- discount or allowance.
- CHARGES
- PROGRAM
- PROGRAM PROGRAM NAME/ ONE-TIME UPGRADE
- NUMBER ORDER TYPE CHARGE CHARGE
- IBM DOS
- VERSION 3.30
- 6280060 Program
- Package $120
- 80X1011 Additional
- Licenses 99
- 6280224 Documentation 35
- 6280125 Program
- Package
- Upgrade $ 75
- 00F8598 Additional
- Licenses
- Upgrades 60
- 6280059 DOS
- Version 3.30
- Technical
- Reference 85
- 6024475 TopView 1.12 175
- ADDITIONAL LICENSES CHARGE: Customers who pay a one-time charge for
- Additional Licenses may copy machine-readable program materials
- previously acquired from IBM in a Program Package. One copy may be
- made for each Additional License ordered.
- PROGRAM UPGRADE CHARGE: A program upgrade charge applies when the
- upgrade is ordered within nine months after the initial availability
- of the program upgrade.
- NOTICE ---NOTICE TO CUSTOMERS---NOTICE TO CUSTOMERS---
- April 2, 1987
- IBM LICENSED PROGRAMS WITHDRAWAL FROM MARKETING
- Effective July 10, 1987, IBM will withdraw from marketing the
- following licensed programs:
- PROGRAM
- NUMBER PROGRAM NAME
- 6280057 Disk Operating System Version 3.20 (5.25-inch media)
- 6280058 Disk Operating System Version 3.20 (3.5-inch media)
- 6024211 Disk Operating System Version 3.10
- 6024213 Disk Operating System Technical Reference
- (no version number)
- IBM's supply of these licensed programs is limited. Orders
- for these licensed programs received by IBM before July 10, 1987,
- will be acknowledged on an as-available basis. Orders will be
- assigned an IBM estimated shipment date of August 14, 1987, or
- earlier, or you will be notified that IBM cannot accept your order.
- Existing Quantity Discount Agreements (QDAs) and special bids
- for these withdrawn products will be honored at their current Total
- Quantity of Programs by Category, provided all orders for these
- withdrawn licensed programs are received by IBM before July 10, 1987,
- and in time to be scheduled and shipped on or before August 14, 1987.
- (The term order means that a written request from the customer for
- the affected program has been received by IBM, and IBM has
- acknowledged the order by indicating estimated shipment dates.)
- Orders for which IBM already has assigned an estimated
- shipment date will be honored if scheduled on or before August 14,
- 1987. Orders scheduled beyond August 14, 1987, and unscheduled
- orders either must be improved to August 14, 1987, or earlier, or
- they will be subject to cancellation. If you defer the estimated
- shipment date of an on-order program to a date later than August 14,
- 1987, the order will be cancelled by IBM.
- If you have questions regarding this notification, please
- contact your IBM marketing representative.
- ATTACH IBM DISK OPERATING SYSTEM (DOS) VERSION 3.30
- NCMD/SWMD UPGRADE CERTIFICATION AND ORDER FORM
- The customer certifies that the total quantity of the IBM
- Personal Computer Licensed Program Upgrades indicated below does not
- exceed the quantity of licenses for the program being upgraded that
- the customer has obtained from the IBM North-Central Marketing
- Division or IBM South-West Marketing Division and that are currently
- licensed by the customer. Further, the customer certifies that the
- total quantity of this upgrade ordered by the customer by all
- procedures will not exceed the total quantity of licenses to the
- program being updated that have been obtained from all sources and
- are currently licensed by the customer. Documentation to
- substantiate the quantity of licenses obtained will be available for
- inspection by IBM for a period of six months following the date of
- the upgrade order.
- For each copy of the program that is being upgraded, original
- materials that are replaced by the upgrade and all copies of these
- materials will be destroyed within 30 days of the receipt of the
- upgrade. The provisions of the IBM Program License Agreement will be
- applicable to the licensed program upgrade received.
- This upgrade is offered only for licenses granted in the
- United States and/or Puerto Rico. This offer will expire nine months
- after the date of initial availability of the upgrade.
- UPGRADE
- DESCRIPTION FEATURE NUMBER
- CUSTOMER
- NAME NUMBER
- SHIPPING ADDRESS
- By
- Authorized Signature Date
- Name (Print or Type)
- -------------ATTACHMENT--------ATTACHMENT--------ATTACHMENT----------
- IBM PERSONAL COMPUTER
- IBM DISK OPERATING SYSTEM (DOS) VERSION 3.30
- PROGRAM UPGRADE ORDER FORM
- This form, when accompanied by Proof of License of IBM Disk
- Operating System (DOS) Versions 1.00, 1.10, 2.00, 2.10, 3.00, 3.10,
- or 3.20 and payment, entitles you to obtain the upgrade software and
- documentation to IBM Disk Operating System (DOS) Version 3.30.
- Proof of License is the cover page (first page inside the hard
- binder) of the IBM Disk Operating System (DOS) (BEIGE front cover of
- manual for DOS Versions 1.00, 1.10, 2.00, or 2.10; BLUE front cover
- for DOS Reference Manual Versions 3.00, 3.10, or 3.20). You must
- send an original paper page for each upgrade ordered. No photocopies
- will be accepted.
- UPGRADE TO BE DELIVERED TO:
- Name __________________________________________________________
- Company ______________________________Dept. _______ Loc _______
- Address __________________________________________________________
- City ______________________________State _______ Zip _______
- County ______________________________
- Indicate quantity:
- _____ IBM Disk Operating System (DOS) Version 3.30
- current licenses to be upgraded. (Enclose BEIGE front cover
- of manual for DOS Versions 1.00, 1.10, 2.00, or 2.10;
- or BLUE
- front cover for DOS Reference Manual Versions 3.00, 3.10,
- or 3.20.)
- Compute payment as follows:
- _____ $75 for each IBM Disk Operating
- System (DOS) Version 3.30
- _____ Applicable state and local sales tax
- (or Tax Exemption ID Number)
- _____ Total enclosed
- Please mail the following:
- 1. Check or money order (no purchase orders accepted)
- 2. Your correct state and local sales taxes, or enter your
- tax-exempt number here _______________.
- 3. Proof of License for each upgrade ordered
- 4. A signed order form to:
- IBM Corporation
- Information Systems Group
- P. O. Box 3160
- Wallingford, CT 06494
- (Please allow 4 to 6 weeks for delivery. Failure to enclose
- the above four items will delay your order.)
- IBM extends this offer only to licensees of IBM Disk Operating
- System (DOS) residing in the United States or Puerto Rico. IBM will
- fill requests for upgrades to the IBM Disk Operating System (DOS)
- Version 3.30, which are postmarked on or before December 31, 1987.
- Within 30 days of receipt of IBM Disk Operating System (DOS)
- Version 3.30 I agree to destroy the programs on the original IBM Disk
- Operating System (DOS) diskettes and all copies of these programs.
- Signature______________________________
- (Unsigned certificates cannot be processed.)
- Date_______________________________
- -------------ATTACHMENT--------ATTACHMENT--------ATTACHMENT----------
- ATTACHMENT
- IBM DISK OPERATING SYSTEM ( DOS) VERSION 3.30
- COMPATIBLE HARDWARE PERIPHERALS
- PC COMMUNICATION ADAPTERS AND EMULATORS
- IBM Realtime Interface Co-Processor (128K with 5.25-inch media)
- 6050)
- IBM Realtime Interface Co-Processor (128K with 3.5-inch media)
- (6165)
- IBM Realtime Interface Co-Processor (512K with 5.25-inch media)
- (6160)
- IBM Realtime Interface Co-Processor (512K with 3.5-inch media)
- (6166)
- IBM Token-Ring PC Adapter (3391)
- IBM Token-Ring PC Adapter II (5063)
- IBM Token Ring PC Adapter/A (4790)
- IBM Token-Ring Cable (3390)
- IBM Personal Computer 3278/79 Emulation Adapter (5050)
- PC Voice Communications Option 1.1 (4471/6294771)
- - IBM Voice Communications Adapter (4839/6284839)
- - IBM PC Voice Communications Operating System 1.1 (9910/74X9910)
- ROLM(1) Galileo (#46900)
- ROLM Juniper II (#46614)
- IBM PC Music Feature Card (6011/81X8630)
- PC Network Adapter Card (6450213)
- PC Network Adapter 2 (1501220)
- PC Network Base Band Adapter (1501221)
- PC Network Adapter 2/A (1501222)
- PC Network Base Band Adapter/2 (1501223)
- (1) Registered trademark of ROLM Corporation.
- PRINTERS
- IBM 5140 PC Convertible Printer
- IBM 5201 Quietwriter (R) Printer Model 2
- IBM 5216 Wheelprinter
- IBM 5223 Wheelprinter E Model 1
- IBM 3852 Color Jetprinter Model 2
- IBM 4201 Proprinter (TM)
- IBM 4201 Proprinter II
- IBM 4202 Wide Carriage Proprinter XL
- IBM 3812 Pageprinter w/sharer Release 2 Enhancement
- IBM Quietwriter 3 (5202)
- IBM 4208 Proprinter XL24
- IBM 4207 Proprinter X24
- (TM) Trademark of International Business Machines Corporation.
- (R) Registered trademark of International Business Machines
- Corporation.
- PLOTTERS SCANNERS
- IBM 6180 Color Plotter 3117 Scanner
- IBM 6184 Color Plotter 3118 Scanner
- IBM 6186 Color Plotter 3117 Extension
- IBM 7371 Color Plotter
- IBM 7372 Color Plotter
- IBM 7374 Color Plotter
- IBM 7375 Color Plotter
- SYSTEM/36 SYSTEM UNITS AND ADAPTERS
- System/36 PC 5364 Model 1 (6369884)
- System/36 PC 5364 Model 2 (6369885)
- System/36 PC 5364 Model 21 (59X3886)
- System/36 PC 5364 Model 22 (59X3887)
- System/36 PC 5364 Model 23 (69X8826)
- System/36 PC 5364 Model 24 (69X8827)
- Enhanced 5250 Emulation Version 2.12 Installation
- Convenience Kit * (2910/74X8403)
- Enhanced Display Station Emulation Adapter Kit (2911/74X8425)
- Workstation Emulation Version 1.0 Installation Convenience
- Kit (69X6287)
- Workstation Emulation Version 1.0 Adapter Kit (69X6292)
- 5364 Driver Card (4548/4234548)
- 6157 Tape Attachment Feature (4156/59X4156)
- IBM 2MB Expanded Memory Adapter (3905/3910, 2685193)
- IBM Personal System/2 80286 Expanded Memory Adapter/A
- (3920/1497252)
- * Applications using code page switching should be terminated prior
- to hotkeying to 5250 emulation mode.
- ENGINEERING/SCIENTIFIC
- Data Acquisition and Control Adapter (#1502)
- Data Acquisition and Control Adapter Distribution Panel (#1504)
- General Purpose Interface Bus Adapter (#1503)
- General Purpose Interface Bus Adapter Cable (#1040)
- RT PC 6150 and 6151
- - IBM RT PC AT Co-processor Option 4756 6294756
- - IBM RT PC AT Co-processor Services 1.1 5669-057 74X9982
- -IBM RT PC Interactive Executive Operating
- System Version 1.1 5669-061 74X9995
- - IBM RT PC Interactive Executive Operating
- System Version 2.1 5601-061 79X3850
- EXTERNAL DISKETTE DRIVES
- IBM 4865 Personal Computer External 3.5-Inch Diskette Drive
- IBM Personal System/2 5.25-Inch External Diskette Drive
- OTHER PC SYSTEMS AND DEVICES
- IBM 3363 Optical Disk Storage Unit
- 3270-PC (5271)
- - 3270-PC Workstation Program 1.0
- - 3270-PC Workstation Program 1.1
- 3270 Personal Computer AT (5273)
- IBM Personal Computer AT/370
- IBM Personal Computer AT/370 Option Kit
- 3270 Personal Computer AT/G
- 3270 Personal Computer AT/GX
- - 3270 PC Graphics Control Program Version 3.20 (3245/6243245) *
- - 3270 PC Graphics Control Program Version 3.21 (3245/6243245) *
- IBM 5531 Industrial Computer
- IBM 7531 Industrial Computer
- IBM 7532 Industrial Computer
- IBM 7552 Industrial Computer
- * Requires APAR IR71554 to be applied (specify Version 3.20
- or 3.21).
- - - - - E N D O F P R I N T O U T - - - -