DataMuseum.dk

Presents historical artifacts from the history of:

Q1 computer

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

See our Wiki for more about Q1 computer

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦396ecd65e⟧ Q1_Text, reclen=37

    Length: 296 (0x128)
    Types: Q1_Text, reclen=37
    Notes: q1file
    Names: »LAYOUT«

Derivation

└─⟦80c6630e0⟧ Bits:30008619 DDMQ1-0060_FORM_REG_for_strukturen
    └─⟦this⟧ »LAYOUT« 

Text

DCL 1 ORG, 2 RATE FLOAT (7),         
2 NAME CHAR(20),                     
2 PAY FIXED(9,2),                    
2 NUM BINARY;                        
GET SKIP LIST(RATE,NAME,PAY,NUM);    
END;