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

Package: VA FileMan

Routine: DMSQP3


Information

DMSQP3 ;SFISC/EZ-DISPLAY POINTER COUNTS ;10/30/97 17:42

Source Information

Source file <DMSQP3.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; show individual table counts of links
EN1 ; show summary counts of table links
MENU ; present a choice of reports, now that TMP arrays are built
READ ; reader for the menu
EXIT
CLEAR
OK ; check of okay to run
PREASK ; confirm that it's okay to wait for interactive processing
ASK ; select file numbers
ASK1
ASK2 ; prompt for style of listing (summary counts or detail)
BUILD ;
DEFINE ;
TOTS ;
PAIRS ; build array with to-table and from-tables that point
CNT ; get reference counts
PRT ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: MENU+1
Function Call: WRITE
  • Prompt: !!!!!?9,"(1) SELF Tables with Self-referential Pointers"
  • Line Location: MENU+2
Function Call: WRITE
  • Prompt: !?9,"(2) UP Tables with Upward Links"
  • Line Location: MENU+3
Function Call: WRITE
  • Prompt: !?9,"(3) DOWN Tables Linked from Below"
  • Line Location: MENU+4
Function Call: WRITE
  • Prompt: !?9,"(4) OUT Tables Pointing Outward"
  • Line Location: MENU+5
Function Call: WRITE
  • Prompt: !?9,"(5) IN Tables with Incoming Pointers"
  • Line Location: MENU+6
Function Call: WRITE
  • Prompt: !!?9,"(9) QUIT Exit this Menu"
  • Line Location: MENU+7
Function Call: WRITE
  • Prompt: !!
  • Line Location: MENU+8
Function Call: WRITE
  • Prompt: !?5,"Sorry, SQLI files are empty.",!
  • Line Location: OK+1
Function Call: WRITE
  • Prompt: !?5,"Try later. SQLI is being re-built right now."
  • Line Location: OK+3
Function Call: WRITE
  • Prompt: !,"SQLI table not found."
  • Line Location: ASK+5
Function Call: WRITE
  • Prompt: !!?5,"There isn't a table for the file number you've entered."
  • Line Location: ASK1+5
Function Call: WRITE
  • Prompt: !?5,"(The highest possible number is "_DM2_".)",!
  • Line Location: ASK1+6
Function Call: WRITE
  • Prompt: !!?5,"Enter a LARGER number to get a range."
  • Line Location: ASK1+8
Function Call: WRITE
  • Prompt: !?5,"The highest possible number here is "_DM2_".",!
  • Line Location: ASK1+9
Function Call: WRITE
  • Prompt: !,"Please wait..."
  • Line Location: PAIRS+1
Info |  Source |  Entry Points |  Interaction Calls