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

KMPRPOST.m

Go to the documentation of this file.
  1. KMPRPOST ;SF/RAK - RUM Post Install Routine ;3/27/00 10:56 [ 03/13/2003 1:31 PM ]
  1. ;;1.0;CAPACITY MANAGEMENT - RUM;**1,2**;Dec 09, 1998
  1. ;;
  1. ;
  1. ; This post install routine is for RUM patch KMPR*1.0*2
  1. ;
  1. EN ;-- entry point.
  1. ;
  1. N IEN
  1. ; get ien for backgroung job.
  1. S IEN=$O(^DIC(19,"B","KMPR BACKGROUND DRIVER",0)) Q:'IEN
  1. ; get ien for background driver from 'option scheduling' file.
  1. S IEN=$O(^DIC(19.2,"B",+IEN,0))
  1. ; if scheduled then no further action necessary
  1. Q:IEN
  1. ; if OptenM/Cache then schedule background driver
  1. D:$P($G(^%ZOSF("OS")),"^")["OpenM" QUEBKG^KMPRUTL1
  1. ;
  1. Q