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 - metrics - download
Index: B T

⟦084888140⟧ TextFile

    Length: 1060 (0x424)
    Types: TextFile
    Names: »B«

Derivation

└─⟦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⟧ 

TextFile

with Prompt_Pkg;

separate (Tracker)
package body Personnel_Pkg is
    --------------------------------------------------------------------------------
    --|
    --|  NAME:  PERSONNEL_PKG
    --|
    --|  OVERVIEW:
    --|    This package defines the actions that can be performed on a
    --|    personnel type (defined in DATA_PKG).
    --|
    --|  EXCEPTIONS HANDLED:
    --|    none
    --|
    --|  HISTORY:
    --|    written by   May Lee   March 1985
    --|
    --------------------------------------------------------------------------------
    -- instantiation of generic list handler done in DATA_PKG
    use El_List_Pkg;
    use Pr_List_Pkg;
    use Calendar;


    procedure Change_Pr_In_El (Pr_Record : in Personnel_Pointer;
                               New_Initials : in Pr_Init_Type) is separate;
    procedure Pr_Add is separate;
    procedure Pr_Initialize is separate;
    procedure Pr_Set_Up is separate;
    procedure Pr_Delete is separate;
    procedure Pr_Modify is separate;
    procedure Pr_Save is separate;

end Personnel_Pkg;