home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 16 Announce / 16-Announce.zip / 296217.zip / 296217.ANN
Text File  |  1996-06-25  |  26KB  |  686 lines

  1. IBM PL/I for OS/2 Professional Version 1.2, IBM PL/I for Windows Version 1.2
  2.  
  3. Announced on  June 25, 1996
  4. Software  Announcement 296217
  5.  
  6.  
  7. In Brief . . .
  8.  
  9. IBM PL/I for OS/2 Professional Version 1.2 and IBM PL/I for Windows
  10. Version 1.2:
  11.  
  12. o  Takes advantage of existing skills
  13.  
  14. o  Preserves valuable program base
  15.  
  16. o  Supports host, workstation, or client/server application
  17.    development on Windows and OS/2
  18.  
  19. o  Includes an integrated edit, compile and debug system
  20.  
  21. o  Supports access to DB2, CICS(TM), VSAM/SAM, and other data systems
  22.  
  23. ----------------------------------------
  24.  
  25.  
  26. The IBM PL/I family of products provides a rich application
  27. development environment that lets you take advantage of your existing
  28. investment in PL/I and, at the same time, move toward new, emerging
  29. technologies and platforms.  Today's PL/I announcement represents the
  30. delivery of IBM's continued commitment to the PL/I product family.
  31.  
  32. The new IBM PL/I for Windows+ Version 1.2 provides a PL/I application
  33. development environment on Windows NT and Windows 95 that is designed
  34. to allow you to create mission-critical, line-of-business
  35. applications that can run on host systems, workstations, or
  36. client/server systems with access to DB2(R), VSAM/SAM, and other data
  37. systems.  IBM PL/I for Windows provides the PL/I programmer with an
  38. optimizing compiler and a set of high-productivity, Windows-based
  39. tools for the development of applications.
  40.  
  41. IBM PL/I for OS/2(R) Professional Version 1.2 builds upon the
  42. function in Version 1.1 and adds new enhancements, such as an
  43. improved run-time environment and additional data access support.
  44.  
  45. Intended Customers:  PL/I developers
  46.  
  47. Key Prerequisites:  PL/I for Windows Version 1.2 can be used with
  48. Windows 95 and Windows NT 3.5.1.  PL/I for OS/2 Professional
  49. Version 1.2 can be used with OS/2 Warp Version 3.
  50.  
  51. Planned Availability Date:  June 28, 1996
  52.  
  53. +     Registered trademark of Microsoft Corporation
  54. (R)   Registered trademark of International Business Machines
  55.       Corporation in the United States or other countries or both.
  56. (TM)  Trademark of International Business Machines Corporation in the
  57.       United States or other countries or both.
  58.  
  59.  
  60.  
  61. DESCRIPTION
  62.  
  63. IBM PL/I for Windows Version 1.2
  64.  
  65. The new IBM PL/I for Windows provides a PL/I application development
  66. environment on Windows NT and Windows 95 that is designed to allow
  67. you to create mission critical, line-of-business applications that
  68. can run on host systems, workstations, or client/server systems with
  69. access to DB2, VSAM/SAM, and other data systems.  IBM PL/I for
  70. Windows provides the PL/I programmer with an optimizing compiler and
  71. a set of high-productivity, Windows-based tools for the development
  72. of applications.
  73.  
  74. PL/I Compiler:  IBM PL/I for Windows provides an optimizing compiler
  75. that contains a rich implementation of the PL/I language as well as
  76. support to improve compatibility with mainframe PL/I and enhancements
  77. that can allow new Windows-based applications to take advantage of
  78. features of the Windows platform.
  79.  
  80. The PL/I compiler also includes powerful, integrated preprocessors.
  81. You can select from one or more of the preprocessors as required for
  82. use in your program.  The preprocessors included are:
  83.  
  84. o  The macro facility
  85. o  The include preprocessor that allows you to incorporate external
  86.    source files
  87. o  The SQL preprocessor that translates embedded SQL statements into
  88.    PL/I statements, providing support for local and remote DB2 data
  89.    access when used with DB2 for Windows
  90.  
  91. PL/I for Windows supports a single-byte character set (SBCS) and a
  92. double-byte character set (DBCS).
  93.  
  94. LPEX Editor:  The LPEX editor is a language-sensitive editor which
  95. supports PL/I.  The LPEX editor can be used to create and edit many
  96. types of text files, including program source and documentation.
  97. Using LPEX, developers can:
  98.  
  99. o  Use multiple windows to display several documents or to display
  100.    more than one view of the same document
  101. o  Dynamically configure LPEX to be a multiple-window or
  102.    single-window tool
  103. o  Select a block of text and move or copy it between documents
  104. o  Cut and paste to a shell or another application
  105. o  Undo previous changes to a document
  106.  
  107. Developers can customize and extend virtually every aspect of this
  108. programmable editor.  LPEX is designed to be extended through dynamic
  109. link libraries.  There is no proprietary extension language to learn.
  110. With the LPEX application programming interface (API), developers can
  111. write powerful extensions to the editor.  In addition, LPEX provides
  112. a rich command language that developers can use to create or modify
  113. editor functions.  Developers can:
  114.  
  115. o  Define their own fonts and colors
  116. o  Modify the editor action key layout
  117. o  Add menus to perform frequently used commands (menu definitions
  118.    can be applied on a filename extension basis)
  119. o  Write their own editor commands
  120.  
  121. Interactive Debug Tool:  The debugger provides source-level debugging
  122. built around a set of core functions designed to let users quickly
  123. and efficiently control execution and analyze data.  Users can:
  124.  
  125. o  Display and change variables
  126. o  Display and change storage
  127. o  Display and change the processor registers
  128. o  Display the call stack
  129. o  Add and delete simple and complex breakpoints
  130. o  Control the execution of multiple threads
  131. o  View source code as listing, disassembly or mixed
  132.  
  133. Local and Remote Data Access:  IBM PL/I for Windows provides the
  134. ability to write applications that support local and remote access to
  135. data including:
  136.  
  137. o  Local data files
  138. o  Local and remote DB2 data access using DB2 for Windows NT or DB2
  139.    for Windows 95
  140. o  Direct access to data managed by BTRIEVE
  141.  
  142. Performance Analyzer:  The Performance Analyzer is a tool that helps
  143. users understand and improve the behavior of their programs.  The
  144. Performance Analyzer traces the execution of a program and creates a
  145. trace file.  The trace file contains data that can be displayed in
  146. diagrams.  The diagrams can assist the user in performance tuning,
  147. examining occurrences that produce faults, and in general,
  148. understanding what happens when a program runs.  The Performance
  149. Analyzer complements other tools that help users understand aspects
  150. of their programs that otherwise would be difficult to address.  It
  151. can help users to:
  152.  
  153. o  Time and tune programs
  154. o  Locate program hangs and deadlocks
  155. o  Trace multi-threaded interactions
  156.  
  157.  
  158. IBM PL/I for OS/2 Professional Version 1.2
  159.  
  160. IBM PL/I for OS/2 Professional Version 1.1 delivered a full 32-bit
  161. compiler, run-time library, interactive debugger, and other function
  162. that enhanced compatibility with the mainframe and provided support
  163. for access to VSAM, DB2, CICS, and IMS(TM) data.  IBM PL/I for OS/2
  164. Professional Version 1.2 builds upon the function in Version 1.1 and
  165. adds new enhancements described below.
  166.  
  167. Runtime Environment:  Enhancements have been made to the runtime
  168. library that are designed to improve runtime reliability and
  169. performance.
  170.  
  171. Local and Remote Data Access:  IBM PL/I for OS/2 Professional
  172. Version 1.2 adds the following local and remote data access
  173. capabilities:
  174.  
  175. o  Direct access to data managed by BTRIEVE (BTRIEVE is the system
  176.    file manager in CICS for OS/2)
  177. o  Support for local and remote DB2 data access using the latest DB2
  178.    for OS/2 Version 2.1
  179.  
  180. The IBM PL/I for OS/2 Toolkit Version 1.1 can be used together with
  181. IBM PL/I for OS/2 Professional Version 1.2.
  182.  
  183. PRODUCT POSITIONING
  184.  
  185. As a PL/I customer, if you thought you would need to look to other
  186. languages as your only option in creating powerful client/server
  187. applications, or moving to emerging technologies, be assured there is
  188. another option.  You can remain with PL/I and still take advantage of
  189. these new technologies.  IBM's PL/I family of products allows you to
  190. take advantage of the existing skill in your organization, preserve
  191. the valuable program base and subsystem linkages you built, and still
  192. move aggressively to utilize workstations in mission critical
  193. applications.  Application development on new platforms and/or with
  194. emerging technologies can begin in a gradual manner without the need
  195. to retrain programmers and undertake a new language.
  196.  
  197. IBM's PL/I family of products provides a consistent PL/I across
  198. multiple platforms.  The IBM PL/I offerings now reach across
  199. workstation and host environments (OS/2, AIX(R), Windows, MVS(R), VM,
  200. AS/400(R), and VSE) -- with consistent language implementation and
  201. optimized run-time performance for the target platform -- to support
  202. dedicated or client/server applications.  These environments all have
  203. access to data through VSAM, DB2, IMS, and CICS, where present.
  204.  
  205. For native host development, you will be able to use IBM PL/I for MVS
  206. & VM or IBM PL/I for VSE to support creation of host applications.
  207.  
  208. IBM PL/I for OS/2 provides the premier PL/I product on the OS/2
  209. platform for the creation of mission critical applications.  The
  210. workstation development environment provides an integrated set of
  211. tool functions and a visual builder supporting development of
  212. applications.
  213.  
  214. IBM PL/I Set for AIX supports both client and server application
  215. development on AIX, providing an integrated set of tools.  This
  216. includes a customizable editor and debugger.
  217.  
  218. IBM PL/I for Windows rounds out the IBM PL/I family with support for
  219. development on Windows NT and Windows 95 with a 32-bit compiler,
  220. runtime, and set of development tools.
  221.  
  222. IBM PL/I for OS/2, IBM PL/I Set for AIX, and IBM PL/I for Windows are
  223. excellent choices for creating client/server applications.  They also
  224. provide a means for moving development work to the workstation for
  225. applications targeted to run on the host system.  Testing can be done
  226. on the workstation with only the final system testing being done on
  227. the actual target (host in this case) system.  IBM's approach, with
  228. the final edit, compile and debug capability on the host, allows this
  229. final testing to take place in a powerful and supported environment.
  230. IBM PL/I for OS/2, IBM PL/I Set for AIX, and IBM PL/I for Windows
  231. implement this paradigm by providing function that makes it easy to
  232. move programs between the workstation and the host.
  233.  
  234. PUBLICATIONS
  235.  
  236. The following publications will be available after general
  237. availability.  To order, contact your IBM representative.
  238.  
  239.                                                   Order
  240. Title                                             Number
  241.  
  242. PL/I for OS/2 and PL/I for Windows
  243.   Programming Guide                               SC26-8001
  244. PL/I for OS/2 and PL/I for Windows
  245.   Messages and Codes                              SC26-8002
  246. PL/I for OS/2 and PL/I for Windows
  247.   Language Reference                              SC26-8003
  248.  
  249.  
  250. Displayable Softcopy Publications:  PL/I for OS/2 and PL/I for
  251. Windows manuals are offered in displayable softcopy form in INF
  252. format.  The displayable manuals are part of the basic
  253. machine-readable material.  The files are shipped on the same media
  254. type as the basic machine-readable material.
  255.  
  256. Source File Publications:  PL/I for OS/2 and PL/I for Windows manuals
  257. are offered in PostScript format and INF format as part of the basic
  258. machine-readable material.  These files can be used to create
  259. unmodified printed copies of the manuals.  Terms and conditions for
  260. use of the machine-readable files are shipped with the files.
  261.  
  262. TECHNICAL INFORMATION
  263.  
  264. Specified Operating Environment
  265.  
  266. Hardware Requirements
  267.  
  268. The following section describes the minimum machine requirements for
  269. PL/I for OS/2 Professional or PL/I for Windows:
  270.  
  271. o  Processor
  272.  
  273.    -  80386-based processor or higher
  274.  
  275. o  Memory
  276.  
  277.    -  16MB
  278.  
  279. o  Hard Disk Space
  280.  
  281.    -  30MB for install of product only
  282.  
  283. o  A CD-ROM accessible for installation
  284.  
  285. Software Requirements
  286.  
  287. The following section describes the minimum program requirements for
  288. PL/I for OS/2 Professional:
  289.  
  290. o  IBM OS/2 Warp Version 3.0 or higher
  291.  
  292. o  To use DB2:
  293.  
  294.    -  DB2 for OS/2 Single-User Version 2.1 or later
  295.    -  DB2 SDK for OS/2 Version 2.1 or later
  296.    -  Database Server for OS/2 Warp Version 4
  297.  
  298. o  For CICS server applications on OS/2:
  299.  
  300.    -  Transaction Server for OS/2 Warp Version 4.0 (which contains
  301.       CICS for OS/2 Version 3.0), with APAR PN84103 applied
  302.  
  303. o  For CICS client applications on OS/2, one of the following:
  304.  
  305.    -  CICS Client for OS/2 Version 1.0
  306.    -  CICS Client for OS/2 Version 1.1 (shipped only in the IBM
  307.       Transaction Servers for OS/2 Warp and AIX)
  308.    -  CICS Client for OS/2 Version 2.0
  309.  
  310. o  To use host connectivity:
  311.  
  312.    -  IBM Communications Manager/2 Version 1.11
  313.  
  314. The following section describes the minimum program requirements for
  315. PL/I for Windows:
  316.  
  317. o  One of the following Windows operating systems:
  318.  
  319.    -  Microsoft+ Windows NT 3.51 or later
  320.    -  Microsoft Windows 95
  321.  
  322. o  To use DB2 on Windows NT:
  323.  
  324.    -  DB2 for Windows NT Single-User Version 2.1.1
  325.    -  DB2 SDK for Windows NT Version 2.1.1
  326.    -  Database Server for Windows NT Version 4
  327.  
  328. o  To use DB2 on Windows 95:
  329.  
  330.    -  DB2 for Windows 95 Single-User Version 2.1.1
  331.    -  DB2 SDK for Windows 95 Version 2.1.1
  332.  
  333. Compatibility:  PL/I for OS/2 Professional Version 1.2 is upward
  334. compatible with PL/I for OS/2 Version 1.1.
  335.  
  336. PL/I for OS/2 Professional Version 1.2 and PL/I for Windows
  337. Version 1.2 are also source compatible with IBM PL/I Set for AIX
  338. programs and IBM PL/I for MVS & VM programs with some exceptions due
  339. to fundamental platform differences.
  340.  
  341. The Programming Guide and Language Reference publications include
  342. detailed information about the differences as well as advice for
  343. porting applications between the different platforms.  The compiler
  344. also includes features such as the LANGLVL compile-time option, which
  345. allows for doing language-level checking, and the DEFAULT
  346. compile-time option, which can be used to instruct the application to
  347. treat data (EBCDIC vs ASCII character set) and floating-point
  348. operations (hexadecimal format vs IEEE format) the same way that
  349. S/390(R) does.  These features can assist the developer in attaining
  350. compatibility and portability across platforms.
  351.  
  352. PL/I for OS/2 and PL/I for Windows are Year 2000 compliant.
  353.  
  354. Planning Information
  355.  
  356. Users may run their applications developed with IBM PL/I for OS/2 on
  357. other OS/2 systems with no additional charge.  A list of the required
  358. runtime modules and the conditions for their redistribution are
  359. included in the product license information.
  360.  
  361. Users may run their applications developed with IBM PL/I for Windows
  362. on other Windows 95 or Windows NT systems with no additional charge.
  363. A list of the required runtime modules and the conditions for their
  364. redistribution are included in the product license information.
  365.  
  366. Packaging
  367.  
  368. PL/I for OS/2 Professional Version 1.2
  369.  
  370. o  A CD-ROM containing the machine-readable material
  371. o  PL/I for OS/2 Professional Getting Started publication
  372. o  IBM International Program License Agreement (IPLA)
  373. o  PL/I for OS/2 Professional License Information
  374. o  Proof of Entitlement
  375. o  Service and Support Card
  376.  
  377. PL/I for Windows Version 1.2
  378.  
  379. o  A CD-ROM containing the machine-readable material
  380. o  PL/I for Windows Getting Started publication
  381. o  IBM International Program License Agreement (IPLA)
  382. o  PL/I for Windows License Information
  383. o  Proof of Entitlement
  384. o  Service and Support Card
  385.  
  386.  
  387. Security, Auditability, and Control
  388.  
  389. PL/I for OS/2 and PL/I for Windows use the security and auditability
  390. features of the development platform.
  391.  
  392. User management is responsible for evaluation, selection, and
  393. implementation of security features, administrative procedures, and
  394. appropriate controls in application systems and communication
  395. facilities.
  396.  
  397. ORDERING INFORMATION
  398.  
  399. Orders for new licenses will be accepted now.
  400.  
  401. Shipments will begin on the planned availability date.
  402.  
  403. To order these programs for order type, specify the order type
  404. number, feature number, part number, program name, media and
  405. quantity.
  406.  
  407. Program Package:  Program media with documentation.
  408.  
  409.                          Order
  410.                          Type        Feature    Part
  411. Program Name             Number      Number     Number    Medium
  412.  
  413. PL/I for OS/2            5801-AAR    1278       83H9190   CD-ROM
  414.  Professional V1.2
  415.  
  416. PL/I for Windows         5801-AAR    1279       83H9171   CD-ROM
  417.  V1.2
  418.  
  419.  
  420. Additional License Copies:  Authorizes the customer who has a program
  421. package to make a single copy of the program media and printed
  422. documentation.
  423.  
  424. The authorization is given by providing the customer a Proof of
  425. Entitlement for Additional License -- with Certificate has its own
  426. part number and feature number.
  427.  
  428.                               Order
  429.                               Type           Feature      Part
  430. Program Name                  Number         Number       Number
  431.  
  432. PL/I for OS/2                 5802-AAR       1345         83H9217
  433.  Professional V1.2
  434.  Additional License
  435.  with Certificate
  436.  
  437. PL/I for OS/2                 5802-AAR       1380         83H9027
  438.  Professional V1.2
  439.  5 Additional Licenses
  440.  with Certificate
  441.  
  442. PL/I for Windows V1.2         5802-AAR       1347         83H9189
  443.  Additional License
  444.  with Certificate
  445.  
  446. PL/I for Windows V1.2         5802-AAR       1381         83H9028
  447.  5 Additional Licenses
  448.  with Certificate
  449.  
  450.  
  451. Additional License Copies -- Software Advantage Exhibit:
  452. Authorization to make additional license copies begins on the start
  453. date specified in the Software Advantage Agreement.  Proof of
  454. Entitlement will be provided monthly.
  455.  
  456.                               Order
  457.                               Type           Part
  458. Program Name                  Number         Number
  459.  
  460. PL/I for OS/2                 5802-AAR       83H9216
  461.  Professional V1.2
  462.  Additional License
  463.  without Certificate
  464.  Software Advantage
  465.  
  466. PL/I for Windows V1.2         5802-AAR       83H9188
  467.  Additional License
  468.  without Certificate
  469.  Software Advantage
  470.  
  471.  
  472. Program Package Upgrade:  Program media with documentation.
  473.  
  474.                          Order
  475.                          Type        Feature    Part
  476. Program Name             Number      Number     Number    Medium
  477.  
  478. PL/I for OS/2            5803-AAR    0643       83H9213   CD-ROM
  479.  Professional V1.2
  480.  -- Upgrade to
  481.  Professional V1.2
  482.  from Personal V1.1
  483.  
  484. PL/I for OS/2            5803-AAR    0644       83H9212   CD-ROM
  485.  Professional V1.2
  486.  -- Upgrade to
  487.  Professional V1.2
  488.  from Professional
  489.  V1.1 or PL/I
  490.  Package/2
  491.  
  492.  
  493. Additional License Copy Upgrade:  Authorizes the customer who has a
  494. program package upgrade to make a single copy of the program media
  495. and printed documentation.
  496.  
  497. The authorization is given by providing the customer a Proof of
  498. Entitlement for Additional License -- with certificate, which has its
  499. own part number and feature number.
  500.  
  501.                               Order
  502.                               Type           Feature      Part
  503. Program Name                  Number         Number       Number
  504.  
  505. PL/I for OS/2                 5804-AAR       0570         83H9211
  506.  Professional V1.2
  507.  -- Upgrade to
  508.  Professional V1.2
  509.  from Personal V1.1
  510.  Additional License
  511.  Upgrade with
  512.  Certificate
  513.  
  514. PL/I for OS/2                 5804-AAR       0571         83H9210
  515.  Professional V1.2
  516.  -- Upgrade to
  517.  Professional V1.2
  518.  from Professional V1.1
  519.  or from PL/I Package/2
  520.  Additional License
  521.  Upgrade with
  522.  Certificate
  523.  
  524.  
  525. Additional License Copy Upgrade -- Software Advantage Exhibit:
  526. Authorization to make additional license copies begins on the start
  527. date specified in the Software Advantage Agreement.  Proof of
  528. Entitlement will be provided monthly.
  529.  
  530.                               Order
  531.                               Type           Part
  532. Program Name                  Number         Number
  533.  
  534. PL/I for OS/2                 5804-AAR       83H9209
  535.  Professional V1.2
  536.  -- Upgrade to
  537.  Professional V1.2
  538.  from Personal V1.1
  539.  Additional License
  540.  Upgrade without
  541.  Certificate
  542.  Software Advantage
  543.                               Order
  544.                               Type           Part
  545. Program Name                  Number         Number
  546.  
  547. PL/I for OS/2                 5804-AAR       83H9208
  548.  Professional V1.2
  549.  -- Upgrade to
  550.  Professional V1.2
  551.  from Prof V1.1
  552.  or from PL/I Package/2
  553.  Additional License
  554.  Upgrade without
  555.  Certificate Software
  556.  Advantage
  557.  
  558.  
  559. Upgrade Protection (New Product):  The following Upgrade Protection
  560. Products are only available under the Software Advantage for
  561. Workstations offering:
  562.  
  563.                               Order
  564.                               Type           Part
  565. Program Name                  Number         Number
  566.  
  567. PL/I for OS/2                 5809-AAR       31H6405
  568.  Professional V1.2
  569.  Upgrade Protection
  570.  One-Time Charge
  571.  
  572. PL/I for OS/2                 5809-AAR       31H6406
  573.  Professional V1.2
  574.  Upgrade Protection
  575.  Quarterly Charge
  576.  
  577. PL/I for Windows V1.2         5809-AAR       83H9187
  578.  Upgrade Protection
  579.  One-Time Charge
  580.  
  581. PL/I for Windows V1.2         5809-AAR       83H9186
  582.  Upgrade Protection
  583.  Quarterly Charge
  584.  
  585.  
  586. Note that part numbers 31H6405 and 31H6406 were previously announced
  587. as Upgrade Protection for IBM PL/I for OS/2 Professional Edition
  588. Version 1.1 one-time charge and quarterly charge, respectively.
  589. These parts are still available and are being re-announced here as
  590. applicable for IBM PL/I for OS/2 Version 1.2 one-time charge and
  591. quarterly charge, respectively.
  592.  
  593. Upgrade Protection (Entitled Customers):  Customers who have
  594. previously acquired PL/I for OS/2 Software Advantage Upgrade
  595. Protection part numbers 31H6405 or 31H6406 will automatically receive
  596. program package upgrade part number 83H9212 shortly after general
  597. availability.
  598.  
  599. Program Upgrade
  600.  
  601. The Version 1.1 to Version 1.2 program package upgrade options allow
  602. currently licensed users of PL/I for OS/2 Version 1.1 (Personal or
  603. Professional) to obtain PL/I for OS/2 Professional Version 1.2 for a
  604. program upgrade charge.
  605.  
  606. The PL/I Package/2 to V1.2 program package upgrade options allow
  607. currently licensed users of PL/I Package/2 to obtain PL/I for
  608. OS/2 Professional Version 1.2 for a program upgrade charge.
  609.  
  610. The program package upgrades to PL/I for OS/2 Professional
  611. Version 1.2 will be available June 28, 1996.  Orders will be accepted
  612. after June 28, 1996.  These upgrades will be available through IBM
  613. authorized remarketers.  The remarketer will require a Proof of
  614. Entitlement for each upgrade ordered.
  615.  
  616. Customers can also order upgrades through the local IBM office using
  617. the IBM Personal Computer/System Program IBM U.S. Upgrade and
  618. Certification Order Form.  The total quantity of upgrades acquired
  619. for a specific program cannot exceed the total quantity of program
  620. packages and/or additional licenses previously acquired for that
  621. program.  Proof of License for upgrade eligibility for additional
  622. license upgrades is a copy of this invoice or previously acquired
  623. Proof of Entitlement for Additional License -- with Certificate.
  624. Additional license upgrades can be entered through the local IBM
  625. office using the IBM U.S. Upgrade and Certification Order Form or
  626. ordered through an authorized remarketer.
  627.  
  628. TERMS AND CONDITIONS
  629.  
  630. Licensing:  The program described in this announcement is licensed
  631. under the terms and conditions of the IBM International Program
  632. License Agreement.  A copy of the agreement is included in the
  633. program package.
  634.  
  635. Additional License:  Proof of Entitlement must be acquired.
  636.  
  637. Software Advantage for Workstations -- Upgrade Protection:  The
  638. announced program is eligible as an entitled upgrade.  Entitled
  639. customers will be provided with a no-charge program package and a
  640. Proof of Entitlement authorizing right to copy equal to the number of
  641. programs protected.  Shipment will follow general availability.
  642.  
  643. Variable Charges Apply:  No
  644.  
  645. Limited Warranty:  Yes
  646.  
  647. Program Services:  Program services will be available until
  648. December 31, 1997.
  649.  
  650. The statement of service included in the program package describes
  651. this service.
  652.  
  653. Support Line:  The Personal Systems Support line applies.
  654.  
  655. Complimentary Introductory Support:  Not applicable.
  656.  
  657. Volume Orders:  For information regarding volume orders, contact your
  658. IBM representative.
  659.  
  660. The without certificate program numbers for additional licenses,
  661. additional license upgrades, and upgrade protection part numbers
  662. included in this announcement are eligible for volume discounting
  663. under the terms of the Software Advantage for Workstations Agreement
  664. and Exhibit.
  665.  
  666. Guarantee:  Yes.  The IBM 30-day, money-back guarantee applies.
  667.  
  668. Authorization for Copy and Use on Home/Portable Computer:  Yes, as
  669. specified in the program package.
  670.  
  671. Program Transfer:  The program is fully transferable.
  672.  
  673. Educational Allowance:  A reduced charge is available to qualified
  674. education customers.  The educational allowance may not be added to
  675. any other discount or allowance.
  676.  
  677. CHARGES
  678.  
  679. Contact your IBM representative for charges information for this
  680. announcement.
  681.  
  682.  
  683.       Other trademarks and registered trademarks are the properties
  684.       of their respective owners.
  685.  
  686.