Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: SDVPP

SDVPP.m

Go to the documentation of this file.
  1. SDVPP ;alb/mjk - SD Pre-Init Driver ; 3/26/93
  1. ;;5.3;Scheduling;**1015**;Aug 13, 1993;Build 21
  1. ;
  1. EN ; -- main entry point
  1. S XQABT1=$H
  1. D USER^DGVPP,VERS:$D(DIFQ),ROU^DGVPP:$D(DIFQ)
  1. I $D(DIFQ) D EN^SDV53PP
  1. ;insert vers specific call -- if any
  1. I '$D(DIFQ) W !!,"'SD' INITIALIZATION ABORTED!!" G Q
  1. S XQABT2=$H
  1. ENQ Q
  1. Q K DGVCUR,DGVNEW,DGVNEWR,DGXX,SDX,DGVREQ,DGVREL,SDTIME,DGTIME,DGDATE,SDVCUR,SD00,SDZ01,DGVNEWVR
  1. Q
  1. ;
  1. VERS ; -- check current version of SD
  1. D VERS^DGVPP
  1. I SDVCUR,(SDVCUR<DGVREQ) D MSG G VERSQ
  1. ;
  1. I SDVCUR>DGVNEW W "Current version (",SDVCUR,") is greater than this version (",DGVNEW,")." K DIFQ
  1. VERSQ Q
  1. ;
  1. MSG W !!,*7,"A search of your system indicates that the Version of the SD module which you",!,"are currently running on this system is Version ",SDVCUR,"."
  1. W !!,"This initialization requires that Version ",DGVREQ,", or higher, of the SD module be installed",!,"prior to installing this release."
  1. W !!,"If you do not have a copy of the necessary previous release(s) of SD, which",!,"must be installed prior to this release of the module, please contact your",!,"local Information Systems Center for assistance." K DIFQ
  1. Q