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

⟦f401f4c34⟧ TextFile

    Length: 640 (0x280)
    Types: TextFile
    Names: »SETCHK.IPF«

Derivation

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

TextFile

/**************************************************************************
      This program gets executed from "CHECKS.IPF" if the file
      "CHECKS.ITB" (the checks table) does not exist (on the 
      default drive).
 **************************************************************************/

define checks with checks;Ø
     field number num    using "dddd"       ; Ø
     field date   str 10 using "dd/dd/dddd" ; Ø
     field payto  str 30                    ; Ø
     field amount num    using "$dddddd.dd" ; Ø
     field memo   str 10                    ; Ø
     field cancel logic  using "uuuuu"      ; Ø
enddef
«eof»