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

Package: Kernel

Routine: XUTMTZ


Information

XUTMTZ ;SEA/RDS - Taskman: Toolkit: Test Utilities (General) ;10/01/97 15:11

Source Information

Source file <XUTMTZ.m>

Entry Points

Name Comments DBIA/ICR reference
LOAD ;Load up Queue jobs
LD2
ERROR ;;Test Taskman's Error Handling
BASIC ;;Basic Test With Hang
QUICK ;;Quick Test To Exercise Submanager
STOP ;;Test Stop Code
SIZE ;TOOL--SIZE OF ROUTINES
MULTPL ;test task--Test running multiple managers on different nodes of VAXcluster
STOP2 ;;Test ZTSTOP code
WATCH ;DON'T QUEUE--watch tasks as they are scheduled and unscheduled
LOOKUP ;WATCH--get data to show
HANG ;;Wait five minutes then quit
OWN ;;Hold a device until told to release it
QOWN ;entry--queue an own task
Q ;entry--queue a test task
DELAY ;;Record delay in start
PTASK ;;See if persistent status works.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"This call will allow you to start a large number of tasks for",!,"TaskMan to run."
  • Line Location: LOAD+1
Function Call: READ
  • Formatting: !
  • Prompt: "Enter the number of jobs to start: "
  • Variable: JOBS
  • Timeout: DTIME
  • Line Location: LOAD+2
Function Call: WRITE
  • Prompt: !,"use '^' for no device."
  • Line Location: LOAD+3
Function Call: WRITE
  • Prompt: !,"Not valid"
  • Line Location: LD2+3
Function Call: WRITE
  • Prompt: !,"=============================================================="
  • Line Location: LD2+4
Function Call: WRITE
  • Prompt: !,"New Batch: ",$H,"...",$J,!,"Tasks: "
  • Line Location: LD2+5
Function Call: WRITE
  • Prompt: ZTSK,", "
  • Line Location: LD2+6
Function Call: WRITE
  • Prompt: !,"..............................................................."
  • Line Location: LD2+7
Function Call: WRITE
  • Prompt: "."
  • Line Location: BASIC+2
Function Call: WRITE
  • Prompt: !,"..............................................................."
  • Line Location: MULTPL+2
Function Call: WRITE
  • Prompt: !,ZTSK,": ",$H,"...",$J
  • Line Location: MULTPL+3
Function Call: WRITE
  • Prompt: 9
  • Line Location: STOP2+1
Function Call: READ
  • Variable: X
  • Timeout: 1
  • Line Location: WATCH+2
Function Call: WRITE
  • Prompt: !,"Update: ",ZTU,?15,"Queued: ",ZTS,?30,"Late: ",ZTO,?40,"New: ",ZTN,?50,"Subs: ",ZTSU,?60,"Free Subs: ",ZTF
  • Line Location: WATCH+2
Info |  Source |  Entry Points |  Interaction Calls