XBTM6 ; IHS/ADC/GTH - TECH MANUAL : ARCHIVING & PURGING ; [ 02/07/97 3:02 PM ]
;;3.0;IHS/VA UTILITIES;;FEB 07, 1997
;
NEW A
F A=1:1 S X=$P($T(PR+A),";;",2) Q:X="###" D PR(X) Q:$D(DUOUT)
Q:$D(DUOUT)
D ^DIWW
Q
;
PR(X) NEW A D PR^XBTM(X) Q
;;At the present time there are no
;;archiving and/or purging capabilities with this package.
;;|SETTAB("C")||TAB|
;;|SETTAB("C")||TAB|
;;###
XBTM6 ; IHS/ADC/GTH - TECH MANUAL : ARCHIVING & PURGING ; [ 02/07/97 3:02 PM ]
+1 ;;3.0;IHS/VA UTILITIES;;FEB 07, 1997
+2 ;
+3 NEW A
+4 FOR A=1:1
SET X=$PIECE($TEXT(PR+A),";;",2)
IF X="###"
QUIT
DO PR(X)
IF $DATA(DUOUT)
QUIT
+5 IF $DATA(DUOUT)
QUIT
+6 DO ^DIWW
+7 QUIT
+8 ;
PR(X) NEW A
DO PR^XBTM(X)
QUIT
+1 ;;At the present time there are no
+2 ;;archiving and/or purging capabilities with this package.
+3 ;;|SETTAB("C")||TAB|
+4 ;;|SETTAB("C")||TAB|
+5 ;;###