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

Package: Kernel

Routine: XQ33


Information

XQ33 ;SEA/AMF/JLI/MJM,ISD/HGW - REMOVE UNREFERENCED OPTIONS ;02/07/13 08:04

Source Information

Source file <XQ33.m>

Entry Points

Name Comments DBIA/ICR reference
DUO ; Entry point to delete unreferenced options from the option file.
GET
DUO1 ;
LP
LP1
LP2
PRI ;
OUT
LIST ; Entry point to list unreferenced options from the OPTION file (#19).
; ZEXCEPT: XUAXQE,XUAXQS ;global within this routine
QUEUE ;
START ;
GETO ; Gets the unreferenced option
; ZEXCEPT: XUAFLAG,XUAIEN,XUANAME,XUAXQS ;global within this routine
PRINT ; Print the list
; ZEXCEPT: I,IOF,IOSL,IOST,X,XUAIEN,XUANAME ;global within this routine
HEAD ;
; ZEXCEPT: XUAHDR,XUALINE,XUAPAGE ;used within this routine
EXIT ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Enter a 'Y' if you want an opportunity to delete orphan options which are not",!,"primary menus, secondary menus, or tasked."
  • Line Location: DUO+1
Function Call: READ
  • Formatting: !!
  • Prompt: "Select PACKAGE/OPTION name: ALL// "
  • Variable: X
  • Timeout: DTIME
  • Line Location: DUO+3
Function Call: WRITE
  • Prompt: "...NONE FOUND",!
  • Line Location: GET+0
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: GET+1
Function Call: WRITE
  • Prompt: !,"Enter a 'Y' if you want to remove this option from the option file"
  • Line Location: DUO1+1
Function Call: WRITE
  • Prompt: ", "
  • Condition for execution: XQNM&XQLEN
  • Line Location: LP2+3
Function Call: WRITE
  • Prompt: $P(^DIC(19,XQK,0),U,1)
  • Line Location: LP2+3
Function Call: WRITE
  • Prompt: !!,"LIST UNREFERENCED OPTIONS",!!,"Print unreferenced options for a selected package."
  • Line Location: LIST+2
Function Call: READ
  • Formatting: !!
  • Prompt: "Select PACKAGE/OPTION name: ALL// "
  • Variable: X
  • Timeout: DTIME
  • Line Location: LIST+4
Function Call: WRITE
  • Prompt: !,"Getting the list of unreferenced options..."
  • Line Location: GETO+2
Function Call: WRITE
  • Prompt: "...NONE FOUND",!
  • Line Location: PRINT+5
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+23
Function Call: WRITE
  • Prompt: !,XUAHDR(1)," PAGE ",XUAPAGE,!,XUAHDR(2),!,XUAHDR(3)
  • Line Location: HEAD+2
Info |  Source |  Entry Points |  Interaction Calls