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

PRCFCV.m

Go to the documentation of this file.
  1. PRCFCV ;WISC@ALTOONA/CTB-CONVERT DATA IN FILE 411 TO FREE TEXT POINTER ;10 Sep 89/3:08 PM
  1. V ;;5.1;IFCAP;;Oct 20, 2000
  1. ;Per VHA Directive 10-93-142, this routine should not be modified.
  1. S ASK=1
  1. NOASK W !,"I will now convert your IFCAP site parameter file to support the new data structure."
  1. I $D(ASK) S %A="OK to Continue",%B="",%=1 D ^PRCFYN Q:%'=1
  1. W !!
  1. S N=0 F I=1:1 S N=$O(^PRC(411,N)) Q:'N I $D(^(N,0)) S $P(^(0),"^",10)=N,^PRC(411,"C",N,N)=""
  1. W !,"DONE",!!