|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 819 (0x333)
Types: TextFile
Names: »V«
└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
└─⟦5cb1d1d7f⟧ »DATA«
└─⟦3b1ee7bd8⟧
└─⟦this⟧
package User_Information is
function Get_Name (Account_Name : String) return String;
function Get_Phone_Number (Account_Name : String) return String;
function Get_Mail_Stop (Account_Name : String) return String;
function Get_Default_Print_Queue (Account_Name : String) return String;
function Get_Division (Account_Name : String) return String;
function Get_Group (Account_Name : String) return String;
procedure Set (Account_Name : String := "";
Full_Name : String := "";
Phone_Number : String := "";
Mail_Stop : String := "";
Default_Print_Queue : String := "";
Division : String := "";
Group : String := "");
procedure Show (Account_Name : String);
end User_Information;