-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatacenter2.html
More file actions
40 lines (32 loc) · 1.52 KB
/
datacenter2.html
File metadata and controls
40 lines (32 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no; width=device-width" />
<link rel="stylesheet" href="styles3.css" type="text/css" />
</head>
<body>
<div class="content">
<div class="card">
<center>
<b> Banks Slate Data Service in Twin Falls</b><br>
Idaho Statesman August 13, 1968
</center><br>
Officials of Fidelity National Bank and Idaho First National Bank
anounced that a data processing service center to be known as the bank data center
will soon be in operation in Twin Falls to handle specialized banking information
processing.<br><br>
Initially the center, to be managed by James Gibson, will process checking account
data for Fidelity's three offices and three Idaho First National branches in the magic Valley.
However, officials said the centers services will be available to any bank.<br><br>
Some of the equipment for the center located in newly remodeled quarters in the 300
block of Third Street East has already arrived and more is coming in.
An IBM 1240 computer will be installed about the middle of September. According to
Harold Stearley, vice president of Fidelity, his bank will begin proof work at the
center within the next couple of weeks.
When in full operation in October, the center will operate in conjunction with a center
in Boise via a telephone line utilizing an IBM 360 computer for the heavy work of computing
daily balances on all checking accounts.
</div>
</div>
</body>
</html>