
Converting Data Files from MPE V/E to MPE/iX
When converting les from MPE V/E to MPE/iX, y ou must consider sev eral dierences in data storage, including:
Floating poin t dierences
Floating poin t, single precision dierences
Floating poin t, double precision dierences
Floating poin t conversion intrinsic
HP FORTRAN 77/iX nativ e alignment
HP Pascal/iX allocation alignmen t of independent variables
COBOL II/XL nativ e alignment
MPE/iX has man y data type dierences from MPE V/E, in terms of concepts of data storage, dierences in data storage tec hniques, and implications for the programmer in handling them. For an overview of data con version, refer to Introduction to MPE/iX for MPE V Programmers
Dierences in tegral to the conversion of MPE V/E data les to MPE/iX are:
MPE V/E and MPE/iX data v ariables and data structures are dieren t. MPE V/E has a
MPE V/E and MPE/iX oating poin t formats dier.
MPE/iX is the same as MPE V/E for most data con versions, except for
Data alignmen t and real number storage formats dier in MPE/iX from their MPE V/E implementations.
Data Alignment Differences
MPE V/E and MPE/iX eac h have a dierent word size; MPE/iX has a
Align data in records on
Selects the MPE V/E represen tation mode for real n umbers.
Many data structures that are aligned on
OVERVIEW