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

Package: Kernel

Routine: XQOO2


Information

XQOO2 ;LUKE/SEATTLE - Out Of Order Manager Utilities ;06/16/95 14:40

Source Information

Source file <XQOO2.m>

Entry Points

Name Comments DBIA/ICR reference
SETS(XQI) ;Show the sets of options in ^XTMP return # in XQI
EN ;Option entry doesn't care about XQI
BXREF(XQSTART,XQEND) ;List from XQSTART to XQEND in the "B" cross reference.
RANGE(XQS,XQE,XQR) ;Get a range of Options from XQS(tart) to XQE(nd)
XQS
XQE
OUT ;Normal exit
OUT1 ;Failure exit
PAUSE ;Hold screen

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"There are no defined option sets currently listed in ^XTMP."
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: !?5,XQ,"'s options/protocols appear to be Out-Of-Order."
  • Line Location: EN+18
Function Call: WRITE
  • Prompt: !?5,XQ,"'s options/protocols do not appear to be marked Out-Of-Order."
  • Line Location: EN+19
Function Call: WRITE
  • Prompt: !
  • Line Location: EN+22
Function Call: WRITE
  • Prompt: @IOF,"This range includes the following options:",!
  • Line Location: BXREF+5
Function Call: WRITE
  • Prompt: !,%," ",$P(^DIC(19,XQN,0),U,2)
  • Line Location: BXREF+6
Function Call: WRITE
  • Prompt: @IOF,"And the following protocols:",!
  • Line Location: BXREF+8
Function Call: WRITE
  • Prompt: !!,XQSTART," ",XQEND
  • Line Location: BXREF+9
Function Call: WRITE
  • Prompt: !,%," ",$P(^ORD(101,XQN,0),U,2)
  • Line Location: BXREF+11
Function Call: READ
  • Formatting: !?5
  • Prompt: "From: "
  • Variable: XQS
  • Timeout: DTIME
  • Line Location: XQS+0
Function Call: WRITE
  • Prompt: *7,!?10,"Enter a partial option name, e.g., ""XQ"", or ""^"" to quit."
  • Line Location: XQS+1
Function Call: READ
  • Formatting: !?5
  • Prompt: "To: "
  • Variable: XQE
  • Timeout: DTIME
  • Line Location: XQE+0
Function Call: WRITE
  • Prompt: !,"Enter a partial option name, e.g. ""SD"", or ""^"" to quit."
  • Line Location: XQE+1
Function Call: WRITE
  • Prompt: *7,"The ending value preceeds the starting value."
  • Line Location: XQE+2
Function Call: WRITE
  • Prompt: !
  • Line Location: PAUSE+4
Info |  Source |  Entry Points |  Interaction Calls