XBTM11 ; IHS/ADC/GTH - TECH MANUAL : GLOSSARY ; [ 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
;;Please refer to the IHS Programming Standards And Conventions
;;(SAC) for a list of terms relevant to programming.
;;|SETTAB("C")||TAB|
;;|SETTAB("C")||TAB|
;;###
XBTM11 ; IHS/ADC/GTH - TECH MANUAL : GLOSSARY ; [ 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 ;;Please refer to the IHS Programming Standards And Conventions
+2 ;;(SAC) for a list of terms relevant to programming.
+3 ;;|SETTAB("C")||TAB|
+4 ;;|SETTAB("C")||TAB|
+5 ;;###