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

Package: Kernel

Routine: XUTMKE


Information

XUTMKE ;SEA/RDS - Taskman: Option, XUTME LOG* ;09/30/98 10:18

Source Information

Source file <XUTMKE.m>

Entry Points

Name Comments DBIA/ICR reference
QUIT ;This Routine Contains Subroutines For Options
PRINT ;LIST Subroutine to Print An Error Log Entry
LIST ;Show Error Log
L0
KILL ;Delete Error Log
RANGE ;Clean Error Log Over Range Of Dates
PURGE(XUR1,XUR2,CHK) ;PURGE OVER THE RANGE FROM XUR1 TO XUR2
TYPE ;Purge Error Log Of Type Of Error

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,$P(%,",")," ",$P(%,"@",2)
  • Line Location: PRINT+8
Function Call: WRITE
  • Prompt: ?20,$E(ZTE,1,60)
  • Line Location: PRINT+9
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+9
Function Call: WRITE
  • Prompt: ?20,"[",ZTE1,"]"
  • Line Location: PRINT+11
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: LIST+4
Function Call: WRITE
  • Prompt: !!,"The TaskMan error log is empty."
  • Line Location: LIST+5
Function Call: WRITE
  • Prompt: !!!,"Timestamp",?20,"Error Message",!,"-------------------",?20,"------------------------------------------------------------"
  • Line Location: LIST+6
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: LIST+10
Function Call: WRITE
  • Prompt: $C(7)
  • Line Location: L0+1
Function Call: WRITE
  • Prompt: !
  • Line Location: L0+2
Function Call: WRITE
  • Prompt: !,"Done."
  • Line Location: KILL+1
Function Call: WRITE
  • Prompt: $C(7),!!,"Taskman's error log is empty!"
  • Line Location: RANGE+2
Function Call: WRITE
  • Prompt: $C(7)
  • Condition for execution: $D(DTOUT)
  • Line Location: RANGE+2
Function Call: WRITE
  • Prompt: $C(7)
  • Line Location: RANGE+8
Function Call: WRITE
  • Prompt: !!?5,"NO log entries deleted!"
  • Line Location: RANGE+9
Function Call: WRITE
  • Prompt: $C(7)
  • Line Location: RANGE+16
Function Call: WRITE
  • Prompt: !!?5,"NO log entries deleted!"
  • Line Location: RANGE+17
Function Call: WRITE
  • Prompt: !!?5,"Entries removed: ",$$PURGE(ZTR1,ZTR2,"")
  • Line Location: RANGE+21
Function Call: WRITE
  • Prompt: !
  • Line Location: RANGE+22
Function Call: WRITE
  • Prompt: $C(7)
  • Line Location: RANGE+22
Function Call: WRITE
  • Prompt: $C(7),!!,"Taskman's error log is empty!",!
  • Line Location: TYPE+1
Function Call: WRITE
  • Prompt: $C(7)
  • Condition for execution: $D(DTOUT)
  • Line Location: TYPE+1
Function Call: READ
  • Formatting: !
  • Prompt: "Type of error to remove: "
  • Variable: X
  • Timeout: $S($D(DTIME)#2:DTIME,1:60)
  • Line Location: TYPE+2
Function Call: WRITE
  • Prompt: !!,?5,"Answer must be a string.",!?5,"Taskman will remove every error that contains that string.",!
  • Line Location: TYPE+2
Function Call: WRITE
  • Prompt: $C(7),"**TIMEOUT**"
  • Line Location: TYPE+3
Function Call: WRITE
  • Prompt: !!?5,"NO error log entries deleted!"
  • Line Location: TYPE+5
Function Call: WRITE
  • Prompt: !!?5,"Entries removed: ",$$PURGE(0,+$H,Y)
  • Line Location: TYPE+6
Function Call: WRITE
  • Prompt: !
  • Line Location: TYPE+7
Function Call: WRITE
  • Prompt: $C(7)
  • Line Location: TYPE+7
Info |  Source |  Entry Points |  Interaction Calls