Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: MCDUPP

Package: Medicine

Routine: MCDUPP


Information

MCDUPP ;WASH/DCB-Post process for the Duplicatation ;Nov 3, 1993

Source Information

Source file <MCDUPP.m>

Entry Points

Name Comments DBIA/ICR reference
START ;
REP ;do the repointing of the files
REPOINT(FILE,TMP) ;Repoints the file
REPM(TEMP,MCVAL,CO,LOOP) ;Repoint in main file
REPS(TEMP,MCVAL,CO,LOOP) ;Repoint in a sub-file
REPSS(TEMP,MCVAL,CO,LOOP) ;Repoint in a sub-sub-file
DELETE(FILE) ;Delete the Duplicates

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"You must first D ^MCDUPE"
  • Line Location: START+2
Function Call: WRITE
  • Prompt: @IOF,!,"This process will repoint your files and "
  • Line Location: START+3
Function Call: WRITE
  • Prompt: !,"remove the duplicates from the static table."
  • Line Location: START+4
Function Call: WRITE
  • Prompt: !,"----------------------------------------------------------"
  • Line Location: REPOINT+3
Function Call: WRITE
  • Prompt: !,"Repointing File pointing to ",FILE
  • Line Location: REPOINT+4
Function Call: WRITE
  • Prompt: !,"----------------------------------------------------------"
  • Line Location: DELETE+3
Function Call: WRITE
  • Prompt: !," Deleting the static entries in "_FILE
  • Line Location: DELETE+4
Function Call: WRITE
  • Prompt: !
  • Line Location: DELETE+13
Info |  Source |  Entry Points |  Interaction Calls