1 02/28/85 write_acct_bill
2
3 Syntax as a command: write_acct_bill mm yy
4
5
6 Function: produces a bill for each external account number. Each bill
7 contains one line for each Multics account.
8
9
10 Arguments:
11 mm
12 is a two-digit month designation.
13 yy
14 are the last two digits of the year.
15
16
17 Notes: The input to this program is the reqfile segment in the working
18 directory.
19
20 The output is on the switches named bill and mailing_copy, which must
21 have been previously attached.
22
23 This command is used by biller.ec to create the bill and mailing_copy
24 segments. The two segments differ in that mailing_copy has a page
25 containing the mailing address of the intended recipient of the bill.
26
27 The operation of this command depends on the proper attachment of the
28 I/O switches by biller.ec.