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

Package: Kernel

Routine: XUTMTZ3


Information

XUTMTZ3 ;SEA/RDS - TaskMan: Toolkit, troubleshooting, part 4 ;6/25/91 15:20 ;

Source Information

Source file <XUTMTZ3.m>

Entry Points

Name Comments DBIA/ICR reference
HERE ;REPORT--log errors by count for this cpu
OTHERS ;REPORT--find other cpus, lookup mgr accounts, compute for each
THERE ;OTHERS--log errors by count for other cpus
LOG ;HERE & THERE--log totals entry and dailies entry
DAILIES ;REPORT--compute dailies
TOTALS ;REPORT--compute totals
OUT ;REPORT--report the data computed
OUT2 ;OUT--report the data by day
SEND ;REPORT--mail the report to the San Francisco ISC
SEND2 ;MAIL--prepare to mail report by day

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,ZTV
  • Line Location: HERE+1
Function Call: WRITE
  • Prompt: !,ZTV
  • Line Location: THERE+3
Function Call: WRITE
  • Prompt: "."
  • Line Location: LOG+3
Function Call: WRITE
  • Prompt: !,"DAILIES"
  • Line Location: DAILIES+1
Function Call: WRITE
  • Prompt: "."
  • Line Location: DAILIES+2
Function Call: WRITE
  • Prompt: !,"TOTALS"
  • Line Location: TOTALS+1
Function Call: WRITE
  • Prompt: "."
  • Line Location: TOTALS+2
Function Call: WRITE
  • Prompt: !!,"Errors by total count since install:"
  • Line Location: OUT+1
Function Call: WRITE
  • Prompt: !,99999-ZT1,?4,ZT2,?46,$E(X,2,$L(X)-1)
  • Line Location: OUT+2
Function Call: WRITE
  • Prompt: !!,"Errors by day:"
  • Line Location: OUT+3
Function Call: WRITE
  • Prompt: !,$$HTE^XLFDT(99999-ZT1)
  • Line Location: OUT+4
Function Call: WRITE
  • Prompt: !,99999-ZT2,?4,ZT3,?46,$E(X,2,$L(X)-1)
  • Line Location: OUT2+1
Function Call: WRITE
  • Prompt: !,"Assembling mail report"
  • Line Location: SEND+1
Function Call: WRITE
  • Prompt: "."
  • Line Location: SEND+3
Function Call: WRITE
  • Prompt: !,"Sending the report..."
  • Line Location: SEND+11
Function Call: WRITE
  • Prompt: !!,"Report sent."
  • Line Location: SEND+11
Function Call: WRITE
  • Prompt: "."
  • Line Location: SEND2+1
Info |  Source |  Entry Points |  Interaction Calls