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

Package: VA FileMan

Routine: DMSQP6


Information

DMSQP6 ;SFISC/EZ-DISPLAY TABLE GROUPINGS ;10/30/97 17:51

Source Information

Source file <DMSQP6.m>

Entry Points

Name Comments DBIA/ICR reference
INIT ; initialize variables and clear tmp arrays
CLEAR
EXIT ; kill vars
PREASK ; confirm that it's okay to wait for interactive processing
ASK ; ask for a cutoff on pointed-to file references
ASK1 ; ask for a specific table of interest
EN ; find groups of tables that point to one another
PRT ; print shared table list
PRT1 ; detailed report showing pointer links within groups
PRT2 ; print final list of tables by group
PRT3 ; just show the group that includes the specified table
PAIRS ; build array with to-table and from-tables that link
CNT ; get reference counts
GRP ; group the sets of shared tables
OTH ; process with other factor, i.e. cutoff on pointer link limit

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !?5,"Sorry, SQLI files are empty.",!
  • Line Location: EN+1
Function Call: WRITE
  • Prompt: !?5,"Try later. SQLI is being re-built right now."
  • Line Location: EN+3
Function Call: WRITE
  • Prompt: !!,?9,"LISTING OF SHARED TABLES"
  • Line Location: PRT+1
Function Call: WRITE
  • Prompt: !!,?9,"DETAILED GROUP REPORT"
  • Line Location: PRT1+1
Function Call: WRITE
  • Prompt: !!,?9,"COMPLETE REPORT OF ALL GROUPS"
  • Line Location: PRT2+1
Function Call: WRITE
  • Prompt: !!,?9,"PRINT OF JUST ONE GROUP (INCLUDING THE SPECIFIED TABLE)"
  • Line Location: PRT3+1
Function Call: WRITE
  • Prompt: !!,"The selected table doesn't fall in a group; see the shared set."
  • Line Location: PRT3+2
Function Call: WRITE
  • Prompt: !!,"There isn't a group for the selected table; it doesn't have pointer links."
  • Line Location: PRT3+3
Function Call: WRITE
  • Prompt: !,"...... Please wait. Reports take a few minutes to process ...... "
  • Line Location: PAIRS+2
Function Call: WRITE
  • Prompt: "."
  • Line Location: GRP+2
Info |  Source |  Entry Points |  Interaction Calls