|  | DataMuseum.dkPresents historical artifacts from the history of: Christian Rovsing CR7, CR8 & CR16 CP/M | 
This is an automatic "excavation" of a thematic subset of
 See our Wiki for more about Christian Rovsing CR7, CR8 & CR16 CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. | 
top - metrics - download
    Length: 512 (0x200)
    Types: TextFile
    Names: »BCKTRACE.PRG«
└─⟦71c82d5c0⟧ Bits:30004214 LISTAID - Partslist management system
    └─⟦this⟧ »BCKTRACE.PRG« 
└─⟦9ce0f2175⟧ Bits:30004308/disk3.imd Listaid database backup
    └─⟦this⟧ »BCKTRACE.PRG« 
SELE PRIM
USE CON_SMCA
GO TOP
SET LINKAGE OFF
SET TALK OFF
DO WHILE .NOT.EOF
   STORE 'SMCA'-P.SOURCE-'.PLS' TO MOD
   SELE SECO
   USE &MOD
   ERASE
   LOCATE FOR REF:CODE=MREF
   IF .NOT.EOF
       ? (MOD+'  '+P.MODULE)
       LIST FOR REF:CODE=MREF
       *SET STEP ON
       WAIT
   ENDIF
   SELE PRIM
   SKIP
ENDDO
«eof»