# pverify command

The pverify command verifies the checksum
for the object code of a BASIC program.

## Syntax

```
pverify file.reference {itemlist*} {(options}
```

## Parameter(s)

| options | e | Suppresses the message [429] program object verifies. |
| --- | --- | --- |
| p | Directs output to the spooler. | |
Each time a program is compiled, a checksum is generated
and stored with the object code. The pverify command
recalculates the checksum, then verifies it against the stored checksum.

## See also

- [Binary files (glossary)](https://d3codex.com/definitions/binary-files-glossary/)
- [mverify command](https://d3codex.com/tcl/mverify-command/)
- [verify-system command](https://d3codex.com/tcl/verify-system-command/)

---
Source: https://d3codex.com/tcl/pverify-command/ - part of the D3Codex reference.
