DataMuseum.dk

Presents historical artifacts from the history of:

RC3500

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

See our Wiki for more about RC3500

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦2c688a38f⟧ TextFileVerbose

    Length: 768 (0x300)
    Types: TextFileVerbose
    Names: »initzonetxt«

Derivation

└─⟦a41ae585a⟧ Bits:30001842 SW-save af projekt 1000, Alarm-system
    └─⟦72244f0ef⟧ 
        └─⟦this⟧ »initzonetxt« 

TextFileVerbose

job wib 1 200 perm disc1 200 10
initzone= set 1 disc1
if ok.no
finis
scope user initzone
if ok.no
finis
initzone= algol list.no xref.no

external procedure initzone(
z, kind, name, giveup, operation, position_mode);
zone z;
integer kind;
long array name;
integer giveup, operation, position_mode;

begin
   integer array sh_descr(1:20);
   open(z,0,<:streamer:>,1 shift 9);
   getshare6(z,sh_descr,1);
   sh_descr(4) := operation;
   setshare6(z,sh_descr,1);
   getzone6(z,sh_descr);
   sh_descr(14) := sh_descr(19);
   sh_descr(16) := sh_descr(20) * 4;
   setzone6(z,sh_descr);
end;
end
finis
«eof»