next up previous contents index
Next: Diagnostics for MZSDIV Up: Error Diagnostics Previous: Diagnostics for MZRELB

Diagnostics for MZREPL

CALL MZREPL (IXDIV, LIX, CHOPT)

#ZFATAL>ZFATAL termination

   case 1 :  division not defined
   case 2 :  not enough table space
   case 3 :  LIX is not a valid (index) bank adr
   case 4 :  bank at LIX has less than 2 links or zero data words
   case 5 :  bank LOLD or LNEW of index bank LIX is not in division JDIVI
   case 6 :  LOLD is not a valid bank adr
   case 7 :  LNEW is not a valid bank adr

The following numbers are given in /QUEST/

for cases 1 to 7 :

   IQUEST(11) = JDIVI, the division number for the old/new banks

for cases 3 to 7 :

   IQUEST(12) =  start adr of division JDIVI
         (13) =    end adr of division JDIVI
         (14) =  LIX, the adr of the current index bank

for cases 4 to 7 :

   IQUEST(15:17) = NL, NS, ND of the current index bank
         (18:19) = LOLD, LNEW of the current index bank


Janne Saarela
Mon May 15 08:34:47 METDST 1995