1 | XINDX6 ;ISC/REL,GRK - GET SET OF ROUTINES TO INDEX ;11/07/2002 15:10
|
---|
2 | ;;7.3;TOOLKIT;**20,27,66**;Apr 25, 1995
|
---|
3 | ;INP(1=Print more than warnings, 2= Print routines, 3= Print warnings, 4= Print DDs & Functions & Options, 5= Type of List, 6= Summary only, 7= Save Parameters
|
---|
4 | ;INP(8= Index called routines, 9= Include the Compiled template routines, 10 = Build or Package file DA
|
---|
5 | ;INP(11= execute to check for version number on second line, 12= Patch number check.
|
---|
6 | N %A2,%I,%IN2,%IN3,%N,%QMK,%YN,AC,ANS,C8,CM,CX,DEF,DDOT,DIF,E,EC,ER
|
---|
7 | N INDHDR,INP,LI,LL,LN,LV,N,NOA,OP,PG,QUES,RN,T,XCNP,XX1,XX2,Z,Z1
|
---|
8 | K ^UTILITY($J),ZTSK,ZTDTH,ZTIO
|
---|
9 | S:'$D(DTIME)#2 DTIME=360
|
---|
10 | D HOME^%ZIS,HDR^XINDX7
|
---|
11 | D ASKRTN
|
---|
12 | S Q="""",RTN=0 F I=1:1:10 S INP(I)=0
|
---|
13 | S (INP(11),INP(12))=""
|
---|
14 | S INP("MAX")=10000 ;Max routine size
|
---|
15 | S INDDA=0 I $D(^DIC(9.4))!$D(^DIC(9.6)) D ^XINDX10 G END:$D(DUOUT) S INDDA=DA I DA>0 D ANS("Include the compiled template routines: N//","NY") G:X="^" END S:"Nn"'[X INP(9)=1
|
---|
16 | G END:(NRO'>0)&(INDDA'>0)
|
---|
17 | D ANS("Print more than compiled errors and warnings? YES//","YN","Print detailed info") G:X="^" END S INP(1)="Yy"[X G:'INP(1) L7
|
---|
18 | D ANS("Print summary only? NO//","NY","Skip detail on each routine") G:X="^" END S INP(6)="Yy"[X G L7:INP(6)
|
---|
19 | D ANS("Print routines? YES//","YN","Print routines code also") G:X="^" END S INP(2)="Yy"[X
|
---|
20 | I INP(2) D ANS("Print (R)egular,(S)tructured or (B)oth? R//","RLIST") G:X="^" END S INP(5)=X
|
---|
21 | I INDDA>0 D ANS("Print the DDs, Functions, and Options? YES//","YN","Gather other package code.") G:X="^" END S INP(4)="Yy"[X
|
---|
22 | D ANS("Print errors and warnings with each routine? YES//","YN") G:X="^" END S INP(3)="Yy"[X
|
---|
23 | L7 I $D(^DIC(9.8,0)),$D(DUZ) D ANS("Save parameters in ROUTINE file? NO//","NY","Update the ROUTINE file with details") G:X="^" END S INP(7)="Yy"[X
|
---|
24 | D ANS("Index all called routines? NO//","NY","Add called routines") G:X="^" END S INP(8)="Yy"[X
|
---|
25 | DEVICE W:NRO>2 !!,$C(7),"This report could take some time, Remember to QUEUE the report.",! K IOP,%ZIS S %ZIS="QM",%ZIS("B")="" D ^%ZIS K %ZIS I POP W !,$C(7),"XINDEX terminated. No device specified." G END
|
---|
26 | ;S IOP=ION_";"_IOST_$S($D(IO("DOC")):";"_IO("DOC"),1:";"_IOM_";"_IOSL)
|
---|
27 | I IO=IO(0),"C"[$E(IOST),$D(IO("Q"))#2 W !,"Do you really mean queue to this device? NO//" D NY I "Nn"[X W !!,"Ok, tell me again ..." K IO("Q") D ^%ZISC G DEVICE
|
---|
28 | I '$D(IO("Q")) G ALIVE^XINDEX ;Do it now
|
---|
29 | ;Queue Report
|
---|
30 | S ZTRTN="ALIVE^XINDEX",ZTDESC="XINDEX of "_NRO_" routine"_$S(NRO>1:"s.",1:".") F G="INP(","INDDA","^UTILITY($J,","NRO","INDPM" S ZTSAVE(G)=""
|
---|
31 | K IO("Q") D ^%ZTLOAD,HOME^%ZIS
|
---|
32 | ;
|
---|
33 | END K ZTSK,%ZIS G CLEAN^XINDX5
|
---|
34 | ;
|
---|
35 | ANS(PR,DEF,HELP) ;Ask question get answer
|
---|
36 | N % F S Y=1 W !!,PR D @DEF Q:Y
|
---|
37 | Q
|
---|
38 | YN S %="Y" D RD Q:"^YyNn"[X W:$D(HELP) !,HELP W !,"Please enter 'Y' or return for YES, 'N' for NO" S Y=0 Q
|
---|
39 | NY S %="N" D RD Q:"^YyNn"[X W:$D(HELP) !,HELP W !,"Please enter 'N' or return for NO, 'Y' for YES" S Y=0 Q
|
---|
40 | RD R X:DTIME S:X["^" X="^" S X=$E($$CASE^XINDX52(X)_%) Q
|
---|
41 | RLIST S %="R" D RD Q:"^RSBF"[X W !,"Please select one of the choices." S Y=0 Q
|
---|
42 | Q
|
---|
43 | ASKRTN ;Collect a list of routines to index.
|
---|
44 | I $D(^%ZOSF("RSEL")) X ^("RSEL") S NRO=0,X=0 F I=0:0 S X=$O(^UTILITY($J,X)) Q:X="" S NRO=NRO+1
|
---|
45 | Q
|
---|
46 | W !!,"LIST OF ROUTINES TO BE INDEXED; PRESS RETURN TO TERMINATE LIST",! S NRO=0
|
---|
47 | R1 R !,"ROUTINE NAME: ",ROU:$S($G(DTIME):DTIME,1:360) Q:ROU=""
|
---|
48 | I ROU'?1"%".UN&(ROU'?1U.UN) W " INVALID ROUTINE NAME" G R1
|
---|
49 | I $D(^%ZOSF("TEST")) S X=ROU X ^("TEST") E W " INVALID ROUTINE NAME" G R1
|
---|
50 | S NRO=NRO+1,^UTILITY($J,ROU)="" G R1
|
---|