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

Package: VA FileMan

Routine: DMSQ


Information

DMSQ ;SFISC/EZ-CALLS INTO SQLI CODE ;10/30/97 16:25

Source Information

Source file <DMSQ.m>

Entry Points

Name Comments DBIA/ICR reference
SETUP ;entry point to begin SQLI projection process
EXIT
RUN ;runs the projection of all files (called from SETUP)
RUNONE ;re-runs the projection of one file - for testing purposes only.
ASK ; select (sub)file number
PURGE ;entry point to clear data from SQLI files, all except keywords

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !?5,"Another SQLI projection is already running right now."
  • Line Location: SETUP+5
Function Call: WRITE
  • Prompt: !?5,"Try later if you want to re-run the SQLI projection."
  • Line Location: SETUP+6
Function Call: WRITE
  • Prompt: !,"PROGRAMMER MODE REQUIRED (NOTHING DONE)",!
  • Line Location: SETUP+26
Function Call: WRITE
  • Prompt: !!?5,"Running this job on your terminal (HOME device) will tie up"
  • Line Location: SETUP+27
Function Call: WRITE
  • Prompt: !?5,"your terminal for the several hours it takes to run, but you"
  • Line Location: SETUP+28
Function Call: WRITE
  • Prompt: !?5,"will see the job's status as it's running."
  • Line Location: SETUP+29
Function Call: WRITE
  • Prompt: !!?5,"Queuing will send it to the background for processing. The"
  • Line Location: SETUP+30
Function Call: WRITE
  • Prompt: !?5,"status will be apparent from the printed output (if there's an"
  • Line Location: SETUP+31
Function Call: WRITE
  • Prompt: !?5,"error, it's text will be printed). TaskMan/Kernel tools can also"
  • Line Location: SETUP+32
Function Call: WRITE
  • Prompt: !?5,"be used to determine whether the job ran to completion or not."
  • Line Location: SETUP+33
Function Call: WRITE
  • Prompt: !!?5,"Don't send this directly to a printer (without queuing) unless"
  • Line Location: SETUP+34
Function Call: WRITE
  • Prompt: !?5,"you are prepared to tie up your terminal AND the printer for"
  • Line Location: SETUP+35
Function Call: WRITE
  • Prompt: !?5,"the duration of the process.",!
  • Line Location: SETUP+36
Function Call: WRITE
  • Prompt: !,"PROGRAMMER MODE REQUIRED (NOTHING DONE)",!
  • Line Location: RUN+2
Function Call: WRITE
  • Prompt: !?5,"Another SQLI projection is being run right now. So"
  • Line Location: RUN+4
Function Call: WRITE
  • Prompt: !?5,"this attempt to re-run the projection is aborted."
  • Line Location: RUN+5
Function Call: WRITE
  • Prompt: !,"PROGRAMMER MODE REQUIRED (NOTHING DONE)",!
  • Line Location: RUNONE+4
Function Call: WRITE
  • Prompt: !?5,"No file selected; nothing done."
  • Line Location: RUNONE+6
Function Call: WRITE
  • Prompt: !?5,"Done. See SQLI files for changes."
  • Line Location: RUNONE+7
Function Call: WRITE
  • Prompt: !?5,"Invalid selection: no SQLI table for this (sub)file."
  • Line Location: ASK+6
Function Call: WRITE
  • Prompt: !,"PROGMODE REQUIRED (NOTHING DONE)",!
  • Line Location: PURGE+4
Function Call: WRITE
  • Prompt: !?5,"Purging can't be done right now. The SQLI structures"
  • Line Location: PURGE+6
Function Call: WRITE
  • Prompt: !?5,"are in the process of being built, a job that might take"
  • Line Location: PURGE+7
Function Call: WRITE
  • Prompt: !?5,"a few hours. So try again later (when the job finishes)."
  • Line Location: PURGE+8
Function Call: WRITE
  • Prompt: !,"Working..."
  • Line Location: PURGE+14
Function Call: WRITE
  • Prompt: "Done!"
  • Line Location: PURGE+16
Info |  Source |  Entry Points |  Interaction Calls