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

APCL3031.m

Go to the documentation of this file.
  1. APCL3031 ; IHS/CMI/LAB - environment check ; 13 Aug 2014 11:54 AM
  1. ;;3.0;IHS PCC REPORTS;**31**;FEB 05, 1997;Build 32
  1. ;
  1. ;
  1. ; The following line prevents the "Disable Options..." and "Move
  1. ; Routines..." questions from being asked during the install.
  1. I $G(XPDENV)=1 S (XPDDIQ("XPZ1"),XPDDIQ("XPZ2"))=0
  1. F X="XPO1","XPZ1","XPZ2","XPI1" S XPDDIQ(X)=0
  1. ;I $$VERSION^XPDUTL("BJPC")'="2.0" W !,"version 2.0 of BJPC is required" D SORRY(2)
  1. ;I $$VERSION^XPDUTL("BGP")'>"14" W !,"version 14.1 or higher of BGP is required" D SORRY(2)
  1. I '$$INSTALLD("APCL*3.0*30") D SORRY(2)
  1. ;
  1. Q
  1. ;
  1. PRE ;
  1. Q
  1. POST ;
  1. S X=$G(XPDQUES("POS Q1"))
  1. S DA=1,DIE="^APCLILIC(",DR=".05///"_X D ^DIE K DIE,DA,DR
  1. Q
  1. ;
  1. INSTALLD(APCLSTAL) ;EP - Determine if patch APCLSTAL was installed, where
  1. ; APCLSTAL is the name of the INSTALL. E.g "AG*6.0*11".
  1. ;
  1. NEW APCLY,DIC,X,Y
  1. S X=$P(APCLSTAL,"*",1)
  1. S DIC="^DIC(9.4,",DIC(0)="FM",D="C"
  1. D IX^DIC
  1. I Y<1 D IMES Q 0
  1. S DIC=DIC_+Y_",22,",X=$P(APCLSTAL,"*",2)
  1. D ^DIC
  1. I Y<1 D IMES Q 0
  1. S DIC=DIC_+Y_",""PAH"",",X=$P(APCLSTAL,"*",3)
  1. D ^DIC
  1. S APCLY=Y
  1. D IMES
  1. Q $S(APCLY<1:0,1:1)
  1. IMES ;
  1. D MES^XPDUTL($$CJ^XLFSTR("Patch """_APCLSTAL_""" is"_$S(Y<1:" *NOT*",1:"")_" installed.",IOM))
  1. Q
  1. SORRY(X) ;
  1. KILL DIFQ
  1. I X=3 S XPDQUIT=2 Q
  1. S XPDQUIT=X
  1. W *7,!,$$CJ^XLFSTR("Sorry....FIX IT!",IOM)
  1. Q