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: ZZRCSUM

Package: Uncategorized

Routine: ZZRCSUM


Information

ZZRCSUM ;EIE/HSED/mw - adhoc routine checksum comparison utility; 08/13/09

Source Information

Source file <ZZRCSUM.m>

Entry Points

Name Comments DBIA/ICR reference
GETBASE ; collect master routine set...
GETCOMP ; collect comparison routine set...
REPORT ; report comparison results...
CHKSUM(RSET) ; compute checksums for routines in RSET...
DIFF(V1,V2) ; compute difference between two values...
HELP ; help for menu option selection...

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"No routines were found in this UCI!"
  • Line Location: GETBASE+17
Function Call: WRITE
  • Prompt: !!,"No routines were found in this UCI!"
  • Line Location: GETCOMP+17
Function Call: WRITE
  • Prompt: !
  • Line Location: REPORT+18
Function Call: WRITE
  • Prompt: !,$G(^XTMP("HSED","MASTER_RSET",ROU,I))
  • Line Location: REPORT+35
Function Call: WRITE
  • Prompt: !,$G(^XTMP("HSED","COMPARE_RSET",ROU,I))
  • Line Location: REPORT+37
Function Call: WRITE
  • Prompt: !!,RCT," routines with different checksums than the MASTER SET were found."
  • Line Location: REPORT+42
Function Call: WRITE
  • Prompt: !!,"No checksum differences were found."
  • Line Location: REPORT+43
Function Call: WRITE
  • Prompt: !,NIMCT," routines in this UCI were not found in the MASTER SET."
  • Line Location: REPORT+44
Function Call: WRITE
  • Prompt: !,"Both MASTER and COMPARE contain the same routines -- the sets are identical."
  • Line Location: REPORT+45
Info |  Source |  Entry Points |  Interaction Calls