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

IB20P236.m

Go to the documentation of this file.
  1. IB20P236 ;WOIFO/SS-PATCH INSTALL ROUTINE ;7/30/03
  1. ;;2.0;INTEGRATED BILLING;**236**;21-MAR-94
  1. ;File #399 input template compilation routine
  1. Q ;stub
  1. EN ;entry point for post-install routine
  1. ;re-compile template
  1. N DMAX,IBX,Y,X,IBMAX
  1. D BMES^XPDUTL("Recompilation of [IB SCREEN1] Input Template:")
  1. S IBMAX=^DD("ROU")
  1. S IBX="IB SCREEN1"
  1. S Y=$O(^DIE("B",IBX,0)) Q:'Y
  1. I $D(^DIE(Y,"ROUOLD")),^("ROUOLD")]"",$D(^(0)) D
  1. . S X=$P(^("ROUOLD"),"^"),DMAX=IBMAX
  1. . D EN^DIEZ
  1. Q
  1. ;