Appendix
MVS6000 System Level Manual/1.0/Dec-2001 A-5
New messages
Debug
06c3 MVS6000 errorlog dump
06C3p1[px][p1[px]]
p0 | 2 bytes | message identifier for MVS
p1 | 2 bytes | message length
p2 | 1 byte | parameter modifier:
| | 00 = no change of parameters .......................................... : CASE 0
| | 01 = full dump .................................................………..... : CASE 1
| | 02 = change field separator .................................…......... : CASE 2
| | 03 = dump in "error.log" .....................................…......... : CASE 3
| | 04 = dump in <filename> ...................................….......... : CASE 4
| | 05 = clear file ....................................................………... : CASE 5
| CASE 00 | No change
| ------- | ---------
px | 0 bytes | No further info.
| | The default dump corresponds to an incremental dump of the error log to the virtuoso console
window
| CASE 01 | full dump
| ------- | ---------
px | 0 bytes | No further info.
| | The total error info is dumped i.s.o. the changes in respect to the previous dump.
| CASE 02 | field separator
| ------- | ---------------
px | 1 byte | ASCII character to put between the individual fields of an error record
| | following fields are dumped:
| | ticket - type - nr of arguments - line number - file name - argument 1 type - argument 1 value - ...
| CASE 03 | dump in "error.log"
| ------- | -------------------
px | 0 bytes | No further info.
| CASE 04 | dump in <filename>
| ------- | -------------------
px | 1 byte | number of characters in <filename>
| n bytes | <filename>
| CASE 05 | clear file
| ------- | ----------
px | 0 bytes | No further info.
| | overwriting the file i.s.o. appending.
| |
The error log is an ASCII text file comprising records which are separated by a
<CR> and chronologically ordered from oldest to newest. Each record starts with
5 parameters followed by a variable number of arguments, each argument consists
of two elements. All fields are terminated by the field separator (default is
'|').