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

Package: MailMan

Routine: XMCSIZE


Information

XMCSIZE ;(WASH ISC)/AML-Message Stats Tool (shareware) ;04/17/2002 08:26

Source Information

Source file <XMCSIZE.m>

Entry Points

Name Comments DBIA/ICR reference
TT
COMP ;COMPARE TWO MESSAGES
CHK ;COMPARE DIFFERENCES

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Formatting: !
  • Prompt: "Message number: "
  • Variable: XMZ
  • Timeout: $S($D(DTIME):DTIME,1:300)
  • Line Location: XMCSIZE+2
Function Call: WRITE
  • Prompt: !,"WORKING..."
  • Line Location: XMCSIZE+2
Function Call: WRITE
  • Prompt: "."
  • Line Location: XMCSIZE+3
Function Call: WRITE
  • Prompt: !
  • Line Location: XMCSIZE+3
Function Call: WRITE
  • Prompt: !,I," Lines "," ",Y," Bytes ",!
  • Line Location: XMCSIZE+4
Function Call: READ
  • Formatting: !
  • Prompt: "Transmission time in seconds: "
  • Variable: %
  • Timeout: $S($D(DTIME):DTIME,1:300)
  • Line Location: TT+0
Function Call: WRITE
  • Prompt: $C(7),!," Enter a non-zero number of seconds, please.",!
  • Line Location: TT+1
Function Call: WRITE
  • Prompt: !,$J(I-1/%,15,2)," Lines/sec ",$J(Y/%,20,2)," Bytes/sec",!
  • Line Location: TT+2
Function Call: READ
  • Formatting: !
  • Prompt: "First message to compare: "
  • Variable: XMZ1
  • Timeout: $S($D(DTIME):DTIME,1:300)
  • Line Location: COMP+1
Function Call: READ
  • Formatting: !
  • Prompt: "Second message to compare: "
  • Variable: XMZ2
  • Timeout: $S($D(DTIME):DTIME,1:300)
  • Line Location: COMP+2
Function Call: WRITE
  • Prompt: !,X,!!,Y
  • Line Location: CHK+1
Info |  Source |  Entry Points |  Interaction Calls