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

Package: Registration

Routine: DGVPP


Information

DGVPP ;ALB/MTC - DG PRE-PRE-INIT DRIVER ; 05 JUN 87

Source Information

Source file <DGVPP.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- main entry point
ENQ
Q
USER
VERS ;Set-up variables for Current, New and Required versions of PIMS
VERSQ
REQ() ; -- release required
REL() ; -- this release's final version
MSG ;Print message if this version of PIMS can not be installed
DPT ;Check if DPTINIT has been installed prior to installing DG
ALR ;Check if this version of PIMS has already been installed
PKG ;Check other packages required for this version of PIMS
ROU ;Check compiled routine size parameter
LINE ; -- write separator line

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"'DG' INITIALIZATION ABORTED!!"
  • Line Location: EN+5
Function Call: WRITE
  • Prompt: !!?3,"The variable DUZ must be set to an active user code and the variable",!?3,"DUZ(0) must equal '@' to initialize.",!
  • Line Location: USER+0
Function Call: WRITE
  • Prompt: !!,"Current version (",DGVCUR,") is greater than this version (",DGVNEW,")."
  • Line Location: VERS+9
Function Call: WRITE
  • Prompt: !!,*7,"A search of your system indicates that the Version of the PIMS module which you",!,"are currently running on this system is Version ",DGVCUR,"."
  • Line Location: MSG+1
Function Call: WRITE
  • Prompt: !!,"This initialization requires that Version ",DGVREQ,", or higher, of the PIMS module be installed",!,"prior to installing this release."
  • Line Location: MSG+2
Function Call: WRITE
  • Prompt: !!,"If you do not have a copy of the necessary previous release(s) of MAS, which",!,"must be installed prior to this release of the module, please contact your",!,"local Information Systems Center for assistance."
  • Line Location: MSG+3
Function Call: WRITE
  • Prompt: !!,"'DPTINIT' must be run before initializing 'DG'!!"
  • Line Location: DPT+1
Function Call: WRITE
  • Prompt: !!,"YOU'VE ALREADY INSTALLED VERSION ",DGVNEW," ONCE.",!,"DO YOU REALLY WANT TO REINSTALL"
  • Line Location: ALR+2
Function Call: WRITE
  • Prompt: !!?3,"Enter 'YES' to reinstall, or 'NO' not to."
  • Line Location: ALR+3
Function Call: WRITE
  • Prompt: !,X
  • Line Location: LINE+2
Info |  Source |  Entry Points |  Interaction Calls