DINIT010 ; SFISC/TKW-DIALOG & LANGUAGE FILE INITS ; 3/30/99 10:41:48
;;22.0;VA FileMan;;Mar 30, 1999
;Per VHA Directive 10-93-142, this routine should not be modified.
F I=1:2 S X=$T(Q+I) Q:X="" S Y=$E($T(Q+I+1),4,999),X=$E(X,4,999) S:$A(Y)=126 I=I+1,Y=$E(Y,2,999)_$E($T(Q+I+1),5,99) S:$A(Y)=61 Y=$E(Y,2,999) S @X=Y
Q Q
;;^UTILITY(U,$J,.84,9548,1,2,0)
;;=DD, and KEY or INDEX entry for the new DD is already on file.
;;^UTILITY(U,$J,.84,9548,2,0)
;;=^^2^2^2980610^
;;^UTILITY(U,$J,.84,9548,2,1,0)
;;=|1| '|2|' for file |3| already exists.
;;^UTILITY(U,$J,.84,9548,2,2,0)
;;=Check this after the TRANSFER is complete.
;;^UTILITY(U,$J,.84,9548,3,0)
;;=^.845^3^3
;;^UTILITY(U,$J,.84,9548,3,1,0)
;;=1^The word 'KEY' or 'INDEX'
;;^UTILITY(U,$J,.84,9548,3,2,0)
;;=2^Name of INDEX or KEY
;;^UTILITY(U,$J,.84,9548,3,3,0)
;;=3^File/subfile number
;;^UTILITY(U,$J,.84,9548,5,0)
;;=^.841^1^1
;;^UTILITY(U,$J,.84,9548,5,1,0)
;;=DIT1^IXKEY
DINIT010 ; SFISC/TKW-DIALOG & LANGUAGE FILE INITS ; 3/30/99 10:41:48
+1 ;;22.0;VA FileMan;;Mar 30, 1999
+2 ;Per VHA Directive 10-93-142, this routine should not be modified.
+3 FOR I=1:2
SET X=$TEXT(Q+I)
IF X=""
QUIT
SET Y=$EXTRACT($TEXT(Q+I+1),4,999)
SET X=$EXTRACT(X,4,999)
IF $ASCII(Y)=126
SET I=I+1
SET Y=$EXTRACT(Y,2,999)_$EXTRACT($TEXT(Q+I+1),5,99)
IF $ASCII(Y)=61
SET Y=$EXTRACT(Y,2,999)
SET @X=Y
Q QUIT
+1 ;;^UTILITY(U,$J,.84,9548,1,2,0)
+2 ;;=DD, and KEY or INDEX entry for the new DD is already on file.
+3 ;;^UTILITY(U,$J,.84,9548,2,0)
+4 ;;=^^2^2^2980610^
+5 ;;^UTILITY(U,$J,.84,9548,2,1,0)
+6 ;;=|1| '|2|' for file |3| already exists.
+7 ;;^UTILITY(U,$J,.84,9548,2,2,0)
+8 ;;=Check this after the TRANSFER is complete.
+9 ;;^UTILITY(U,$J,.84,9548,3,0)
+10 ;;=^.845^3^3
+11 ;;^UTILITY(U,$J,.84,9548,3,1,0)
+12 ;;=1^The word 'KEY' or 'INDEX'
+13 ;;^UTILITY(U,$J,.84,9548,3,2,0)
+14 ;;=2^Name of INDEX or KEY
+15 ;;^UTILITY(U,$J,.84,9548,3,3,0)
+16 ;;=3^File/subfile number
+17 ;;^UTILITY(U,$J,.84,9548,5,0)
+18 ;;=^.841^1^1
+19 ;;^UTILITY(U,$J,.84,9548,5,1,0)
+20 ;;=DIT1^IXKEY