Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: ZOSVKSOE

ZOSVKSOE.m

Go to the documentation of this file.
  1. %ZOSVKSE ;OAK/KAK - Automatic INTEGRIT Routine (Cache) ;5/9/07 10:46
  1. ;;8.0;KERNEL;**90,94,197,268,456**;Jul 26, 2004
  1. ;
  1. ; Version for Cache
  1. ;
  1. Q
  1. ;
  1. START(KMPSTEMP) ;-- called by routine CVMS+2^KMPSGE/CWINNT+1^KMPSGE in VAH
  1. ;
  1. ; KMPSTEMP... ^ piece 1: SiteNumber
  1. ; piece 2: SessionNumber
  1. ; piece 3: XTMP Global Location
  1. ; piece 4: Current Date/Time
  1. ; piece 5: Production UCI
  1. ;
  1. N DIRNAM,KMPSDT,KMPSERR,KMPSERR1,KMPSERR2,KMPSERR3,KMPSERR4
  1. N KMPSLOC,KMPSPROD,KMPSSITE,KMPSVOL,KMPSZU,NUM,X,VERSION,ZV
  1. ;
  1. I $$NEWERR^%ZTER N $ETRAP,$ESTACK S $ETRAP="D ERROR^%ZOSVKSE"
  1. E S X="ERROR^%ZOSVKSE",@^%ZOSF("TRAP")
  1. ;
  1. S U="^",KMPSSITE=$P(KMPSTEMP,U),NUM=$P(KMPSTEMP,U,2),KMPSLOC=$P(KMPSTEMP,U,3)
  1. S KMPSDT=$P(KMPSTEMP,U,4),KMPSPROD=$P(KMPSTEMP,U,5),KMPSVOL=$P(KMPSTEMP,U,6)
  1. K KMPSTEMP
  1. S KMPSZU=$ZU(5)_","_KMPSVOL
  1. S ^XTMP("KMPS","START",KMPSVOL,NUM)=$H
  1. S VERSION=+($TR($E($ZV,38,43)," ",""))
  1. ;
  1. UCI ;-- code from routine INTEGRIT/Integrity
  1. ;
  1. ; DIRNAM = directory name
  1. S DIRNAM=KMPSVOL
  1. ;
  1. S ZV=$E($ZV,1,17)
  1. I ZV="Cache for Windows" D UC1
  1. I ZV="Cache for OpenVMS" D UC1VMS
  1. DONE ; normal exit
  1. C 63
  1. K ^XTMP("KMPS","START",KMPSVOL)
  1. Q
  1. ;
  1. UC1 ;-- entry point for Cache NT
  1. ; code from routine INTEGRIT
  1. ;
  1. N A,BLK,CUR,DIRSTAT,ERR,G,GLOBAL,J,LEV,LINK,LNB,LNBLK,LNBYTE,LSNP,LTOTBLK,LTOTBYTE
  1. N N,NB,NBLK,NBYTE,NP,RET,TL,TOTBLK,TOTBYTE
  1. ;
  1. ; prevent dismounted database
  1. S DIRSTAT=$P($ZU(49,DIRNAM),",",1)
  1. ; either dismounted or does not exist
  1. I DIRSTAT<0 D ERR G ERROR
  1. O 63:"^^"_DIRNAM
  1. D INTEG1
  1. I $G(GLOBAL(1))="" S ^XTMP("KMPS",KMPSSITE,NUM," NO GLOBALS ",KMPSVOL)="" Q
  1. D EV1
  1. Q
  1. ;
  1. GLOCHK ;
  1. N GLOINFO,JRNL,PROT,PROTINFO
  1. ;
  1. ; these extra logic ideas are from routine %GD
  1. ; GLO = name ^ type ^ protection ^ growth_area ^ root_block (first pointer block) ^ journal ^ collate
  1. S PROT=$P(GLO,U,3),PROT(0)="N",PROT(1)="R",PROT(2)="RW",PROT(3)="RWD"
  1. ; protection - world ^ group ^ owner ^ network
  1. S PROTINFO=PROT(PROT\16#4)_U_PROT(PROT\4#4)_U_PROT(PROT#4)_U_PROT(PROT\64#4)
  1. S JRNL=$S($P(GLO,U,6):"Y",1:"N")
  1. ; global info = jrnl^collating^blank^growth area block^blank^protection:world^group^owner^network^first pointer block
  1. S GLOINFO=JRNL_U_$P(GLO,U,7)_"^^"_$P(GLO,U,4)_"^^"_PROTINFO_U_$P(GLO,U,5)
  1. ; end of extra logic ideas
  1. ;
  1. S TOTBLK=TOTBLK+1
  1. S G=$P(GLO,U,2,99),G=$P(G,U,4),LEV=1
  1. ;
  1. ; quit if global is implicit - do not process
  1. I G\256=65535 Q
  1. ;
  1. S X="ERRHND^%ZOSVKSE",@^%ZOSF("TRAP")
  1. S $ZE=""
  1. ;
  1. B ; LEV(LEV) = root block
  1. S LEV(LEV)=G
  1. V G
  1. S A=$V(2043,0)
  1. ; find bottom level
  1. I A=2!(A=6) S G=$V(2,-5),LEV=LEV+1 G B
  1. ;
  1. S X="",@^%ZOSF("TRAP")
  1. ;
  1. ; W LEV_" Levels in this global"
  1. S (NBLK,LNBLK,NBYTE,LNBYTE)=0,CUR=1
  1. ; LEV(1) = first block number
  1. S ^XTMP("KMPS",KMPSSITE,NUM,KMPSDT,$P(GLO,U),KMPSZU)=LEV(1)_U_GLOINFO
  1. C S BLK=LEV(CUR),RET="RETURN^"_$ZN
  1. ; W "Level: "_CUR_", "
  1. ;
  1. S X="ERRHND^%ZOSVKSE",@^%ZOSF("TRAP")
  1. ;
  1. D RESTART^%ZOSVKSS
  1. ;
  1. S X="",@^%ZOSF("TRAP")
  1. ;
  1. Q:+$G(^XTMP("KMPS","STOP"))
  1. RETURN S TOTBLK=NP+TOTBLK,LTOTBLK=LTOTBLK+LSNP
  1. S TOTBYTE=TOTBYTE+NB,LTOTBYTE=LTOTBYTE+LNB
  1. I $ZE="" S CUR=CUR+1 I CUR<LEV G C
  1. ; W %TIM
  1. Q
  1. ERRHND ; if there's an error from line tag B or from call
  1. ; to RESTART^%ZOSVKVSS come here and skip the rest
  1. ; of this global
  1. S X="",@^%ZOSF("TRAP")
  1. Q
  1. EV1 ;
  1. N GC,GLO,GS
  1. ;
  1. S (TOTBLK,LTOTBLK,TOTBYTE,LTOTBYTE,GC)=0
  1. EV2 S GC=$O(GLOBAL(GC)),GS=1
  1. ;
  1. S ^XTMP("KMPS","START",KMPSVOL,NUM)=$H
  1. ;
  1. I GC=""!+$G(^XTMP("KMPS","STOP")) G EVL
  1. EV3 S GLO=$P(GLOBAL(GC),",",GS)
  1. I GLO=""!+$G(^XTMP("KMPS","STOP")) G EVL
  1. I GLO="*" G EV2
  1. ; W "Global ^"_$P(GLO,U)
  1. D GLOCHK
  1. S GS=GS+1
  1. G EV3
  1. EVL ; N TBLK
  1. ; S TBLK=TOTBLK+LTOTBLK
  1. ; W "Total global blocks in "_DIRNAM_" = "_TBLK
  1. ; W "Total efficiency = "
  1. ; I (TBLK) W ((TOTBYTE+LTOTBYTE)*100)\((2036*TOTBLK)+(2048*LTOTBLK))_"%"
  1. Q
  1. ERR ;
  1. I DIRSTAT=-1 S KMPSERR1=DIRNAM_" is dismounted"
  1. I DIRSTAT=-2 S KMPSERR1=DIRNAM_" does not exist"
  1. ; set the error variable
  1. S $ZE="<UDIRECTORY>UC1+6^%ZOSVKSE"
  1. Q
  1. ;-- end code from routine INTEGRIT
  1. ;
  1. INTEG1 ;-- code from routine INTEG1
  1. ;
  1. ; place global information into local variable GLOBAL array
  1. ; GLOBAL(1:C) = gbl_info1, gbl_info2, ... * (no '*' on last)
  1. ; gbl_info = name ^ type ^ protection ^ growth_area ^ root_block (first pointer block) ^ journal ^ collate
  1. ;
  1. N %ST,A,C,END,G,GD,INFO,NAM,P
  1. ;
  1. K GLOBAL
  1. S C=1,GLOBAL(C)=""
  1. V 1
  1. D GFS^%ST
  1. ; obtain global directory (GD) from system table array (%ST)
  1. S GD=$V(%ST("GFOFFSET")+%ST("gfdir"),0,%ST("szdir")),G=0
  1. B1 V GD
  1. S END=$V(2046,0,2),NAM="",P=0
  1. ;
  1. NEXT G D1:END'>P
  1. ;
  1. C1 ; build name
  1. S A=$V(P,0),P=P+1
  1. I A S NAM=NAM_$C(A) G C1
  1. ;
  1. ; info = type ^ protection ^ growth_area ^ root_block (first pointer block) ^ journal ^ collate
  1. S INFO=$V(P,0,"2O")_U_$V(P+2,0)_U_$V(P+3,0,"3O")_U_$V(P+6,0,"3O")_U_$V(P,0)_U_$V(P+1,0)
  1. ;
  1. ; one entry
  1. S GLOBAL=NAM_U_INFO
  1. I $L(GLOBAL(C))>460 S GLOBAL(C)=GLOBAL(C)_"*",C=C+1,GLOBAL(C)=""
  1. ;
  1. S GLOBAL(C)=GLOBAL(C)_GLOBAL_","
  1. ;
  1. S G=G+1,P=P+9,NAM="" G NEXT
  1. D1 S GD=$V(2040,0,"3O") I GD G B1
  1. Q
  1. ;-- end code from routine INTEG1
  1. ;
  1. ERROR ; ERROR - Tell all SAGG jobs to STOP collection
  1. ;
  1. C 63
  1. S KMPSERR="Error encountered while running SAGG collection routine for volume set "_$G(KMPSVOL)
  1. S KMPSERR2="Last global reference = "_$ZR
  1. S KMPSERR3="Error code = "_$$EC^%ZOSV
  1. I $D(KMPSERR4) S KMPSERR4="For more information, read text at line tag "_KMPSERR4_" in routine ^%ZOSVKSS"
  1. ;
  1. S ^XTMP("KMPS","ERROR",KMPSVOL)="",^XTMP("KMPS","STOP")=1
  1. K ^XTMP("KMPS","START",KMPSVOL)
  1. ;
  1. D ^%ZTER,UNWIND^%ZTER
  1. ;
  1. Q
  1. ;
  1. UC1VMS ;-- entry point for Cache VMS
  1. ; code from routine Integrity (Cache v4.1.16)
  1. ;
  1. N GLOARRAY,RC
  1. ;
  1. ; set up GLOARRAY array indexed by global name
  1. S RC=$$GETDIRGL^%ZOSVKSD(VERSION)
  1. ;
  1. I ('+RC) D ERRVMS G ERROR
  1. ;
  1. I '$D(GLOARRAY) S ^XTMP("KMPS",KMPSSITE,NUM," NO GLOBALS ",KMPSVOL)="" Q
  1. ;
  1. O 63:"^^"_DIRNAM
  1. ;
  1. D ALLGLO
  1. ;
  1. Q
  1. ;
  1. ALLGLO ;- collect global info
  1. ;
  1. N COLLATE,DATASIZE,FBLK,GLO,GLOINFO,GLOTOTBLKS,GLOPNTBLKS,GLOTOTBYTES
  1. N GLOPNTBYTES,GLOBIGBLKS,GLOBIGBYTES,GLOBIGSTRINGS,GRWBLK
  1. N I,INFO,JRNL,LEV,MSGLIST,PROT,PROTECT,PROTINFO,RC,TPTRBLK,TRY
  1. ;
  1. S GLO="",RC=1
  1. S PROT(0)="N",PROT(1)="R",PROT(2)="RW",PROT(3)="RWD"
  1. ;
  1. F S GLO=$O(GLOARRAY(GLO)) Q:GLO=""!+$G(^XTMP("KMPS","STOP")) D Q:+$G(^XTMP("KMPS","STOP"))!('+RC)
  1. .;
  1. .S (COLLATE,FBLK,GRWBLK,JRNL,PROTECT,TPTRBLK)=""
  1. .S PROTINFO="^^^"
  1. .;
  1. .; return collation value for this global (GLO)
  1. .;S RC=$$GetCollationType^%DM(DIRNAM,GLO,.COLLATE)
  1. .;
  1. .; return protection value for this global (GLO)
  1. .;S RC=$$GetProtectState^%DM(DIRNAM,GLO,.PROTECT)
  1. .;I +RC D
  1. ..; protection - world ^ group ^ owner ^ network
  1. ..;S PROTINFO=PROT(PROTECT\16#4)_U_PROT(PROTECT\4#4)_U_PROT(PROTECT#4)_U_PROT(PROTECT\64#4)
  1. .;
  1. .; return top pointer block and first data block for this global (GLO)
  1. .;S RC=$$GetGlobalPointers^%DM(DIRNAM,GLO,.TPTRBLK,.FBLK)
  1. .;
  1. .;-- these extra logic ideas are from routine ^%GD
  1. .; this code MUST use %utility($J) to properly work
  1. .;K ^%utility($J)
  1. .;
  1. .; $$Fetch^%GD is NOT a PUBLIC API
  1. .; <<< PUBLIC API $$GetJournalType^%DM did NOT work >>>
  1. .;I $$Fetch^%GD(GLO,1,0) D
  1. ..;S INFO=$G(^%utility($J,U_GLO))
  1. ..;Q:INFO=""
  1. ..;
  1. ..;S GRWBLK=$P(INFO,U,2)
  1. ..;S JRNL=$S($P(INFO,U,4):"Y",1:"N")
  1. ..;
  1. ..;K ^%utility($J)
  1. ..;-- end of extra logic ideas from routine ^%GD
  1. .;
  1. .; global info - '^' delimited
  1. .; piece 1: first block
  1. .; piece 2: jrnl^collate
  1. .; piece 3: bits(blank)
  1. .; piece 4: growth area block
  1. .; piece 5: protection:system(blank)
  1. .; piece 6: protection:world
  1. .; piece 7: group^owner
  1. .; piece 8: network^top (first) pointer block
  1. .S GLOINFO=FBLK_U_JRNL_U_COLLATE_"^^"_GRWBLK_"^^"_PROTINFO_U_TPTRBLK
  1. .;
  1. .S ^XTMP("KMPS",KMPSSITE,NUM,KMPSDT,GLO,KMPSZU)=GLOINFO
  1. .;
  1. .; check integrity of a single global
  1. .; will stop if there are more than 999 errors with this global
  1. .S RC=$$GLOINTEG^%ZOSVKSD(VERSION)
  1. .;
  1. .K MSGLIST
  1. .D DCMPST^%ZOSVKSD(VERSION)
  1. .;
  1. .S (LEV,RC)=1
  1. .F I=1:1:MSGLIST D
  1. ..S INFO=MSGLIST(I),BLK=$$BLK(INFO),EFF=$$EFF(INFO)
  1. ..;
  1. ..; more than 999 errors reported
  1. ..I INFO["***Further checking of this global is aborted." S RC=0 D ERRVMS1 Q
  1. ..;
  1. ..I ($P(INFO,":")["Top Pointer Level")!($P(INFO,":")["Top/Bottom Pnt Level") D Q
  1. ...S ^XTMP("KMPS",KMPSSITE,NUM,GLO,KMPSZU,KMPSDT,1)=BLK_"^"_EFF_"%^Pointer"
  1. ..I $P(INFO,":")["Pointer Level" D Q
  1. ...S LEV=LEV+1,^XTMP("KMPS",KMPSSITE,NUM,GLO,KMPSZU,KMPSDT,LEV)=BLK_"^"_EFF_"%^Pointer"
  1. ..I $P(INFO,":")["Bottom Pointer Level" D Q
  1. ...S LEV=LEV+1,^XTMP("KMPS",KMPSSITE,NUM,GLO,KMPSZU,KMPSDT,LEV)=BLK_"^"_EFF_"%^Bottom pointer"
  1. ..I $P(INFO,":")["Data Level" D Q
  1. ...S ^XTMP("KMPS",KMPSSITE,NUM,GLO,KMPSZU,KMPSDT,"D")=BLK_"^"_EFF_"%^Data"
  1. ..I $P(INFO,":")["Big Strings" D Q
  1. ...S ^XTMP("KMPS",KMPSSITE,NUM,GLO,KMPSZU,KMPSDT,"L")=BLK_"^"_EFF_"%^LongString"
  1. ;
  1. I ('+RC) G ERROR
  1. ;
  1. Q
  1. ;
  1. BLK(STRNG) ;-- function to obtain number of blocks from input string
  1. ;
  1. N BLK
  1. Q:$G(STRNG)="" ""
  1. S BLK=$$NOCOMMA($P($P(STRNG,"=",2)," "))
  1. Q BLK
  1. ;
  1. EFF(STRNG) ;-- function to obtain efficiency from input string
  1. ;
  1. N EFF
  1. Q:$G(STRNG)="" ""
  1. S EFF=$P($P(STRNG,"%"),"(",2)
  1. Q EFF
  1. ;
  1. NOCOMMA(IN) ;-- strip comma from input string
  1. ;
  1. Q $TR(IN,",","")
  1. ;
  1. ERRVMS ;
  1. S $ZE="<ERROR>UC1VMS+6^%ZOSVKSE"
  1. I '+RC S KMPSERR1="ERROR: Cannot find global names for "_DIRNAM
  1. Q
  1. ;
  1. ERRVMS1 ;
  1. S $ZE="<ERROR>ALLGLO+50^%ZOSVKSE"
  1. S KMPSERR1="ERROR: Over 999 integrity errors with ^"_GLO_" in "_DIRNAM
  1. Q