Skip to content

Commit 8e2da42

Browse files
committed
review updates
1 parent dae8cd9 commit 8e2da42

4 files changed

Lines changed: 26 additions & 14 deletions

File tree

ims-tm.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -409,14 +409,15 @@ <h1>4</h1>
409409
<div class="pure-u-1-3">
410410
<div class="pure-u-3-4">
411411
<h3>Speedy transactions</h3>
412-
<p>The IMS Transaction Manager receives messages from any platform, usually via TCP/IP through IMS Connect,
413-
and puts them on the message queue where an application program can retrieve it. An application might then
414-
send a response message back to the caller or another destination.
412+
<p>
413+
The IMS Transaction Manager receives messages from any platform, usually via TCP/IP through IMS Connect,
414+
puts them on the message queue where an application program can retrieve it.
415415
</p>
416-
<p>Think about getting money from an ATM or bank. The bank uses IMS TM to process transactions and IMS DB
417-
(in this case) to store customer account data.
416+
<p>
417+
Think about getting money from an ATM or bank. The bank uses IMS DB to store customer data and IMS TM to
418+
quickly process deposits, withdrawals, and queries.
418419
</p>
419-
<img src="wp-content/tm/speedy-transactions.png" alt="Diagram of IMS TM transaction processing">
420+
<img src="wp-content/tm/speedy-transactions-c.png" alt="Diagram of IMS TM transaction processing">
420421
<a href="https://www.ibm.com/docs/en/ims/15.5.0?topic=network-ims-tm-overview"
421422
target="_blank" rel="noopener noreferrer" aria-label="Learn more about IMS TM speedy transactions">Learn more →</a>
422423
</div>
@@ -425,10 +426,13 @@ <h3>Speedy transactions</h3>
425426
<div class="pure-u-1-3">
426427
<div class="pure-u-3-4">
427428
<h3>Ways to work</h3>
428-
<p>Use Red Hat® Ansible® and Red Hat® OpenShift® through digitally transformed ways of working, developing,
429-
and updating critical data-driven applications. The Ansible® for IBM Z® product offers more and
430-
more use cases, capabilities, and tools to automate many functions of IMS; for example, DBRC administration,
431-
IMS catalog management, and other configuration management all by using scripted Ansible playbooks.
429+
<p>
430+
Use Red Hat® Ansible® and Red Hat® OpenShift® through digitally transformed ways of working, developing,
431+
and updating critical data-driven applications.
432+
</p>
433+
<p>
434+
The Ansible® for IBM Z® product offers lots of use cases, capabilities, and tools to automate functions of IMS,
435+
such as DBRC administration or IMS catalog management, all by using scripted Ansible playbooks.
432436
</p>
433437
<img src="wp-content/tm/ways-to-work.png" alt="Customers in line">
434438
<a href="https://imsdev.github.io/ims-devops.html"
@@ -439,7 +443,11 @@ <h3>Ways to work</h3>
439443
<div class="pure-u-1-3">
440444
<div class="pure-u-3-4">
441445
<h3>Ways to connect</h3>
442-
<p>Take advantage of not just TCP/IP but RESTful APIs that can access IMS™ applications and data in minutes.</p>
446+
<p>Take advantage of not just TCP/IP but RESTful APIs that access IMS™ applications and data in minutes.
447+
Transactions might be issued from z/OS environments or distributed applications that use TCP/IP to communicate
448+
with IMS. Use IMS Connect to provide high performance TCP/IP communications between one or more IMS Connect
449+
clients and one or more IMS systems.
450+
</p>
443451
<img src="wp-content/tm/ways-to-connect.png" alt="Diagram of IMS application ecosystem">
444452
<a href="https://imsdev.github.io/ims-apis.html"
445453
target="_blank" rel="noopener noreferrer" aria-label="Learn more about how to connect to IMS TM">Learn more →</a>
@@ -460,7 +468,7 @@ <h4>The basics</h4>
460468
<div class="course-card">
461469
<div class="pure-u-1">
462470
<div class="pure-u-1 pure-u-md-6-24">
463-
<img src="wp-content/tm/video-cover-intro-ibm-ims.png" alt="IMS Fundamentals badge">
471+
<img src="wp-content/tm/tm-intro-ims-video-cover.png" alt="IMS Fundamentals badge">
464472
</div>
465473
<div class="pure-u-1 pure-u-md-18-24 course-desc">
466474
<h3>Introducing IBM Information Management System (IMS)</h3>
117 KB
Loading
176 KB
Loading

wp-includes/css/pages/tm.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
padding:0 !important
1818
}
1919

20+
.tm-hero p {
21+
line-height: 1.75;
22+
}
23+
2024
/* LEARN MORE SECTION */
2125

2226
.lm-section {
@@ -114,14 +118,14 @@
114118
}
115119

116120
.course-card img {
117-
width: 75%;
121+
width: 60%;
118122
height:100%;
119123
max-height: 250px;
120124
margin-bottom: 10px;
121125
}
122126

123127
.course-desc {
124-
margin: 10px 0px 10px -10px;
128+
margin: 10px 0px 10px -40px;
125129
}
126130

127131
.course-desc h3 {

0 commit comments

Comments
 (0)