next up previous contents index
Next: Diagnostics for MZDROP Up: Error Diagnostics Previous: Diagnostics for MZCOPY

Diagnostics for MZDIV

CALL MZDIV (IXSTOR,IXDIV*,CHNAME,NW,NWMAX,CHOPT)

#ZFATAL>ZFATAL termination

  case 1 :  invalid input parameters
  case 2 :  maximum number of divisions possible exceeded
  case 3 :  not enough space to create the division

the following numbers are given in /QUEST/

for cases 1 to 3 :

 IQUEST(11) = char 1:4
       (12) =      5:8 of the printing name of the new division
       (13) = parameter NW, the primary allocation
       (14) = parameter NWMAX
       (15) = mode option :  0/1 = forward/reverse  (R)
       (16) = kind option
                   1 : user short-range
                   2 : user long-range  (L)
                   3 : package          (P)
       (17) = C option :  0/1 = no/yes

for case 3 :

 IQUEST(18) = number of words missing
       (19) = number of words required
       (20) = no. of words available in the reserve area
       (21) = max. shift of division 2 allowed


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