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

A4A7166.m

Go to the documentation of this file.
  1. A4A7166 ; GLRISC/REL - Pre-Initialization ;5/31/89 07:29 [ 03/20/91 5:00 PM ]
  1. ;;1.01
  1. I $D(^VA(200)) G A1
  1. W *7,!!,"No data exists in File 200! You must run the Update pass"
  1. W !!,"before initializing the files. See the manual."
  1. W !!,"This initialization will abort ... " K DIFQ Q
  1. A1 ; Delete Identifiers ...
  1. K ^DD(3,0,"ID"),^DD(16,0,"ID")
  1. ; Delete Original Cross-References
  1. K ^DD(3,.01,1),^DD(3,100,1),^DD(16,.01,1),^DD(16,30.003,1),^DD(16,30.006,1)
  1. ; Remove field 30.0031 from file 16
  1. S DIK="^DD(16,",DA=30.0031,DA(1)=16 D ^DIK
  1. ;IHS/MFD added contents of A4A7165 (A4A postinit) below
  1. W !!,"Re-indexing File 200 ..."
  1. S DIK="^VA(200," D IXALL^DIK Q
  1. Q