/ZEBRA_DZ

ZEBRA/DZ package: debugging.

/ZEBRA/DZ/SHOW name [ number chopt ]

NAME C Bank name
NUMBER I Bank number D=1
CHOPT C Options D='BSV'

CHOPT:

'B' Print the bank.
'S' Print the bank contents from left to right Sideways with up to ten elements per line.
'V' Print the vertical (down) structure.
'D' Print the bank contents from top to bottom Downwards with five elements per line.
'L' Print the linear structure.
'Z' Print the data part of each bank in hexadecimal format

Display the contents of a bank or a data structure identified by its NAME and NUMBER. The output format of the data part is controlled by the internal or external I/O characteristic.

/ZEBRA/DZ/SURV name [ number ]

NAME C Bank name
NUMBER I Bank number D=1

Print a survey of the structure identified by NAME, NUMBER.

/ZEBRA/DZ/SNAP [ idiv chopt ]

IDIV I Division number D=2 R=0:24
CHOPT C Options D='M'

CHOPT:

'M' Print Map entry for each bank
'E' Extend map entry to dump all links of each bank (otherwise only as many links as will fit on a line)
'F' Full. Dump all active banks, links and data
'K' Kill. Dropped banks to be treated as active (dropped banks are not normally dumped under D or F option)
'L' Dump all Link areas associated with the store
'W' Dump the Working space, links and data
'Z' Dump the information in hexadecimal.

Provides a snapshot of one or more divisions in a ZEBRA store. The kind of information provided is controlled by CHOPT.

/ZEBRA/DZ/VERIFY [ idiv chopt ]

IDIV I Division number D=0 R=0:24
CHOPT C Options D='CLSU'

CHOPT:

'C' Check chaining of banks only
'L' Check validity of the structural links (implies 'C')
'S' Check the store parameters
'U' Check the validity of the up and origin (implies 'C')
'F' Errors are considered fatal and generate a call to ZFATAL

Check the structure of one or more ZEBRA divisions. The verification detail depends on the settings in CHOPT.

/ZEBRA/DZ/STORE [ ixstor ]

IXSTOR I Store number D=0 R=0:24

Display the structure of the ZEBRA store IXSTOR. Output the parameters characterizing the store, followed by a list of all divisions and all link areas associated with the store in question.