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

⟦b01cfba33⟧ TextFile

    Length: 1197 (0x4ad)
    Types: TextFile
    Names: »V«

Derivation

└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦9b46a407a⟧ 
            └─⟦12c68c704⟧ 
                └─⟦this⟧ 
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦458657fb6⟧ 
            └─⟦220843204⟧ 
                └─⟦this⟧ 

TextFile

package Io_Exceptions is

    Status_Error : exception;
    Mode_Error   : exception;
    Name_Error   : exception;
    Use_Error    : exception;
    Device_Error : exception;
    End_Error    : exception;
    Data_Error   : exception;
    Layout_Error : exception;

    pragma Exception_Name (Status_Error, 271);
    pragma Exception_Name (Status_Error, 256);  -- 256..271

    pragma Exception_Name (Mode_Error, 287);
    pragma Exception_Name (Mode_Error, 272);  -- 272..287

    pragma Exception_Name (Name_Error, 303);
    pragma Exception_Name (Name_Error, 288);  -- 288..303

    pragma Exception_Name (Use_Error, 319);
    pragma Exception_Name (Use_Error, 304);  -- 304..319

    pragma Exception_Name (Device_Error, 335);
    pragma Exception_Name (Device_Error, 320);  -- 320..335

    pragma Exception_Name (End_Error, 351);
    pragma Exception_Name (End_Error, 336);  -- 336..351

    pragma Exception_Name (Data_Error, 367);
    pragma Exception_Name (Data_Error, 352);  -- 352..367

    pragma Exception_Name (Layout_Error, 383);
    pragma Exception_Name (Layout_Error, 368);  -- 368..383

    pragma Subsystem (Miscellaneous);
    pragma Module_Name (4, 804);

end Io_Exceptions;