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

DVBA213P.m

Go to the documentation of this file.
  1. DVBA213P ;ALB/MF - REMOVE 'DVBA CAPRI GETVBADOCS' FROM SECURITY KEY FILE (#19.1) ;5/1/2019 12:00PM
  1. ;;2.7;AMIE;**213**;May 1, 1995;Build 4
  1. ;LKUP^XPDKEY IA#1367
  1. ;DEL^XPDKEY IA#1367
  1. Q
  1. REMOVE ;Find and remove all instances of 'DVBA CAPRI GETVBADOCS' key
  1. N DVBAKEY,DVBAIEN
  1. S DVBAKEY="DVBA CAPRI GETVBADOCS"
  1. S DVBAIEN=$$LKUP^XPDKEY(DVBAKEY)
  1. I 'DVBAIEN D BMES^XPDUTL("DVBA CAPRI GETVBADOCS does not exist in SECURITY KEY File (#19.1).") Q
  1. D DEL^XPDKEY(DVBAIEN)
  1. S DVBAIEN=$$LKUP^XPDKEY(DVBAKEY)
  1. I 'DVBAIEN D BMES^XPDUTL("DVBA CAPRI GETVBADOCS was successfully removed from SECURITY KEY File (#19.1).") Q
  1. D BMES^XPDUTL("DVBA CAPRI GETVBADOCS was NOT removed from SECURITY KEY File (#19.1)") Q
  1. Q