XPDIN00E ; ; 03-JUL-1995
;;8.0;KERNEL;;JUL 10, 1995
Q:'DIFQ(9.7) 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) X NO E S @X=Y
Q Q
;;^DD(9.716,1,0)
;;=COMPLETED TIME^D^^0;2^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
;;^DD(9.716,1,21,0)
;;=^^1^1^2940503^^
;;^DD(9.716,1,21,1,0)
;;=This is the time the check point was completed.
;;^DD(9.716,1,"DT")
;;=2931118
;;^DD(9.716,2,0)
;;=CALLBACK^FX^^1;E1,245^K:$L(X)>60!($L(X)<2)!'(X?.1UP.7UN.E) X
;;^DD(9.716,2,3)
;;=Enter a [TAG^]ROUTINE
;;^DD(9.716,2,21,0)
;;=^^2^2^2940710^^
;;^DD(9.716,2,21,1,0)
;;=This is a routine that will be run if this Check Point didn't complete
;;^DD(9.716,2,21,2,0)
;;=and the install process had to be restarted.
;;^DD(9.716,2,"DT")
;;=2940710
;;^DD(9.716,3,0)
;;=PARAMETERS^F^^2;E1,245^K:$L(X)>245!($L(X)<1) X
;;^DD(9.716,3,3)
;;=Answer must be 1-245 characters in length.
;;^DD(9.716,3,21,0)
;;=^^1^1^2940503^
;;^DD(9.716,3,21,1,0)
;;=This is optional parameters that may be need during a restart.
;;^DD(9.716,3,"DT")
;;=2940503
;;^DD(9.718,0)
;;=GLOBALS SUB-FIELD^^1^2
;;^DD(9.718,0,"DT")
;;=2950109
;;^DD(9.718,0,"IX","B",9.718,.01)
;;=
;;^DD(9.718,0,"NM","GLOBALS")
;;=
;;^DD(9.718,0,"UP")
;;=9.7
;;^DD(9.718,.01,0)
;;=GLOBALS^MF^^0;1^K:$L(X)>30!($L(X)<2) X
;;^DD(9.718,.01,1,0)
;;=^.1
;;^DD(9.718,.01,1,1,0)
;;=9.718^B
;;^DD(9.718,.01,1,1,1)
;;=S ^XPD(9.7,DA(1),"GLO","B",$E(X,1,30),DA)=""
;;^DD(9.718,.01,1,1,2)
;;=K ^XPD(9.7,DA(1),"GLO","B",$E(X,1,30),DA)
;;^DD(9.718,.01,3)
;;=Answer must be 2-30 characters in length.
;;^DD(9.718,.01,21,0)
;;=^^2^2^2950109^^
;;^DD(9.718,.01,21,1,0)
;;=The name of a Global or Global root that was installed by this
;;^DD(9.718,.01,21,2,0)
;;=package.
;;^DD(9.718,.01,"DT")
;;=2950109
;;^DD(9.718,1,0)
;;=COMPLETED TIME^D^^0;2^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
;;^DD(9.718,1,21,0)
;;=^^1^1^2950109^
;;^DD(9.718,1,21,1,0)
;;=This is the time the Global was installed.
;;^DD(9.718,1,"DT")
;;=2950109
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HXPDIN00E 2146 printed Oct 16, 2024@18:04:44 Page 2
XPDIN00E ; ; 03-JUL-1995
+1 ;;8.0;KERNEL;;JUL 10, 1995
+2 if 'DIFQ(9.7)
QUIT
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)
XECUTE NO
IF '$TEST
SET @X=Y
Q QUIT
+1 ;;^DD(9.716,1,0)
+2 ;;=COMPLETED TIME^D^^0;2^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
+3 ;;^DD(9.716,1,21,0)
+4 ;;=^^1^1^2940503^^
+5 ;;^DD(9.716,1,21,1,0)
+6 ;;=This is the time the check point was completed.
+7 ;;^DD(9.716,1,"DT")
+8 ;;=2931118
+9 ;;^DD(9.716,2,0)
+10 ;;=CALLBACK^FX^^1;E1,245^K:$L(X)>60!($L(X)<2)!'(X?.1UP.7UN.E) X
+11 ;;^DD(9.716,2,3)
+12 ;;=Enter a [TAG^]ROUTINE
+13 ;;^DD(9.716,2,21,0)
+14 ;;=^^2^2^2940710^^
+15 ;;^DD(9.716,2,21,1,0)
+16 ;;=This is a routine that will be run if this Check Point didn't complete
+17 ;;^DD(9.716,2,21,2,0)
+18 ;;=and the install process had to be restarted.
+19 ;;^DD(9.716,2,"DT")
+20 ;;=2940710
+21 ;;^DD(9.716,3,0)
+22 ;;=PARAMETERS^F^^2;E1,245^K:$L(X)>245!($L(X)<1) X
+23 ;;^DD(9.716,3,3)
+24 ;;=Answer must be 1-245 characters in length.
+25 ;;^DD(9.716,3,21,0)
+26 ;;=^^1^1^2940503^
+27 ;;^DD(9.716,3,21,1,0)
+28 ;;=This is optional parameters that may be need during a restart.
+29 ;;^DD(9.716,3,"DT")
+30 ;;=2940503
+31 ;;^DD(9.718,0)
+32 ;;=GLOBALS SUB-FIELD^^1^2
+33 ;;^DD(9.718,0,"DT")
+34 ;;=2950109
+35 ;;^DD(9.718,0,"IX","B",9.718,.01)
+36 ;;=
+37 ;;^DD(9.718,0,"NM","GLOBALS")
+38 ;;=
+39 ;;^DD(9.718,0,"UP")
+40 ;;=9.7
+41 ;;^DD(9.718,.01,0)
+42 ;;=GLOBALS^MF^^0;1^K:$L(X)>30!($L(X)<2) X
+43 ;;^DD(9.718,.01,1,0)
+44 ;;=^.1
+45 ;;^DD(9.718,.01,1,1,0)
+46 ;;=9.718^B
+47 ;;^DD(9.718,.01,1,1,1)
+48 ;;=S ^XPD(9.7,DA(1),"GLO","B",$E(X,1,30),DA)=""
+49 ;;^DD(9.718,.01,1,1,2)
+50 ;;=K ^XPD(9.7,DA(1),"GLO","B",$E(X,1,30),DA)
+51 ;;^DD(9.718,.01,3)
+52 ;;=Answer must be 2-30 characters in length.
+53 ;;^DD(9.718,.01,21,0)
+54 ;;=^^2^2^2950109^^
+55 ;;^DD(9.718,.01,21,1,0)
+56 ;;=The name of a Global or Global root that was installed by this
+57 ;;^DD(9.718,.01,21,2,0)
+58 ;;=package.
+59 ;;^DD(9.718,.01,"DT")
+60 ;;=2950109
+61 ;;^DD(9.718,1,0)
+62 ;;=COMPLETED TIME^D^^0;2^S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
+63 ;;^DD(9.718,1,21,0)
+64 ;;=^^1^1^2950109^
+65 ;;^DD(9.718,1,21,1,0)
+66 ;;=This is the time the Global was installed.
+67 ;;^DD(9.718,1,"DT")
+68 ;;=2950109