# list-system-errors macro

The list-system-errors macro produces
a sorted report of error conditions logged into the dm,errors, file.

## Syntax

```
list-system-errors {(options}
```

## Parameter(s)

| options | n | Affects output to the terminal only, preventing output from pausing at the end of each (terminal) page of output. |
| --- | --- | --- |
| p | Directs output to the system printer, via the spooler. | |
Since this is a standard macro, which executes the AQL sort command, any options available to sort may be passed
through to be executed with the command.

The most recently recorded
errors display first on the report.

## See also

- [errors file](https://d3codex.com/systemfiles/errors-file/)
- [list-errors macro](https://d3codex.com/tcl/list-errors-macro/)
- [Options (Access Query Language)](https://d3codex.com/access/options-access-query-language/)

---
Source: https://d3codex.com/tcl/list-system-errors-macro/ - part of the D3Codex reference.
