DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦c26cd67e7⟧ TextFile

    Length: 1292 (0x50c)
    Types: TextFile
    Names: »V«

Derivation

└─⟦afbc8121e⟧ Bits:30000532 8mm tape, Rational 1000, MC68020_OS2000 7_2_2
    └─ ⟦77aa8350c⟧ »DATA« 
        └─⟦f794ecd1d⟧ 
            └─⟦this⟧ 

TextFile

procedure Convert (Old_Module : String := "<IMAGE>";
                   Old_Format : String := "RATIONAL";
                   New_Module : String := "<DEFAULT>";
                   New_Format : String := "<DEFAULT>";
                   Options    : String := "";
                   Response   : String := "<PROFILE>");
--
--  Allowed values for Old_Format and New_Format are:
--
--      RATIONAL                                Rational Proprietary
--      MC68020_OS2000                          PEAB OS/2000
--      MC68020_UNIX                            UNIX COFF
--      MC68020_HP_UNIX                         HP UNIX COFF
--      MSDOS                                   MS-DOS EXE
--      IBM370                                  IBM 370 VM/MVS Object
--      S_RECORDS                               Motorola S-record format
--      IBM_XCOFF or I6000_AIX                  IBM RS/6000 AIX V3 format
--
--
--  If the value of New_Format is "<DEFAULT>" then an appropriate
--  New_Format is chosen based on the target key of the enclosing
--  world.
--
--  If the value of New_Module is "<DEFAULT>" then an appropriate
--  name for New_Module is chosen based on the New_Format and
--  the resolved name for Old_Module.
--
--  Currently no values for the Options parameter are supported.
--