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

TIUFZZ60.m

Go to the documentation of this file.
  1. TIUFZZ60 ; SLC/MAM - Post Patch TIU*1*17 Cleanup. Scratch. Reindexes B xref in TIU DOCUMENT DEFINITION FILE ;8/27/97 14:02
  1. ;;1.0;TEXT INTEGRATION UTILITIES;**17**;Jun 20, 1997
  1. ;
  1. RINDEX ; Reindex B xref for file 8925.1 after changing to 60 chars with
  1. ;patch TIU*1*17. Done in Post Install.
  1. N DA,DIK,NAME
  1. W !!,"Reindexing Document Definition File, 'B' Cross-reference",!!
  1. S DA=0,DIK="^TIU(8925.1,",DIK(1)=".01^B"
  1. F S DA=$O(^TIU(8925.1,DA)) Q:'DA W:DA#100=1 "." D
  1. . S NAME=$P($G(^TIU(8925.1,DA,0)),U) Q:NAME=""
  1. . K ^TIU(8925.1,"B",$E(NAME,1,30),DA)
  1. . D EN1^DIK
  1. Q
  1. ;