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

PRC182P.m

Go to the documentation of this file.
  1. PRC182P ;FW/RB-PRE INSTALL PRC*182 TO BACKUP FILE ^PRC(441.2) ;4-26-94/3:45 PM
  1. V ;;5.1;IFCAP;**182**;Oct 20, 2000;Build 40
  1. ;Per VA Directive 6402, this routine should not be modified.
  1. Q
  1. START ;PRC*5.1*182 Copy file ^PRC(441.2) to temporary work file
  1. ; ^XTMP("PRC182P") to be kept for 180 days.
  1. ; Preparation for kill of current file ^PRC(441.2)
  1. ; and new file 441.2 loaded with new file data.
  1. ; Also, save file 441.3 as the group titles have
  1. ; been updated for lower case descriptions.
  1. ;
  1. K ^XTMP("PRC182P")
  1. D NOW^%DTC S PRCSTART=%
  1. S ^XTMP("PRC182P","START BACKUP")=PRCSTART
  1. S ^XTMP("PRC182P","END SAVE BACKUP")="RUNNING"
  1. S ^XTMP("PRC182P",0)=$$FMADD^XLFDT(PRCSTART,180)_"^"_PRCSTART
  1. M ^XTMP("PRC182P",1,441.2)=^PRC(441.2)
  1. M ^XTMP("PRC182P",2,441.3)=^PRC(441.3)
  1. S PRCH4412(0)=^PRC(441.2,0),PRCH4413(0)=^PRC(441.3,0)
  1. S PRCIEN=0,DIK="^PRC(441.2," F S PRCIEN=$O(^PRC(441.2,PRCIEN)) Q:'PRCIEN S DA=PRCIEN D ^DIK
  1. S PRCIEN=0,DIK="^PRC(441.3," F S PRCIEN=$O(^PRC(441.3,PRCIEN)) Q:'PRCIEN S DA=PRCIEN D ^DIK
  1. S ^PRC(441.2,0)=PRCH4412(0),^PRC(441.3,0)=PRCH4413(0)
  1. F PRCFILE=441.2,441.3 S $P(^PRC(PRCFILE,0),U,3,4)="10000^0"
  1. D NOW^%DTC S PRCEND=%
  1. S ^XTMP("PRC182P","END SAVE BACKUP")=PRCEND
  1. K %,PRCSTART,PRCEND,PRCH4412,PRCH4413,PRCFILE,PRCIEN,DA,DIK
  1. Q