DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦36659e84c⟧ Ada Source

    Length: 5120 (0x1400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, seg_04acd4

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 

E3 Source Code



WITH Text_Io;
WITH Date_Client;
PROCEDURE Date_Client_Driver IS
   Operation : String (1 .. 4);
   Answer    : String (1 .. 29);
BEGIN
   LOOP
      Text_Io.Put_Line ("Enter operation ('QUIT' for Quit)");
      Text_Io.Get (Operation);

      IF Operation = "date" THEN
         Answer := Date_Client.Date;
         Text_Io.Put_Line (Answer);
         Text_Io.Put_Line ("OPERATION EFFECTUEE");
      ELSE
         IF Operation = "quit" THEN
            EXIT;
         END IF;
      END IF;
      Text_Io.Put_Line ("");

   END LOOP;
EXCEPTION
   WHEN OTHERS =>
      NULL;
END Date_Client_Driver;
PRAGMA Main;

E3 Meta Data

    nblk1=4
    nid=3
    hdr6=2
        [0x00] rec0=1d rec1=00 rec2=01 rec3=000
        [0x01] rec0=00 rec1=00 rec2=04 rec3=014
        [0x02] rec0=1b rec1=00 rec2=02 rec3=014
        [0x03] rec0=0b rec1=00 rec2=03 rec3=001
    tail 0x21547f9ec86763fc376f9 0x489e0066482863c01
Free Block Chain:
  0x3: 0000  00 02 00 12 00 0c 50 52 41 47 4d 41 20 4d 61 69  ┆      PRAGMA Mai┆
  0x2: 0000  00 04 03 fc 00 3c 20 20 20 20 20 20 54 65 78 74  ┆     <      Text┆
  0x4: 0000  00 00 00 0a 80 07 5f 50 61 72 74 29 3b 07 08 09  ┆      _Part);   ┆