batch
Batch processing is a resource-saving transaction
		type that stores data for processing at pre-defined times. Batch processing is
		useful for enterprises that need to process large amounts of data using limited
		resources. Examples of batch processing include credit card transactions, for
		which the transactions are processed monthly rather than in real time. Credit
		card transactions need only be processed once a month in order to produce a
		statement for the customer, so batch processing saves IT resources from having
		to process each transaction individually.