IBM XL C/C++ for AIX, V10.1 adds support for the OpenMP V3.0 specification and introduces partial
support for C++0x features
IBM United States
Software Announcement 208-212
July 8, 2008
ENUS208212.PDF (41KB)
|
|
Table of contents
| | Document options |
|
| |
|
XL C/C++ for AIX, V10.1 has the following new features and enhancements:
-
Support for the OpenMP API V3.0 specification for enhanced parallel programming capability
-
Partial support for the draft of the next C++ programming language standard, commonly referred to as
C++0x
-
Enhancements to -qstrict option with new suboptions
-
Support for AIX V5.3, AIX V6.1 as well as IBM i V6.1 PASE
-
New and enhanced compiler options and directives
For ordering, contact:
Your IBM representative, an IBM Business Partner, or IBM Americas Call Centers at
800-IBM-CALL
(Reference: YE001).
Back to top
XL C/C++ for AIX®, V10.1, a highly advanced optimizing compiler for the AIX operating system, runs
on IBM Power Systems including the POWER6 processors. The compiler is an industry
standards-based professional programming tool that can be used for developing large, complex,
computationally intensive 32- and 64-bit applications in the C and C++ programming languages.
XL C/C++ for AIX, V10.1 is the follow-on release to XL C/C++ Enterprise Edition for AIX, V9.0. The
XL family of IBM compilers now includes XL C/C++ for AIX, XL C for AIX, XL C/C++ Advanced Edition
for Linux, XL C/C++ Advanced Edition for Blue Gene®/L, XL C/C++ Advanced Edition for Blue
Gene/P, XL C/C++ for Multicore Acceleration for Linux on System p, XL C/C++ for Multicore
Acceleration for Linux on x86 systems, z/OS® XL C/C++, XL Fortran for AIX, XL Fortran Advanced
Edition for Linux, XL Fortran Advanced Edition for Blue Gene/L, XL Fortran Advanced Edition for Blue
Gene/P and XL Fortran for Multicore Acceleration for Linux on System p. The C/C++ family of
products also includes C/C++ for z/VM®.
The XL C/C++ for AIX compiler can be used to optimize and tune your application code for execution
on a range of IBM Power System servers supporting the IBM Power Architecture including the POWER6
processor-based Power servers and the IBM BladeCenter® servers. The XL C/C++ for AIX compiler
also supports the POWER4 and POWER5 architectures on IBM System i with the Portable
Application Solutions Environment (IBM i PASE).
What's new in XL C/C++ for AIX, V10.1:
-
Supports the OpenMP API V3.0 specification
-
Support the latest AIX operating system AIX V6.1
-
Partial support for the draft of the next C++ programming language standard, commonly referred to as
C++0x
-
Enhancements to -qstrict option with new suboptions
-
New and enhanced compiler options and directives
Back to top
Systems: IBM Power System servers supported by
-
AIX V5.3 TL 5300-06 (or higher)
-
AIX V6.1
-
IBM i V6.1 PASE
Required hard disk space: 500 MB
Back to top
-
July 11, 2008: Electronic software delivery
-
July 25, 2008: Physical software delivery
Back to top
The XL C/C++ for AIX compiler continues to provide additional functionality and enhancements
including support for OpenMP API V3.0 for increased parallel programming capability. This release
of XL C/C++ compiler also supports the latest AIX operating system, introduces the partial support
for the C++0x features, and includes performance tuning and optimization enhancements.
Support for the OpenMP API V3.0 specification
In this release, XL C/C++ supports the OpenMP API V3.0 specification. The new and enhanced features
in OpenMP V3.0 include:
-
Addition of task level parallelization The new OpenMP constructs TASK and TASKWAIT give users
ability to parallelize irregular algorithms, such as pointer chasing or recursive algorithms.
-
New variable types in
for
loops In addition to signed int,
for
loops can now contain variable values of unsigned int and pointer types.
-
Stack size control Users can now control the size of the stack for threads created by the OMP
runtime library using the new environment variable OMP_STACKSIZE .
-
New environment variables Users can provide hints to the compiler on the desired behavior of
waiting threads using new environment variables OMP_WAIT_POLICY and OMP_SET_POLICY.
-
Storage reuse Some restrictions on the PRIVATE clause have been removed. A list item that
appears in the reduction clause of a parallel construct can now also appear in a PRIVATE clause on a
work-sharing construct.
-
Scheduling A new SCHEDULE attribute,
auto
allows the compiler and runtime system to control scheduling.
-
STATIC schedule Consecutive loop constructs with STATIC schedule can now use nowait.
-
Nesting support a COLLAPSE clause has been added to the DO, FOR, PARALLELL FOR, and PARALLEL DO
directives to allow parallelization of perfect loop nests. This means that multiple loops in a nest
can be parallelized.
-
THREADPRIVATE THREADPRIVATE directives can now be applied to variables at class scope in
addition to file and block scope.
-
Parallelize iterator loops Parallelization of iterator loops of canonical form now includes
those with random access iterators.
Partial support for the new C++0x features
C++0x is the working draft of the next C++ programming language standard. XL C/C++ supports the
following C++0x features in this release:
-
A new language level for C++0x
-
New integer promotion rules for arithmetic conversions involving long data types
-
Support of C99 preprocessor features in C++ for easier porting of code between C and C++
Enhancements to -qstrict option
Many suboptions are added to the -qstrict option to allow more fine-grained control over
optimizations and transformations that are controlled by the -qstrict option. Since higher level of
optimizations may require relaxing strict program semantics, the addition of the suboptions allows
relaxation of selected rules in order to get specific benefits of faster code without turning off
all semantic verification.
There are 16 new suboptions added and can be used separately or by using a suboption groups. The
groups are:
-
all -
Disables all semantics-changing transformations, including those controlled by the other suboptions.
-
ieeefp -
Controls whether individual operations conform to IEEE 754 semantics.
-
order -
Controls whether or not individual operations can be reordered in a way that may violate program
language semantics.
-
precision -
Controls optimizations and transformations that may affect the precision of program results.
-
exceptions -
Controls optimizations and transformations that may affect the runtime exceptions generated by the
program.
Additional enhancements
Other enhancements in XL C/C++ for AIX, V10.1 include new and changed compiler options and
directives as well as the enhancements to performance related compiler options such as -qreport and
-qsmp=omp.
Accessibility by people with disabilities
A U.S. Section 508 Voluntary Product Accessibility Template (VPAT) containing details on
accessibility compliance can be requested at
Section 508 of the U.S. Rehabilitation Act
XL C/C++ for AIX, V10.1 is capable as of July 11, 2008, when used in accordance with associated IBM
documentation, of satisfying the applicable requirements of Section 508 of the Rehabilitation Act,
provided that any assistive technology used with the product properly interoperates with it. A US
Section 508 Voluntary Product Accessibility Template (VPAT) can be requested via IBM Web site
Back to top
IBM XL C/C++ for AIX, V10.1 is part of a larger family of IBM C, C++, and
Fortran compilers. These compilers are derived from a common code base
that shares compiler function and optimization technologies for a variety
of platforms and programming languages. Programming environments include
AIX, IBM Blue Gene/L, IBM Blue Gene/P, the Cell Broadband Engine
architecture, IBM i, selected Linux distributions, z/OS, and z/VM. The
common code base, along with compliance with international programming
language standards, helps support consistent compiler performance and
ease of program portability across multiple operating systems and
hardware platforms.
In addition to the support of revised 2003 international C++ standard
ISO/IEC 14882:2003(E), Programming Languages C++, the TR1 library
extensions for C++, and ISO/IEC 9899:1999, Programming Languages C,
this release introduces support for a new version of the standard for the
C++ programming language specifically C++0x. This standard has not
yet been officially adopted but we are beginning to support some of its
features. With representation from the IBM compiler development team on
the ISO/ANSI C committee and the ISO/ANSI C++ committee, IBM is in a
position to understand the latest updates, clarifications, and
recommendations to the C and C++ standards. Support of programming
language standards allows for portability of your source code among a
variety of compiler implementations.
Business Partner information
If you are a Direct Reseller - System Reseller acquiring products from IBM, you may link directly to
Business Partner information for this announcement. A PartnerWorld ID and password are required
(use IBM ID).
BP Attachment for Announcement Letter 208-212
Trademarks
-
-
POWER6, System p, Power Architecture, POWER4, POWER5, and System i are trademarks of International
Business Machines Corporation in the United States or other countries or both.
-
-
AIX, Blue Gene, z/OS, z/VM, and BladeCenter are registered trademarks of International Business
Machines Corporation in the United States or other countries or both.
-
-
Linux is a trademark of Linus Torvalds in the United States, other countries or both.
-
-
Cell Broadband Engine is a trademark of Sony Computer Entertainment, Inc. in the United States,
other countries, or both and is used under license therefrom.
-
-
Other company, product, and service names may be trademarks or service marks of others.
Back to top
Product information is available via the Offering Information Web site
Also, visit the Passport Advantage® Web site
Back to top
No hardcopy publications are shipped with this program.
The IBM Publications Center
The Publications Center is a worldwide central repository for IBM product
publications and marketing material with a catalog of 70,000 items.
Extensive search facilities are provided. Payment options for orders are
via credit card (in the U.S.) or customer number for 20 countries. A
large number of publications are available online in various file
formats, and they can all be downloaded by all countries, free of charge.
Displayable softcopy publications:
The publications for XL C/C++ for AIX®, V10.1 are offered in
displayable softcopy form. All unlicensed manuals are included. The
displayable manuals are part of the basic machine-readable material. The
files are shipped on CD-ROM.
All unlicensed publications are also available from the XL C and XL C/C++
Web site at
Back to top
Hardware requirements
For XL C/C++ for AIX, V10.1
-
System: IBM Power System servers supported by
-
AIX V5.3 TL 5300-06 (or higher)
-
AIX V6.1
-
IBM i V6.1 PASE
-
Required hard disk space: 500 MB
Software requirements
For XL C/C++ for AIX, V10,1
-
Supported operating systems
-
AIX V5.3 TL 5300-06, or higher
-
AIX V6.1
-
IBM i V6.1 PASE
-
Required software for documentation
The program's specifications and specified operating environment information may be found in
documentation accompanying the Program, if available, such as a read-me file, or other information
published by IBM, such as an announcement letter. Documentation and other Program content may be
supplied only in the English language.
Planning information
Web information
For information regarding XL C and XL C/C++, visit
For information regarding IBM Application Development, visit
Packaging
The XL C/C++ for AIX, V10.1 package contains:
-
One CD-ROM containing the XL C/C++ for AIX, V10.1 program
-
Passport Advantage customer letter
-
Passport Advantage media pack pointer sheet
This program, when downloaded from a Web site, contains the applicable
IBM license agreement, and License Information, if appropriate, and will
be presented for acceptance at the time of installation of the program.
For future reference, the license and License Information will be stored
in a directory such as LICENSE.TXT.
Security, auditability, and control
XL C/C++ for AIX, V10.1 uses the security and auditability features of the host hardware or
software. The customer is responsible for evaluation, selection, and implementation of security
features, administrative procedures, and appropriate controls in application systems and
communication facilities.
Software Services
IBM Software Services has the breadth, depth, and reach to manage your services needs. You can
leverage the deep technical skills of our lab-based, software services team and the business
consulting, project management, and infrastructure expertise of our IBM Global Services team. Also,
we extend our IBM Software Services reach through IBM Business Partners to provide an extensive
portfolio of capabilities. Together, we provide the global reach, intellectual capital, industry
insight, and technology leadership to support a wide range of critical business needs.
To learn more about IBM Software Services or to contact a Software Services sales specialist, visit
Back to top
Product Group: IBM XL C/C++
Product Identifier Description: IBM XL C/C++
PID: 5724-U81
Product Category: XL C/C++
Charge metric
Part number or
Program name PID number Charge metric
XL C/C++ for 5724-U81 Authorized User
AIX, V10.1 Floating User
XL C/C++ for BA0SNML Authorized User
AIX, V10.1 Floating User
This Program is licensed and charged based upon either the Authorized User or Floating User charge
metric.
Authorized User:
The term "Authorized User" is the unit of measure by which this program is licensed. An
Authorized User is an individual (named or unnamed) within or outside of your enterprise. The
program may be installed on one or more computers or servers and accessed by the number of users
authorized by the Proof of Entitlement (PoE). You must have an entitlement for each Authorized User
accessing the program or any program component in any manner directly or indirectly (for example,
via a multiplexing program, device, or application server) through any means.
Floating User:
licensed. A Floating User is a shared user access to the Program within or outside of your
enterprise. The program may be installed on one or more computer or servers. The total number of
Floating Users simultaneously accessing the program at any moment in time may not exceed the highest
number of Floating Users authorized by the Proof of Entitlement (PoE). You must have an entitlement
for each Floating User simultaneously accessing the program or any Program component in any manner
directly or indirectly (for example: via a multiplexing program, device, or application server)
through any means.
Passport Advantage
Part
Program name/description number
XL C/C++ for AIX, V10.1 BA0SNML
Media Package Multilingual
XL C/C++ for AIX D5AHLLL
Authorized User LIC + SW S & S 12 Mo
XL C/C++ for AIX E1AHNLL
Authorized User Annual SW S & S Rnwl
XL C/C++ for AIX D5AHPLL
Authorized User SW S & S Reinsate 12Mo
XL C/C++ for AIX D043PLL
Floating User LIC + SW S & S 12 Mo
XL C/C++ for AIX E04U7LL
Floating User Annual SW S & S Rnwl
XL C/C++ for AIX D043QLL
Floating User SW S & S Reinsate 12Mo
Passport Advantage customer: Media pack entitlement details
Customers with active maintenance or subscription for the products listed are entitled to receive
the corresponding media pack.
Entitled maintenance offerings description
XL C/C++ for AIX
Media pack description Part number
XL C/C++ for AIX, V10.1 Media Pk Multilingual BA0SNML
Basic License:
To order the programs described in this announcement for 5724-U81, specify the type-model number
and the applicable features from the tables below. The medium feature (CD-ROM) need only be
specified as required. To request the Media package (CD-ROM), specify media supply feature 5809 and
3410.
When placing an ESD order in econfig, specify a billing feature, the media feature 5809 and 3410,
and the following ESD only features: 3450, 3470, 3471.
One-
time
charge Medium
Program feature feature
Description number number Medium number
XL C/C++ for AIX, V10.1 5724-U81
OTC with 1 Year SW S & S
-- per Authorized User 0198
-- per Floating User 0199
Media Package CD-ROM 5809
CD-ROM 3410
Expedite Fee charge to Branch 3445
Maintenance Offering customer: Media Supply Entitlement details
Customers with active Software Maintenance for XL C/C++ Enterprise Edition for AIX or
VisualAge® C++ for AIX are entitled to receive the media pack corresponding to XL C/C++ for AIX,
V10.1 or a previous level of the program as long as the level of the program continues to be active.
Eligible customers should add the applicable PID and CD-ROM media supply feature number from the
following table to their existing maintenance record. To request the media package (CD-ROM),
specify the media feature 5809 and 3410.
When placing an ESD order in econfig, specify a billing feature, the media feature 5809 and 3410,
and the following ESD only features: 3450, 3470, 3471. Note that these ESD features are also
applicable to the compiler products: XL C/C++ Enterprise Edition for AIX, V9.0, PID 5724-S71 and XL
C/C++ Enterprise Edition V8.0 for AIX, PID 5724-M12.
Entitled maintenance offerings description
XL C/C++ for AIX
Medium
feature
Description number
XL C/C++ for AIX V10.1 CD-ROM Media Supply 5809
for PID 5724-U81 CD-ROM Media Supply 3410
Expedite Fee Charge to Branch 3445
XL C/C++ Ent Ed for AIX, V9.0 CD-ROM Media Supply 5809
for PID 5724-S71 CD-ROM Media Supply 3410
Expedite Fee Charge to Branch 3445
XL C/C++ Ent Ed V8 AIX CD-ROM Media Supply 5809
for PID 5724-M12 CD-ROM Media Supply 3410
Expedite Fee Charge to Branch 3445
This software license includes Software Subscription and Technical Support, previously referred to
as Software Maintenance.
Extending coverage for a total of three years from date of acquisition may be elected. Order the
program number, feature number, and quantity to extend coverage for your software licenses. If
maintenance has expired, specify the after license feature number.
SW license incl. 1 year S & S
Feature Feature
description number
5724-U81 -- IBM XL C/C++ for AIX, V10.1
Per Authorized User with 1 Year SW S & S 0198
Per Floating User with 1 Year SW S & S 0199
5724-U81 -- IBM XL C/C++ for AIX, V10.1 5809
Multilingual, CD ROM 3410
5648-F49 -- IBM XL C/C++ for AIX
Per Authorized User SW S & S
-- No Charge Registration 0001
-- 1 Year Renewal 0002
Per Floating User SW S & S
-- No Charge Registration 0003
-- 1 Year Renewal 0004
5648-F53 -- IBM XL C/C++ for AIX
Per Authorized User SW S & S 1 Year After License 0001
Per Floating User SW S & S 1 Year After License 0002
5648-F47 -- IBM XL C/C++ for AIX
Per Authorized User SW S & S 3 Year Registration 0003
Per Floating User SW S & S 3 Year Registration 0004
5648-F46 -- IBM XL C/C++ for AIX
Per Authorized User SW S & S 3 Year Renewal 0001
Per Floating User SW S & S 3 Year Renewal 0002
5648-F45 -- IBM XL C/C++ for AIX
Per Authorized User SW S & S 3 Year After License 0001
Per Floating User SW S & S 3 Year After License 0002
Effective August 8, 2008 the following software maintenance programs will be withdrawn from
marketing:
Program
number Program/Feature name
5648-F17 XL C/C++ Enterprise Edition for AIX
Per Authorized User SW Maintenance
No Charge Registration
1 Year Renewal
5648-F16 XL C/C++ Enterprise Edition for AIX
Per Authorized User SW Maintenance
1 Year After License
5648-F18 XL C/C++ Enterprise Edition for AIX
Per Authorized User SW Maintenance
3 Year Registration
5648-F19 XL C/C++ Enterprise Edition for AIX
Per Authorized User SW Maintenance
3 Year Renewal
5648-F20 XL C/C++ Enterprise Edition for AIX
Per Authorized User SW Maintenance
3 Year After License
Note that the above software maintenance programs will not be available in eConfig after
announcement date, customers will be offered the re- placement programs instead.
Replacement program information
Note that the replacement program information is also applicable to Software Subscription and
Technical Support for the following compiler products:
-
XL C/C++ Enterprise Edition for AIX, V9.0, (5724-S71)
-
XL C/C++ Enterprise Edition V8.0 for AIX, (5724-M12)
Withdrawal
from
Program Program marketing Program Program Availability
number description date number description date
5648-F17 XL C/C++ AIX 08/08/08 5648-F49 XL C/C++ AIX 07/08/08
SWMA No Charge SW S & S
Reg.SWMA No Charge Reg.
1 Year Renewal SW S & S
1 Year Renewal
5648-F16 XL C/C++ AIX 08/08/08 5648-F53 XL C/C++ AIX 07/08/08
SWMA 1 Yr SW S & S 1 Yr
Aft Lic Aft Lic
5648-F18 XL C/C++ AIX 08/08/08 5648-F47 XL C/C++ AIX 07/08/08
SWMA 3 Yr Reg SW S & S
3 Yr Reg
5648-F19 XL C/C++ AIX 08/08/08 5648-F46 XL C/C++ AIX 07/08/08
SWMA 3 Yr SW S & S 3 Yr
Renewal Renewal
5648-F20 XL C/C++ AIX 08/08/08 5648-F45 XL C/C++ AIX 07/08/08
SWMA 3 Yr SW S & S 3 Yr
Aft Lic Aft Lic
Back to top
The information provided in this announcement letter is for reference and convenience purposes only.
The terms and conditions that govern any transaction with IBM are contained in the applicable
contract documents such as the IBM International Program License Agreement, IBM International
Passport Advantage Agreement, and the IBM Agreement for Acquisition of Software Maintenance.
Licensing:
IBM International Program License Agreement including the License Information document and
Proof of Entitlement (PoE) govern your use of the program. PoEs are required for all authorized
use. Part number products only, offered outside of Passport Advantage, where applicable, are
license only and do not include Software Maintenance.
This software license includes Software Maintenance, previously referred to as Software Subscription
and Technical Support.
Agreement for Acquisition of Software Maintenance:
The IBM Agreement for Acquisition of Software Maintenance (Z125-6011) agreement applies for
maintenance and does not require customer signatures.
License Information form number:
L-JYEE-7EPR28
The program's License Information will be available for review on the IBM Software License Agreement
Web site
Limited warranty applies:
Yes
Limited warranty:
IBM warrants that when the program is used in the specified
operating environment, it will conform to its specifications. The
warranty applies only to the unmodified portion of the program. IBM does
not warrant uninterrupted or error-free operation of the program or that
IBM will correct all program defects. You are responsible for the
results obtained from the use of the program.
IBM provides you with access to IBM databases containing information on
known program defects, defect corrections, restrictions, and bypasses at
no additional charge. For further information, consult the IBM Software
Support Handbook found at
IBM will maintain this information for at least one year after the
original licensee acquires the program (warranty period).
Program technical support:
Technical support of a program product will be available for a
minimum of three years from the general availability date, as long as
your Software Maintenance is in effect. This technical support allows
you to obtain assistance (via telephone or electronic means) from IBM for
product-specific, task-oriented questions regarding the installation and
operation of the program product. Software Maintenance also provides you
with access to updates, releases, and versions of the program. You will
be notified, via announcement letter, of discontinuance of support with
12 months' notice. If you require additional technical support from IBM,
including an extension of support beyond the discontinuance date, contact
your IBM representative or IBM Business Partner. This extension may be
available for a fee.
Money-back guarantee:
If for any reason you are dissatisfied with the program and you are
the original licensee, you may obtain a refund of the amount you paid for
it, if within 30 days of your invoice date you return the program and its
PoE to the party from whom you obtained it. If you downloaded the
program, you may contact the party from whom you acquired it for
instructions on how to obtain the refund.
For clarification, note that (1) for programs acquired under the IBM
International Passport Advantage offering, this term applies only to your
first acquisition of the program and (2) for programs acquired under any
of IBM On/Off Capacity on Demand (On/Off CoD) software offerings, this
term does not apply since these offerings apply to programs already
acquired and in use by you.
Authorization for use on home/portable computer:
The program may be stored on the primary machine and another
machine, provided that the program is not in active use on both machines
at the same time.
Other terms
Volume orders (IVO):
Yes, contact your IBM representative.
Passport Advantage applies:
Yes, and through the Passport Advantage Web site at
Usage restriction:
Yes
For additional information, refer to the License Information document
that is available on the IBM Software License Agreement Web site
Software Maintenance applies:
Yes. Software Maintenance, previously referred to as Software
Subscription and Technical Support, is now included in the Passport
Advantage Agreement. Installation and technical support for the products
announced in this announcement is provided by the Software Maintenance
offering of the IBM International Passport Advantage Agreement. This fee
service enhances customer productivity by providing voice or electronic
access into the IBM support organizations.
IBM includes one year of Software Maintenance with the initial license
acquisition of each program acquired. The initial period of Software
Maintenance can be extended by the purchase of a renewal option.
While your Software Maintenance is in effect, IBM provides you assistance
for your routine, short duration installation and usage (how-to)
questions, and code-related questions. IBM provides assistance via
telephone and, if available, electronic access, only to your information
systems (IS) technical support personnel during the normal business hours
(published prime shift hours) of your IBM support center. (This
assistance is not available to your end users.) IBM provides Severity 1
assistance 24 hours a day, every day of the year. For additional
details, consult your IBM Software Support Handbook at
Software Maintenance does not include assistance for the design and
development of applications, your use of programs in other than their
specified operating environment, or failures caused by products for which
IBM is not responsible under this agreement.
For additional information about the Passport Advantage Agreement, visit
the Passport Advantage Web site at
All distributed software licenses include Software Maintenance (Software
Subscription and Technical Support) for a period of 12 months from the
date of acquisition, providing a streamlined way to acquire IBM software
and assure technical support coverage for all licenses. Extending
coverage, for a total of three years from date of acquisition, may be
elected. For additional information, refer to Changes to Distributed
Software Products Model for Products Outside Passport Advantage Software
Announcement
201-201
, dated July 10, 2001.
Variable charges apply:
No
Educational allowance available
Yes, a 15% education allowance applies to qualified education institution
customers.
Back to top
Passport Advantage
For Passport Advantage information and charges, contact your IBM representative or authorized IBM
Business Partner. Additional information is also available on the following Passport Advantage Web
site
Information on charges is available at
Select "United States" and then click on "IBMLink 2000."
One-
time
charge
Program feature
Description number number
XL C/C++ for AIX, V10.1
with 1 Year SW S & S
-- per Authorized User 5724-U81 0198
-- per Floating User 5724-U81 0199
XL C/C++ for AIX,
SW S & S No Charge Registration
-- per Authorized User 5648-F49 0001
-- per Floating User 5648-F49 0002
SW S & S 1 Year Renewal
-- per Authorized User 5648-F49 0003
-- per Floating User 5648-F49 0004
XL C/C++ for AIX,
SW S & S 1 Year After License
-- per Authorized User 5648-F53 0001
-- per Floating User 5648-F53 0002
XL C/C++ for AIX,
SW S & S 3 Year Registration
-- per Authorized User 5648-F47 0003
-- per Floating User 5648-F47 0004
XL C/C++ for AIX,
SW S & S 3 Year Renewal
-- per Authorized User 5648-F46 0001
-- per Floating User 5648-F46 0002
XL C/C++ for AIX,
SW S & S 3 Year After License
-- per Authorized User 5648-F45 0001
-- per Floating User 5648-F45 0002
Back to top
To order, contact the Americas Call Centers, your local IBM
representative, or your IBM Business Partner.
To identify your local IBM representative or IBM Business Partner, call
800-IBM-4YOU (426-4968).
Phone: 800-IBM-CALL (426-2255)
Fax: 800-2IBM-FAX (242-6329)
Internet: callserv@ca.ibm.com
Mail: IBM Teleweb Customer Support
ibm.com Sales Execution Center, Americas North
3500 Steeles Ave. East, Tower 3/4
Markham, Ontario
Canada
L3R 2Z1
Reference: YE001
The Americas Call Centers, our national direct marketing organization,
can add your name to the mailing list for catalogs of IBM products.
Note:
Shipments will begin after the planned availability date.
Trademarks
-
-
IBMLink is a trademark of International Business Machines Corporation in
the United States or other countries or both.
-
-
Passport Advantage, AIX, and VisualAge are registered trademarks of
International Business Machines Corporation in the United States or other
countries or both.
-
-
Other company, product, and service names may be trademarks or service
marks of others.