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

DG53296C.m

Go to the documentation of this file.
  1. DG53296C ;ALB/JAT DG*5.3*296 DELETE INC TEST CON'T;01 JUNE 2000
  1. ;;5.3;REGISTRATION;**296,1015**;JUNE 1 2000;Build 21
  1. ;
  1. ;This is a modified version for IVMCMD1. It deletes records
  1. ;from the Annual Means Test(#408.31) file. It does not open
  1. ;a case record in the IVM Patient (#301.5)file, does not send 'delete'
  1. ;bulletin/notification to local mail group, does not call the means
  1. ;test event driver and does not call DGMTR.
  1. ;
  1. EN ;This entry point is called from the routine (DG53296D) and
  1. ;contains calls that are responsible for completing the
  1. ;deletion of an income test.
  1. ;
  1. ; Delete record from Annual Means Test (#408.31) file
  1. D DEL31(IVMMTIEN)
  1. S IVMDONE=1
  1. ;
  1. ; Cleanup variables
  1. D CLEAN
  1. ;
  1. ENQ Q
  1. ;
  1. ;
  1. DEL31(IVMDIEN) ; Delete record from Annual Means Test (#408.31) file.
  1. ;
  1. ; Input(s):
  1. ; IVMDIEN - as IEN of the Annual Means Test (#408.31) file
  1. ;
  1. ; Output(s): None
  1. ;
  1. N DA,DIK
  1. S DA=IVMDIEN,DIK="^DGMT(408.31,"
  1. D ^DIK
  1. Q
  1. ;
  1. ;
  1. ;
  1. CLEAN ; Cleanup variables used for deletion.
  1. K DA,DFN,DGINC,DGINR,DGMTA,DGMTACT,DGMTI,DGMTP
  1. K DGMTYPT,DIE,DIK,DR,IVM12,IVM121,IVM13,IVM41,IVM411
  1. K IVMAR1,IVMDEP,IVMFILE,IVMNOD,IVMOLD
  1. K IVMPAT,IVMTEXT,IVMVAMCA,XMSUB,Y
  1. Q