# list-abs macro

The list-abs macro produces a report
of each D3 mode in the dm,abs, file, showing
any modes it calls and those modes which are called.

## Syntax

```
list-abs {(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. | |

## See also

- [abs file](https://d3codex.com/systemfiles/abs-file/)
- [abs.fid command](https://d3codex.com/tcl/abs-fid-command/)
- [create-abs command](https://d3codex.com/tcl/create-abs-command/)
- [exec command](https://d3codex.com/tcl/exec-command/)
- [Macros](https://d3codex.com/definitions/macros-glossary/)
- [Options (Access Query Language)](https://d3codex.com/access/options-access-query-language/)

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