-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathims-tm.html
More file actions
637 lines (614 loc) · 26.7 KB
/
ims-tm.html
File metadata and controls
637 lines (614 loc) · 26.7 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<!-- Basic meta -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="geo.country" content="ZZ" />
<meta name="dcterms.rights" content="� Copyright IBM Corp. 2020" />
<meta name="dcterms.date" content="2020-07-18" />
<meta name="keywords" content="IMS Central, IMS Developer, IMS" />
<meta name="robots" content="index, follow" />
<!-- Favicon -->
<link
id="favicon"
rel="shortcut icon"
type="image/x-icon"
href="wp-content/IMS_logo_small.png" />
<!-- Page title -->
<title>IMS Transaction Manager</title>
<!-- Meta for social media -->
<link rel="canonical" href="ims-db.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="IMS Transaction Manager" />
<meta property="og:description" content="IMS Transaction Manager" />
<meta property="og:url" content="http://www/imsdev.github.io/ims-tm.html" />
<meta property="og:site_name" content="IMS Central" />
<meta
property="og:image"
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="IMS Transaction Manager" />
<meta name="twitter:title" content="IMS Transaction Manager" />
<meta
property="og:image"
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
<!-- Sheets -->
<!-- Imported styling -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<!-- Migrated stylesheets -->
<link
rel="stylesheet"
id="dwboomer-style-css"
href="wp-content/themes/boomer-v18/style.css"
type="text/css"
media="all" />
<link href="wp-includes/css/www.css" rel="stylesheet" />
<!-- Pure CSS -->
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css" />
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css" />
<!-- Custom CSS -->
<link
rel="stylesheet"
type="text/css"
href="wp-includes/css/homepage.css" />
<link rel="stylesheet" href="wp-includes/css/nav.css" />
<link rel="stylesheet" href="wp-includes/css/dropnav.css" />
<link rel="stylesheet" href="wp-includes/css/page.css" />
<link href="wp-includes/css/pages/tm.css" rel="stylesheet" />
<link href="wp-includes/css/flex.css" rel="stylesheet" />
<!-- Hotjar Tracking Code for ibm.com/demos & githhub -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 132193, hjsv: 6 };
a = o.getElementsByTagName("head")[0];
r = o.createElement("script");
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
</script>
<!-- TipueSearch -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch_set.js"></script>
<script src="jekyll-tipue-search/assets/tipuesearch/tipuesearch.min.js"></script>
<!-- delayed search -->
<script src="jekyll-tipue-search/assets/tipuesearch/delayedsearch.js"></script>
<!-- Web components -->
<script
src="web-components/nav-header/nav-header.js"
type="module"></script>
<script
src="web-components/hero-section/hero-section.js"
type="module"></script>
<script
src="web-components/course-card/course-card.js"
type="module"></script>
<script src="web-components/footer/footer.js" type="module"></script>
</head>
<body id="ibm-com" class="ibm-com ibm-type group-blog">
<nav-header></nav-header>
<main id="content" class="main-content">
<!-- =========================== Hero =========================== -->
<hero-section
name="IMS Transaction Manager: Fast, secure, connected"
image="wp-content/icons/icon_3d.svg"
section="Innovate"
desc='<p>
By using APIs and distributed connectivity, IMS can integrate with modern tools and emerging
technologies, enabling it to host mission-critical applications to support billions of
transactions per day.<a href="https://www.ibm.com/case-studies/atruvia-ag" target="_blank" rel="noopener noreferrer"
aria-label="Atruvia case study"><sup>1</sup></a>
</p>'></hero-section>
<!-- =========================== Introducing IMS TM =========================== -->
<section class="white-bg pure-g">
<div class="pure-u-1 section-header">
<h2>Introducing IMS Transaction Manager</h2>
</div>
<div class="pure-u-1">
<div class="pure-g pure-g-pad-v">
<div class="pure-u-1 pure-u-lg-1-2">
<h4>Fundamentals of IMS TM Part 1</h4>
<p>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Watch now: Fundamentals of IMS TM Part 1"
href="https://mediacenter.ibm.com/media/Intro+to+IMS+-+Fundamentals+of+IMS+TM+Part+1/0_h8f13l3q/139456202">
Watch now →
</a>
</p>
<div class="gif">
<a
href="https://mediacenter.ibm.com/media/Intro+to+IMS+-+Fundamentals+of+IMS+TM+Part+1/0_h8f13l3q/139456202"
target="_blank"
rel="noopener noreferrer"
aria-label="Watch Fundamentals of IMS TM Part 1">
<img
src="wp-content/tm/video-cover-intro-tm-pt1.png"
class="gif-cover"
alt="Fundamentals of IMS TM Part 1 video preview" />
<img
src="wp-content/tm/vid_pv_introtm_pt1.gif"
class="gif-video"
alt="Fundamentals of IMS TM Part 1 video preview" />
</a>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<h4>Fundamentals of IMS TM Part 2</h4>
<p>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Watch now: Fundamentals of IMS TM Part 2"
href="https://mediacenter.ibm.com/media/Intro+to+IMS+-+Fundamentals+of+IMS+TM+Part+2/0_it2vxrks/139456202">
Watch now →
</a>
</p>
<div class="gif">
<a
href="https://mediacenter.ibm.com/media/Intro+to+IMS+-+Fundamentals+of+IMS+TM+Part+1/0_h8f13l3q/139456202"
target="_blank"
rel="noopener noreferrer"
aria-label="Watch Fundamentals of IMS TM Part 2">
<img
src="wp-content/tm/video-cover-intro-tm-pt2.png"
class="gif-cover"
alt="Fundamentals of IMS TM Part 2 video preview" />
<img
src="wp-content/tm/vid_pv_introtm_pt2.gif"
class="gif-video"
alt="Fundamentals of IMS TM Part 2 video preview" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== IMS Transaction Manager =========================== -->
<section class="light-gray-bg pure-g">
<div class="pure-u-1 section-header">
<h2>IMS Transaction Manager</h2>
</div>
<div class="pure-u-1">
<div class="pure-g pure-g-pad">
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-u-xl-2-24">
<img
class="ims-card-icon"
src="wp-content/icons/icon_timer.svg"
alt="" />
</div>
<div class="pure-u-xl-20-24">
<h3>Speedy transactions</h3>
<p>
The IMS Transaction Manager receives messages from any
platform, usually via TCP/IP through IMS Connect, puts them on
the message queue where an application program can retrieve
it.
</p>
<p>
Think about getting money from an ATM or bank. The bank uses
IMS DB to store customer data and IMS TM to quickly process
deposits, withdrawals, and queries.
</p>
<p>
<a
href="https://www.ibm.com/docs/en/ims/15.5.0?topic=network-ims-tm-overview"
target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about IMS TM speedy transactions">
Learn more →
</a>
</p>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-u-xl-2-24"></div>
<div class="pure-u-xl-20-24">
<img
src="wp-content/tm/speedy-transactions-c.png"
alt="Diagram of IMS TM transaction processing"
class="img-lg" />
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-u-xl-2-24">
<img
class="ims-card-icon"
src="wp-content/icons/ansible-logo.svg"
alt="" />
</div>
<div class="pure-u-xl-20-24">
<h3>Ways to work</h3>
<p>
Use Red Hat® Ansible® and Red Hat® OpenShift® through
digitally transformed ways of working, developing, and
updating critical data-driven applications.
</p>
<p>
The Ansible® for IBM Z® product offers lots of use cases,
capabilities, and tools to automate functions of IMS, such as
DBRC administration or IMS catalog management, all by using
scripted Ansible playbooks.
</p>
<p>
<a
href="https://imsdev.github.io/ims-devops.html"
rel="noopener noreferrer"
aria-label="Learn more about ways to work with IMS TM">
Learn more
</a>
</p>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<div class="pure-u-xl-2-24">
<img
class="ims-card-icon"
src="wp-content/icons/Icon_Homepage_APIs.svg"
alt="" />
</div>
<div class="pure-u-xl-20-24">
<h3>Ways to connect</h3>
<p>
Take advantage of not just TCP/IP but RESTful APIs that access
IMS™ applications and data in minutes. Transactions might be
issued from z/OS environments or distributed applications that
use TCP/IP to communicate with IMS.
</p>
<p>
Use IMS Connect to provide high performance TCP/IP
communications between multiple IMS Connect clients and IMS
systems.
</p>
<p>
<a
href="https://imsdev.github.io/ims-apis.html"
rel="noopener noreferrer"
aria-label="Learn more about how to connect to IMS TM">
Learn more
</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== OTMA =========================== -->
<section class="gray-bg pure-g">
<!-- Managed ACBs -->
<div class="pure-u-1 section-header">
<h2>What’s new in transaction management?</h2>
</div>
<div class="pure-u-1">
<div class="pure-g pure-g-pad">
<div class="pure-u-1 pure-u-lg-3-5 pure-u-xxl-1-2">
<!-- Transaction orchestration -->
<div>
<h3>Transaction orchestration</h3>
<p>
OTMA transaction orchestration enhancement allows OTMA to
identify and correctly route an external service response from
IMS to a waiting IMS Connect client.
</p>
<p>
If you're getting timeouts with CM0 send and receive messages
from IMS Connect or z/OS Connect clients, take advantage of
transaction orchestration.
</p>
<p>
Start by enabling the OTMA TMANORCH flag in IMS Connect and
then setting the TRANORCH=YES parameter in the OTMA client
descriptor, and you're on your way.
</p>
<div class="vertical-g">
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about transaction orchestration"
href="https://www.ibm.com/docs/en/ims/15.5.0?topic=enhancements-otma-transaction-orchestration-enhancement">
Learn more →</a
>
</div>
</div>
<!-- More resources -->
<div class="pure-u-1 xxl-only">
<div class="pure-g pure-g-pad-v">
<div class="pure-u-md-1-2 pure-u-lg-1-3 pure-u-xl-1-3 pure-g">
<div class="pure-g">
<div class="pure-u-sm-3-24 pure-u-lg-1">
<img
src="wp-content/icons/icon_documentation.svg"
alt=""
class="icon-sm" />
</div>
<div class="pure-u-1 pure-u-sm-21-24 pure-u-lg-1">
<h3>OTMA overview</h3>
<div class="vertical-g">
<a
href="https://www.ibm.com/docs/en/ims/15.6.0?topic=connections-open-transaction-manager-access-otma"
aria-label="Read the docs on an overview of OTMA"
target="_blank"
rel="noopener noreferrer"
>Read the docs →</a
>
</div>
</div>
</div>
</div>
<div class="pure-u-md-1-2 pure-u-lg-1-3 pure-u-xl-1-3 pure-g">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-3-24 pure-u-lg-1">
<img
src="wp-content/icons/icon_documentation.svg"
alt=""
class="icon-sm" />
</div>
<div class="pure-u-1 pure-u-sm-21-24 pure-u-lg-1">
<h3>The OTMA client</h3>
<div class="vertical-g">
<a
href="https://www.ibm.com/docs/en/ims/latest?topic=otma-client"
aria-label="Read the docs on the OTMA client"
target="_blank"
rel="noopener noreferrer"
>Read the docs →</a
>
</div>
</div>
</div>
</div>
<div class="pure-u-md-1-2 pure-u-lg-1-3 pure-u-xl-1-3 pure-g">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-3-24 pure-u-lg-1">
<img
src="wp-content/icons/icon_video.svg"
alt=""
class="icon-sm" />
</div>
<div class="pure-u-1 pure-u-sm-21-24 pure-u-lg-1">
<h3>OTMA Tpipe Flood Control</h3>
<div class="vertical-g">
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Watch the playlist on OTMA Tpipe Flood Control"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_jjanf1nr/">
Watch the playlist →</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="pure-u-1 pure-u-lg-2-5 pure-u-xxl-1-2">
<div class="gif">
<a
href="https://mediacenter.ibm.com/media/1_u4hy5e26"
target="_blank"
rel="noopener noreferrer">
<img
src="wp-content/images/ims-otma.png"
class="gif-cover gif-pad"
alt="OTMA preview cover" />
<img
src="wp-content/gifs/OTMA.gif"
class="gif-video gif-pad"
alt="OTMA preview video" />
</a>
</div>
</div>
</div>
</div>
<!-- More resources -->
<div class="pure-u-1 under-xxl-only">
<div class="pure-g pure-g-pad">
<div class="pure-u-1">
<h4>More resources</h4>
</div>
<div class="pure-u-md-1-2 pure-u-lg-1-3 pure-u-xl-1-4 pure-g">
<div class="pure-g">
<div class="pure-u-sm-3-24 pure-u-lg-1">
<img
src="wp-content/icons/icon_documentation.svg"
alt=""
class="icon-sm" />
</div>
<div class="pure-u-1 pure-u-sm-21-24 pure-u-lg-1">
<h3>OTMA overview</h3>
<div class="vertical-g">
<a
href="https://www.ibm.com/docs/en/ims/15.6.0?topic=connections-open-transaction-manager-access-otma"
aria-label="Read the docs on an overview of OTMA"
target="_blank"
rel="noopener noreferrer"
>Read the docs →</a
>
</div>
</div>
</div>
</div>
<div class="pure-u-md-1-2 pure-u-lg-1-3 pure-u-xl-1-4 pure-g">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-3-24 pure-u-lg-1">
<img
src="wp-content/icons/icon_documentation.svg"
alt=""
class="icon-sm" />
</div>
<div class="pure-u-1 pure-u-sm-21-24 pure-u-lg-1">
<h3>The OTMA client</h3>
<div class="vertical-g">
<a
href="https://www.ibm.com/docs/en/ims/latest?topic=otma-client"
aria-label="Read the docs on the OTMA client"
target="_blank"
rel="noopener noreferrer"
>Read the docs →</a
>
</div>
</div>
</div>
</div>
<div class="pure-u-md-1-2 pure-u-lg-1-3 pure-u-xl-1-4 pure-g">
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-3-24 pure-u-lg-1">
<img
src="wp-content/icons/icon_video.svg"
alt=""
class="icon-sm" />
</div>
<div class="pure-u-1 pure-u-sm-21-24 pure-u-lg-1">
<h3>OTMA Tpipe Flood Control</h3>
<div class="vertical-g">
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Watch the playlist on OTMA Tpipe Flood Control"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_jjanf1nr/">
Watch the playlist →</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== Upskill with IMS TM =========================== -->
<section class="white-bg pure-g pure-g-pad-v">
<h2 class="pure-u-1">Upskill with IMS Transaction Manager</h2>
<div class="pure-u-1">
<h3>The basics of IMS</h3>
<!-- Introducing IBM IMS -->
<course-card
name="Introducing IBM Information Management System (IMS)"
desc="This video gives a quick overview of IBM Information Management System (IMS), including IMS TM,
IMS DB, and IMS application processing."
imgsrc="wp-content/tm/tm-intro-ims-video-cover.png"
link="https://mediacenter.ibm.com/media/Introducing+IBM+Information+Management+System+%28IMS%29/1_jy8lv5f5"
linktext="Watch the video →">
</course-card>
<!-- IMS Fundamentals -->
<course-card
name="IMS Fundamentals"
desc="Take a deeper dive into the main components of IMS, including IMS TM, IMS DB, and common system services,
in this comprehensive course."
imgsrc="wp-content/course-badges/badge_ims_fundamentals.png"
link="https://imsdev.github.io/ims-education.html#ims-fundamentals"
linktext="Learn more">
</course-card>
</div>
<div class="pure-u-1">
<h3>Intermediate and advanced training</h3>
<!-- IMS System Programming -->
<course-card
name="IMS System Programming in a DBCTL Environment"
desc="Learn about the IMS database control (DBCTL) environment, which provides access between CICS and
IMS-managed databases."
imgsrc="wp-content/course-badges/badge_ims_dbctl.png"
link="https://imsdev.github.io/ims-education.html#ims-dbctl"
linktext="Learn more">
</course-card>
<!-- IMS TM Performance Analysis -->
<course-card
name="IMS TM Performance Analysis"
desc="Learn how to use and adjust IMS TM and z/OS components, commands, processes, parameters, and more
to ensure that the IMS TM system is running as efficiently as possible."
imgsrc="wp-content/course-badges/badge_ims_tm_tuning.png"
link="https://imsdev.github.io/ims-education.html#ims-tm-performance"
linktext="Learn more">
</course-card>
<!-- IMS TM Application Programming -->
<course-card
name="IMS TM Application Programming"
desc="Learn how to write application programs in COBOL and PL/I that use Data Language One (DL/I)
to process terminal input and output messages in an IMS TM system."
imgsrc="wp-content/course-badges/badge_tm_app_prog.png"
link="https://imsdev.github.io/ims-education.html#ims-tm-prog"
linktext="Learn more">
</course-card>
</div>
</section>
<!-- =========================== IMS blogs =========================== -->
<section class="dark-gray-bg pure-g">
<div class="pure-u-1 pure-u-md-1-5">
<h2>Blogs</h2>
</div>
<div class="pure-u-1 pure-u-md-4-5">
<div class="pure-g pure-g-pad">
<div class="pure-u-1 pure-u-sm-1-2">
<div class="pure-g">
<div class="pure-u-1-5 pure-u-md-1">
<img
src="wp-content/icons/data--check.svg"
alt=""
class="icon-sm icon-invert" />
</div>
<div class="pure-u-4-5 pure-u-md-1">
<h3>Amplify your enterprise with IMS TM</h3>
<a
href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/mario-perotti/2022/05/09/ims-tm?communityKey=eba3ada3-db89-4dca-9154-328195f5e560"
target="_blank"
rel="noopener noreferrer"
aria-label="Read the blog on using IMS TM for your enterprise">
Read the blog →
</a>
</div>
</div>
</div>
<div class="pure-u-1 pure-u-sm-1-2">
<div class="pure-g">
<div class="pure-u-1-5 pure-u-md-1">
<img
src="wp-content/icons/security.svg"
alt=""
class="icon-sm icon-invert" />
</div>
<div class="pure-u-4-5 pure-u-md-1">
<h3>Making IMS transactions more secure by Client ID</h3>
<a
href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/hiroyuki-fuchiue/2024/05/21/making-ims-transactions-more-secure-by-client-id?communityKey=eba3ada3-db89-4dca-9154-328195f5e560"
target="_blank"
rel="noopener noreferrer"
aria-label="Read the blog on making IMS transactions secure">
Read the blog →
</a>
</div>
</div>
</div>
<div class="pure-u-1">
<h3>
A large bank’s success story implementing RESTful APIs to
streamline their digital transformation
</h3>
<a
href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/hiroyuki-fuchiue/2024/05/21/making-ims-transactions-more-secure-by-client-id?communityKey=eba3ada3-db89-4dca-9154-328195f5e560"
target="_blank"
rel="noopener noreferrer"
aria-label="Read the blog on the bank success story">
Read the blog →
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<imscentral-footer></imscentral-footer>
</body>
</html>