# charge-to command

The charge-to command changes the current
accounting charges accumulation.

Subsequent usage statistics are accumulated to a new accounting
entity composed of the user-ID, followed by the specified charge to
text string in the form:

```
user-ID*entity
```
The charges are accumulated in the dm,acc, file, if the accounting flag has been set in the user or account.

## Syntax

```
charge-to text.string
```

## Example(s)

```
who
37 dm krb
charge-to mastercard
<connect time= 121 mins.; CPU= 23747 units; lptr pages= 4>
who
37 dm*mastercard krb
```

| connect time | Number of minutes the account has been logged on. |
| --- | --- |
| CPU | Number of CPU units used by the account. CPU units vary from system to system. |
| lptr pages | Number of pages sent to the printer (spooler). |

## See also

- [charges command](https://d3codex.com/tcl/charges-command/)
- [list-users command](https://d3codex.com/tcl/list-users-command/)
- [listpeqs command](https://d3codex.com/tcl/listpeqs-command/)
- [logon command](https://d3codex.com/tcl/logon-command/)
- [logto command](https://d3codex.com/tcl/logto-command/)
- [off command (TCL commands)](https://d3codex.com/tcl/off-command-tcl-commands/)
- [ud070 user exit](https://d3codex.com/proc/ud070-user-exit/)

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