DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

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

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦0874c741d⟧ TextFile

    Length: 2052 (0x804)
    Types: TextFile
    Notes: UNIX file
    Names: »branch.staff«

Derivation

└─⟦c93a30372⟧ Bits:30004169/disk3.imd Uniplex II+ V.6 release 1.0 (dansk)
└─⟦c93a30372⟧ UNIX Filesystem
    └─⟦this⟧ »up/new/usr/UAP/demo/us_sales.frm/src/branch.staff« 

TextFile

:C U.S. Version
:TITLE
-- BRANCH STAFFING --

:SCREEN


    DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF@@
    [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
    B                                 B                                   B@@
    [                                 [                                   [
    B  Number : [num]                 B   Christian name : [christian..]  B@@
    [                                 [                                   [
    B  Base   : [based.......]        B   Surname        : [surname....]  B@@
    [                                 [                                   [
    B  Address: [address1..........]  B                                   B@@
    [                                 [                                   [
    B           [address2..........]  B   Annual salary  : [salary.]      B@@
    [                                 [                                   [
    B           [address3..........]  B   Commision rate : [com]          B@@
    [                                 [                                   [
    B                                 B                                   B@@
    [                                 [                                   [
    B          BRANCH DETAILS         B         EMPLOYEE DETAILS          B@@
    [AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA[AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA[
    JAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH@@
    [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
:LABELS
table = branch
num      = BNo, type char;
based    = Branch_name;
address1 = Address1;
address2 = Address2;
address3 = Address3;

:LABELS
table = sales_force
search on BNo = num;
christian = First_name, type char, prompt = "Type in christian name";
surname   = Surname, type char, prompt = "Type in surname";
salary    = Salary,  type dec,  prompt = "Enter yearly salary";
com       = PC,      type dec,  prompt = "Enter commission percent";

:END