DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

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

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦876699ce0⟧ TextFile

    Length: 2048 (0x800)
    Types: TextFile
    Names: »CRDHELP1.TXT«

Derivation

└─⟦6a1b9f2c5⟧ Bits:30005310/disk3.imd Open Access II v2.10 (dansk)
    └─⟦this⟧ »CRDHELP1.TXT« 

TextFile

!CRDHELP1 
menuvalue = 1 
WINDOW menuwind = SIZE 78 BY 20 AT 1,1 FRAMED
SCREEN menuwind
   PUT AT 1,-1 MODE PROMPT "<do> <undo> <pg_down>" FILLED 
   PUT AT 1,1  MODE TITLE  "Card Convert Help - Page 1 of 3" FILLED 
   PUT AT 1,2  MODE NORMAL
PUT "This program was designed to take your OA I CARD.DB3 file over to", DO NEWLINE 
PUT "OA II CARDSPI.DB3.  Some editting may be required after the", DO NEWLINE 
PUT "conversion since the LASTNAME, FIRSTNAME, AND MIDDLE are parsed", DO NEWLINE 
PUT "from the CARD.DB3 file.  This program will create a text file", DO NEWLINE 
PUT "CRDREJ.TXT listing all the records with obvious parsing problems", DO NEWLINE 
PUT "so you can easily find the records which need editing.  You can ", DO NEWLINE 
PUT "create a CRDCVT.CND file using CRDBAT and CRD.ARR.",DO NEWLINE 
PUT DO NEWLINE 
PUT "1. Examine your CARD.DB3 file in OA I.  Write down what is the", DO NEWLINE 
PUT "   typical type of data in your  ADD1, ADD2, ADD3, ADD4, ADD5", DO NEWLINE 
PUT "   fields. Examples:", DO NEWLINE 
PUT DO NEWLINE 
PUT "      ADD1 = LAST, FIRST, MI,           ADD1 = COMPANY NAME", DO NEWLINE 
PUT "      ADD2 = ADDRESS                    ADD2 = LAST, FIRST, MI", DO NEWLINE 
PUT "      ADD3 = CITY, STATE, ZIP           ADD3 = ADDRESS", DO NEWLINE 
PUT "      ADD4 = COMPANY                    ADD4 = CITY, STATE, ZIP", DO NEWLINE 
PUT "      ADD5 =                            ADD5 = ATTRIBUTE" 
      GO = TRUE 
      KEYS GET GO  
         :K_DO:
            menuvalue = 2   !returns to main convert window
         :K_RET:
            menuvalue = 2   !returns to main convert window
         :K_PG_DOWN:
            menuvalue = 2   !will call CRDHELP2 on return 
         :K_UNDO:
            menuvalue = -1  !returns to main convert window 
         END KEYS 
END SCREEN 
«eof»