DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

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

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦e73bcf8f2⟧ TextFile

    Length: 896 (0x380)
    Types: TextFile
    Names: »SETCPC01.IPF«

Derivation

└─⟦65142c8de⟧ Bits:30004652 KnowledgeMan vers. 1.07h
    └─ ⟦this⟧ »SETCPC01.IPF« 

TextFile

/**************************************************************************
      This program gets executed from "CHEFPC.IPF" if the file
      "CHEFPC01.ITB"  does not exist (on the default drive).
      This tabel is designed to show: Hovedtal, Beholdning and
      Indkøb.
************************************************************************/

define chefpc01 with chefpc01;Ø
     field tid       num    using "dddd"        ; Ø
     field varegp    num    using "dddd"        ; Ø
     field primobeh  num    using "ddddddddd.dd"; Ø
     field retur     num    using "ddddddddd.dd"; Ø
     field forbrug   num    using "ddddddddd.dd"; Ø
     field indkob    num    using "ddddddddd.dd"; Ø
     field ultimobe  num    using "ddddddddd.dd"; Ø
     field ordrepor  num    using "ddddddddd.dd"; Ø
     field prisdiff  num    using "ddddddddd.dd"; Ø
enddef
«eof»