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

Package: Kernel

Routine: XUTMTZ2


Information

XUTMTZ2 ;SEA/RDS - TaskMan: Toolkit, troubleshooting, part 3 ;5/20/91 15:40 ;

Source Information

Source file <XUTMTZ2.m>

Entry Points

Name Comments DBIA/ICR reference
REPORT ;entry--report all errors in Error file by count
QUIT
COUNT ;REPORT--prompt user as to whether to count unresolved errors
DAY ;REPORT--prompt user as to whether to report errors by day
NUMBER ;REPORT--prompt user as to how many days' errors to show
PRINT ;REPORT--prompt user as to whether to display the report
MAIL ;REPORT--prompt user as to whether to mail the report

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,$C(7),"No report selected!"
  • Line Location: REPORT+5
Function Call: WRITE
  • Prompt: !!,"No method of reporting selected."
  • Line Location: REPORT+7
Function Call: WRITE
  • Prompt: !!,"Generating the report."
  • Line Location: REPORT+9
Function Call: WRITE
  • Prompt: $C(7),"**TIMEOUT**"
  • Line Location: QUIT+8
Function Call: WRITE
  • Prompt: !!,"Report canceled!"
  • Line Location: QUIT+9
Function Call: WRITE
  • Prompt: !
  • Line Location: COUNT+5
Function Call: WRITE
  • Prompt: $C(7),"**TIMEOUT**"
  • Line Location: COUNT+6
Function Call: WRITE
  • Prompt: !!,"Report canceled!"
  • Line Location: COUNT+7
Function Call: WRITE
  • Prompt: $C(7),"**TIMEOUT**"
  • Line Location: DAY+6
Function Call: WRITE
  • Prompt: !!,"Report canceled!"
  • Line Location: DAY+7
Function Call: WRITE
  • Prompt: $C(7),"**TIMEOUT**"
  • Line Location: NUMBER+6
Function Call: WRITE
  • Prompt: !!,"Report canceled!"
  • Line Location: NUMBER+7
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+5
Function Call: WRITE
  • Prompt: $C(7),"**TIMEOUT**"
  • Line Location: PRINT+6
Function Call: WRITE
  • Prompt: !!,"Report canceled!"
  • Line Location: PRINT+7
Function Call: WRITE
  • Prompt: $C(7),"**TIMEOUT**"
  • Line Location: MAIL+6
Function Call: WRITE
  • Prompt: !!,"Report canceled!"
  • Line Location: MAIL+7
Info |  Source |  Entry Points |  Interaction Calls