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

DG182PRE.m

Go to the documentation of this file.
  1. DG182PRE ;ALB/SEK - DG*5.3*182 Pre-Install Routine ; 14-AUGUST-1999
  1. ;;5.3;Registration;**182**;Aug 13, 1993
  1. ;
  1. ;
  1. EN ; Description: This entry point will be used as a driver for
  1. ; pre-installation updates.
  1. ;
  1. ; Delete the STATUS field (#.03) from the ANNUAL MEANS TEST file (#408.31) and not the data.
  1. D DELSTAT
  1. ;
  1. Q
  1. ;
  1. ;
  1. DELSTAT ; This procedure will delete the STATUS field (#03) from the
  1. ; ANNUAL MEANS TEST file (#408.31) and not the data.
  1. ;
  1. D BMES^XPDUTL(">>> Deleting the STATUS field (#.03) of the")
  1. D MES^XPDUTL(" ANNUAL MEANS TEST file (#408.31)")
  1. D MES^XPDUTL(" The STATUS field will be re-installed")
  1. D MES^XPDUTL(" during the installation process.")
  1. N DA,DIK
  1. S DIK="^DD(408.31,",DA=.03,DA(1)=408.31
  1. D ^DIK
  1. D BMES^XPDUTL(">>> Completed.")
  1. Q