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

PRC157P.m

Go to the documentation of this file.
  1. PRC157P ;VMP/RB - ADD WARNING TO FILE DESCRIPTIONS #410, #442, #443.6 ;08/01/11
  1. ;;5.1;IFCAP;**157**;Jul 1, 2011;Build 2
  1. ;;Per VHA Directive 2004-038, this routine should not be modified.
  1. ;;
  1. ;
  1. ; Post install to add warning '*********DO NOT RE-INDEX THIS FILE
  1. ; *********' to file description for file#: 410, 442, and 443.6.
  1. ;
  1. Q
  1. SET ;set files
  1. S TMP("WP",1)=" *********DO NOT RE-INDEX THIS FILE**********"
  1. D WP^DIE(1,"410,",4,"A","TMP(""WP"")")
  1. D WP^DIE(1,"442,",4,"A","TMP(""WP"")")
  1. D WP^DIE(1,"443.6,",4,"A","TMP(""WP"")")
  1. EXIT ;
  1. W !!,"FILE 410, 442 AND 443.6 SET WITH 'DO NOT RE-INDEX' WARNING IN FILE DESCRIPTION",!!
  1. K TMP,DIE
  1. Q