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

Diagnostics for MZPUSH

CALL MZPUSH (IXSTOR,*L*,INCNL,INCND,CHOPT)

#ZFATAL>ZFATAL termination

  case 1 :  invalid input parameter L
  case 2 :  L designates a dead bank
  case 3 :  invalid input parameters INCNL or INCND
  case 4 :  attempt to give up non-zero structural link N
  case 5 :  invalid origin-link in bank at L

The following numbers are given in /QUEST/

for cases 1 to 5 :

 IQUEST(11) = L

for cases 2 to 5 :

 IQUEST(12) = ID  original parameters of the bank
       (13) = NS
       (14) = NL
       (15) = ND
       (16) = NIO  (number of extra I/O words)
       (17) = INCNL  the input parameters
       (18) = INCND

for case 4 :

 IQUEST(19) = N, the link number
       (20) = the link content

for case 5 :

 IQUEST(19) = K = the origin-link of the bank at L


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