|
|
DataMuseum.dkPresents historical artifacts from the history of: Q1 computer |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Q1 computer Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1343 (0x53f)
Types: Q1_Text, reclen=79
Notes: q1file
Names: »NYCKEL«
└─⟦76544940c⟧ Bits:30008688 DDMQ1-0128_NYCKEL
└─⟦this⟧ »NYCKEL«
DCL 1 ORD,
2 TEXT CHAR(25),
2 SIDA CHAR(12);
DCL SIDOR FILE;
REP: OPEN SIDOR;
PUT FILE(DISP) SKIP LIST('TEXT');
GET LIST(TEXT);
IF(TEXT='9999') THEN GO TO SLUT;
PUT FILE(DISP) SKIP LIST('SIDA');
GET LIST(SIDA);
PUT SKIP EDIT(TEXT) (A(25)) (SIDA)(A(12));
CALL SEOF(SIDOR);
WRITE FILE(SIDOR) FROM(ORD);
CLOSE SIDOR;
GO TO REP;
SLUT: CLOSE SIDOR; END;
WRITE FILE(SIDOR) FROM(ORD);