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

IBYAPRE.m

Go to the documentation of this file.
  1. IBYAPRE ;ALB/CPM - PATCH IB*2*28 ENVIRONMENT CHECK ; 25-JAN-95
  1. ;;Version 2.0 ; INTEGRATED BILLING ;**28**; 21-MAR-94
  1. ;
  1. D DUZ,AR:$D(DIFQ)
  1. Q
  1. ;
  1. ;
  1. DUZ ; Check to see if a valid user is defined and that DUZ(0)="@"
  1. N X S X=$O(^VA(200,+$G(DUZ),0)) W !
  1. I X']""!($G(DUZ(0))'="@") D
  1. .W !!?3,"The variable DUZ must be set to a valid entry in the NEW PERSON file"
  1. .W !?3,"and the variable DUZ(0) must equal ""@"" before you continue!"
  1. .K DIFQ
  1. Q
  1. ;
  1. AR ; Make sure an appropriate AR patch is installed.
  1. N X
  1. S X="RCAMINS" X ^%ZOSF("TEST")
  1. I '$T D
  1. .W !!?3,"Patch PRCA*4*24 or PRCA*4.5*6 does not appear to be installed! Please"
  1. .W !?3,"install the appropriate patch and then re-run this initialization."
  1. .K DIFQ
  1. Q