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

Package: Kernel

Routine: XUTMQ1


Information

XUTMQ1 ;SEA/RDS - TaskMan: Option, ZTMINQ, Part 3 (Modules) ;4/20/95 10:33

Source Information

Source file <XUTMQ1.m>

Entry Points

Name Comments DBIA/ICR reference
ENTRY
PRINT ;Subroutine--Print A Task
RANGE ;LIST--Process A Range
OUT ;Tag for breaking FOR scope to exit listing early
EVERY ;Every task.
E1
E2
E3 ;
E4
LIST ;List of tasks.
L0
NOT ;Unsuccessful tasks.
N1
N2 ;
N3
SORT(ZTDTH,ZTSK) ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+2
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: PRINT+2
Function Call: WRITE
  • Prompt: !!,"Building list of sorted tasks..."
  • Line Location: EVERY+4
Function Call: WRITE
  • Prompt: "finished!"
  • Line Location: E2+4
Function Call: WRITE
  • Prompt: !!,"This volume set has no defined tasks!"
  • Line Location: E4+0
Function Call: WRITE
  • Prompt: !
  • Line Location: E4+1
Function Call: WRITE
  • Prompt: !!,"There ",$S(ZTC=1:"is ",1:"are "),ZTC," task",$S(ZTC=1:"",1:"s")," in that list."
  • Line Location: L0+2
Function Call: WRITE
  • Prompt: !!?5,$S(ZTSK["-"!(ZTSK[","):"None of those tasks are ",1:"That task is not "),"defined in this volume set's Task File."
  • Line Location: L0+3
Function Call: WRITE
  • Prompt: !
  • Line Location: L0+4
Function Call: WRITE
  • Prompt: !!,"Searching for unsuccessful tasks..."
  • Line Location: NOT+4
Function Call: WRITE
  • Prompt: "Finished!",!
  • Line Location: N1+7
Function Call: WRITE
  • Prompt: !!,"No tasks failed to run to completion."
  • Line Location: N3+0
Function Call: WRITE
  • Prompt: !
  • Line Location: N3+1
Info |  Source |  Entry Points |  Interaction Calls