DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

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

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦978707fbb⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »obsheadtx«

Derivation

└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ.  Detaljer om "HC8000" projekt.
    └─⟦0364f57e3⟧ 
        └─⟦787c125fb⟧ »adjprocfile« 
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦787c125fb⟧ »adjprocfile« 
            └─⟦this⟧ 

TextFile

; obs_head_tx          * page  ;
 
;obs_head
; ********
 
if listing.yes
char 10 12 10
 
obs_head = set 1
 
obs_head = algol
 
external integer procedure obs_head
___________________________________
_          (out_z, job_tp);
value              job_tp;
zone        out_z;
integer            job_tp;
 
begin
write(out_z,nl,2,<:____objekt__:>,
_       <:____observation____:>,
_       if job_tp <> 4 and job_tp <> 5 then <::>
_       else <:objh/afst___:>,
_       <:________v______:>, <:___vnorm___:>,
_        <:redfkt:>);
obs_head := 2;
 
end obs_head;
 
end;
  
 
if warning.yes
(mode 0.yes
message obs_head not ok
lookup obs_head)
 
end
 
▶EOF◀