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

DG53765P.m

Go to the documentation of this file.
  1. DG53765P ;ALB/LBD - Patch DG*5.3*765 Post-Install Routine ; 7/25/07 12:53pm
  1. ;;5.3;Registration;**765,1015**;AUG 13, 1993;Build 21
  1. Q
  1. ;
  1. EN ; This routine will update the USE FOR Z07 CHECK field #6
  1. ; in the INCONSISTENT DATA ELEMENTS file #38.6 for CC 72, 74 and 81
  1. N RULE,DA,DIE,DR
  1. F RULE=72,74,81 D
  1. .D BMES^XPDUTL("Modifying entry #"_RULE_" in 38.6 file.")
  1. .S DIE=38.6,DA=$$FIND1^DIC(DIE,"","X",RULE)
  1. .I 'DA D Q
  1. ..D MES^XPDUTL(" *** Entry not found! Nothing Updated!! ***") Q
  1. .S DR="6////0" D ^DIE
  1. .D MES^XPDUTL(" *** Update Complete ***")
  1. D BMES^XPDUTL("")
  1. Q
  1. ;