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

DVB4P66E.m

Go to the documentation of this file.
  1. DVB4P66E ;ALB/RC - DISABILITY FILE UPDATE - Environment Check ; 11/1/10 5:28pm
  1. ;;4.0;HINQ;**66**;03/25/92;Build 14
  1. ;Checks environment to make sure that it is ok to install patch
  1. W !,"Running Environment Check."
  1. ENV ;Check programmer variables
  1. I ($G(DUZ))&($G(DUZ(0))="@")&($G(DT))&($G(U)="^") D Q
  1. .W !,"Environment Check completed successfully.",!
  1. W !!,"Your programming variables are not set up properly.",!
  1. I '$G(DUZ) W !,"DUZ is not set properly."
  1. I $G(DUZ(0))'="@" W !,"DUZ(0) is not set to @."
  1. I '$G(DT) W !,"DT is not set."
  1. I $G(U)'="^" W !,"U is not set properly."
  1. W !!,"Installation aborted.",!
  1. S XPDABORT="2"
  1. Q