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

ACRF211E.m

Go to the documentation of this file.
  1. ACRF211E ;IHS/OIRM/DSD/AEF - PATCH 1 ENVIRONMENT CHECK ROUTINE [ 01/16/2002 9:00 AM ]
  1. ;;2.1;ADMIN RESOURCE MGT SYSTEM;**1**;JAN 11, 2002
  1. ;
  1. EN ;EP -- MAIN ENTRY POINT
  1. ;
  1. ; DETERMINES IF CORRECT VERSION NUMBER EXISTS
  1. ;
  1. N X,Y
  1. S Y=$$VERSION^XPDUTL("ADMIN RESOURCE MGT SYSTEM")
  1. I Y'=$$VER^XPDUTL("ACR*2.1*1") D Q
  1. . S XPDQUIT=1
  1. . S X="This patch is for ARMS version "_$$VER^XPDUTL("ACR*2.1*1")_" but you are running version "_Y_"."
  1. . D BMES^XPDUTL(X)
  1. . D BMES^XPDUTL("This patch cannot be installed on your system.")
  1. ;
  1. D BMES^XPDUTL("Everything looks OK, you may continue with installation.")
  1. Q