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

⟦c21e33460⟧ TextFile

    Length: 1024 (0x400)
    Types: TextFile
    Names: »APPMOD.PRG«

Derivation

└─⟦71c82d5c0⟧ Bits:30004214 LISTAID - Partslist management system
    └─ ⟦this⟧ »APPMOD.PRG« 

TextFile

*******************************************************************************
* DESIGN:NIF/ASD/SPTEMBER 1985                                                *
*******************************************************************************
*
*PROCEDURE: APPMOD    FILELAYER 4                                             *
*PARAMETRS: MSOURCE,PRIM:CONFIGFILE,SECO:SELECTED DPLFILE
*RETURNING: MSOTFLAG,MSOTPOINT
*******************************************************************************

APPEND FROM &MSOURCE FOR .NOT.($(REF:CODE,1,3)$'DEL,SOT')

*INITIATE COUNTER
REPLACE COUNTER WITH NVALUE*P.NUMBER,NVALUE WITH 0,CVALUE WITH ' ';
FOR COUNTER=0.AND.$(REF:CODE,1,2)='64'
GO BOTTOM
STORE #+1 TO MSOTPOINT

APPEND FROM &MSOURCE FOR $(REF:CODE,1,3)='SOT'
GO BOTTOM
IF #=MSOTPOINT-1
   STORE F TO MSOTFLAG
ELSE
   STORE T TO MSOTFLAG
ENDIF
REPLACE ALL COUNTER WITH P.NUMBER FOR COUNTER=0
RETURN













«eof»