> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Report Process

The Report process generates reports during batch processing.

## Supported Reports

* Data Quality Report (DQR)
* CASS Report
* PS3553 Report
* SERP Report

## Usage

The Report Process is invoked from lqtBatch using the following command-line options:

| Option | Description                                                        |
| ------ | ------------------------------------------------------------------ |
| `-r`   | List of reports to generate (delimited by pipe character)          |
| `-ri`  | Report info file passed to the report generator (optional)         |
| `-ro`  | Report output file name (optional - uses default if not specified) |

## Report Types

| Supported Report | Definition                                                                                                                 |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------- |
| **DQR**          | Data Quality Report                                                                                                        |
| **CASS**         | CASS Stage File Report                                                                                                     |
| **PS3553**       | CASS summary report that may be submitted to USPS together with the mailing list that was processed using the CASS Process |
| **SERP**         | SERP address accuracy report                                                                                               |

## Example

```bash theme={null}
lqtBatch.exe -p v -r DQR -i c:\test\input.txt -d c:\test\data -ro myreport.txt
```
