Payroll System Description

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Payroll System - Description

Daily employee hours worked are recorded on time sheets at the end of the month, these time
sheets are keyed into the computer, validated, and recorded in a transaction file. Before the
update, this file is sorted into a master file sequence. This sorted transaction file is then used to
calculate salaries and update the master file.
The process involves reading the master record sequentially along with the transaction file.
Updated master records are written to a new master file.

You might also like