-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
566 lines (549 loc) · 20 KB
/
index.html
File metadata and controls
566 lines (549 loc) · 20 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
<!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 Central</title>
<!-- Meta for social media -->
<meta
name="description"
content="Welcome to IMS Central! IBM© Information Management System (IMS™) is one of the world’s premier software products. IMS has been, and will continue to be, a crucial component of the world’s enterprise software infrastructure."
/>
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="IMS Central" />
<meta
property="og:description"
content="Welcome to IMS Central! IBM© Information Management System (IMS™) is one of the world’s premier software products. IMS has been, and will continue to be, a crucial component of the world’s enterprise software infrastructure."
/>
<meta property="og:url" content="imsdev.github.io" />
<meta property="og:site_name" content="IMS Central" />
<meta property="og:image:width" content="309" />
<meta property="og:image:height" content="309" />
<meta name="twitter:card" content="summary" />
<meta
name="twitter:description"
content="Welcome to IMS Central! IBM© Information Management System (IMS™) is one of the world’s premier software products. IMS has been, and will continue to be, a crucial component of the world’s enterprise software infrastructure."
/>
<meta name="twitter:title" content="IMS Central" />
<!-- 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" />
<link
rel="stylesheet"
id="h5p-plugin-styles-css"
href="wp-content/plugins/h5p/h5p-php-library/styles/h5p.css"
type="text/css"
media="all"
/>
<!-- Migrated styling -->
<link
rel="stylesheet"
id="dwboomer-style-css"
href="wp-content/themes/boomer-v18/style.css"
type="text/css"
media="all"
/>
<link
rel="stylesheet"
href="wp-includes/css/www.css"
type="text/css"
media="all"
/>
<!-- Pure CSS -->
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.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 rel="stylesheet" href="wp-includes/css/grids-responsive-min.css" />
<link href="wp-includes/css/pages/index.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/footer/footer.js" type="module"></script>
</head>
<!-- --------------- SITE CONTENT --------------- -->
<body>
<nav-header></nav-header>
<main id="content" class="main-content">
<!-- =========================== Banner =========================== -->
<section class="blue-bg cta-banner">
<div>
<img
src="wp-content/icons/icon_trial.svg"
alt=""
class="icon-invert"
/>
<a
href="https://early-access.ibm.com/software/support/trial/cst/welcomepage.wss?siteId=2047&tabId=5718&w=1"
target="_blank"
rel="noopener noreferrer"
>IBM IMS Z Trial →</a
>
</div>
<hr />
<div>
<img
src="wp-content/icons/icon_z--systems.svg"
alt=""
class="icon-invert"
/>
<a
href="https://community.ibm.com/community/user/blogs/amanda-stephens/2026/01/27/reframe-the-mainframe-meet-the-next-gen-of-ims-use"
target="_blank"
rel="noopener noreferrer"
>New! Reframe the mainframe series →</a
>
</div>
</section>
<!-- =========================== Hero =========================== -->
<section class="black-bg">
<div class="homepage-hero">
<div class="section-header">
<h1>IBM <b>IMS Central</b></h1>
<p>Welcome! IMS™ Central is your hub for all things IMS.</p>
<p>
Build your skills, find documentation, get help, and engage with
the team.
</p>
</div>
<div class="gif">
<a
href="https://mediacenter.ibm.com/media/1_3smidzfz"
target="_blank"
rel="noopener noreferrer"
aria-label="Watch Intro to IMS catalog"
>
<img
src="wp-content/images/intro_ims_catalog_cover.png"
class="gif-cover"
alt="Intro to IMS catalog video preview"
/>
<img
src="wp-content/gifs/intro-ims-catalog.gif"
class="gif-video"
alt="Intro to IMS catalog video preview"
/>
</a>
</div>
</div>
</section>
<!-- =========================== Learn =========================== -->
<section class="learn-home-bg white-bg pure-g">
<div class="pure-u-1 pure-u-md-1-3 section-header">
<h2>Learn</h2>
<h3>
Build your IMS skills through courses, videos, and code repos.
</h3>
</div>
<div class="pure-u-1 pure-u-md-2-3">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<img
src="wp-content/Icon_Banner_IMS VideosPage.svg"
alt=""
class="icon icon-lg"
/>
<h3>Videos</h3>
<p>
Check out educational videos on Java, managed ACBs, IMS catalog,
shared queues, DBRC, and more.
</p>
<a href="ims-videos.html" aria-label="Learn more about videos"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<img
src="wp-content/Icon_Banner_IMS CoursesPage.svg"
alt=""
class="icon icon-lg"
/>
<h3>Courses</h3>
<p>
Your education portal for role-based, self-paced learning. See
the latest and online courses.
</p>
<a href="ims-education.html" aria-label="Learn more about courses"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<img
src="wp-content/icons/icon_github.svg"
alt=""
class="icon icon-lg"
/>
<h3>GitHub</h3>
<p>
See the IMS GitHub repositories to grab sample code, learn how
to perform tasks on IMS, and more.
</p>
<a
href="ims-repos.html"
aria-label="Learn more about IMS GitHub repositories"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<img
src="wp-content/icons/icon_trial.svg"
alt=""
class="icon icon-lg"
/>
<h3>IBM IMS zTrial</h3>
<p>
Get hands-on experience accessing the IMS catalog with SQL,
explore the IBM z/OS® IMS Ansible collection, and automate IMS
managed ACBs with Ansible.
</p>
<div class="vertical-g">
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about the IBM IMS zTrial"
href="https://early-access.ibm.com/software/support/trial/cst/welcomepage.wss?siteId=2047&tabId=5718&w=1"
>
Learn more →
</a>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Register for the IBM IMS zTrial"
href="https://www.ibm.com/account/reg/us-en/signup?formid=urx-52853"
>
Register →
</a>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== Innovate =========================== -->
<section class="innovate-home-bg black-bg pure-g">
<div class="pure-u-1 pure-u-md-1-3 section-header">
<h2>Innovate</h2>
<h3>
Discover how to modernize your IMS system and business applications.
</h3>
</div>
<div class="pure-u-1 pure-u-sm-1-3 pure-pad">
<img
src="wp-content/icons/Icon_Homepage_APIs.svg"
alt=""
class="icon icon-lg icon-invert"
/>
<h3>APIs</h3>
<p>
Not sure how the mainframe and APIs mix? Learn how to create
consumable IMS APIs in minutes.
</p>
<a href="ims-apis.html" aria-label="Learn more about APIs"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-sm-1-3 pure-pad">
<img
src="wp-content/icons/icon_automation.svg"
alt=""
class="icon icon-lg icon-invert"
/>
<h3>Automation</h3>
<p>
See how Ansible® helps you automate z/OS® applications and IT
infrastructure as part of your enterprise automation strategy by
using a proven and consistent approach.
</p>
<a
href="https://imsdev.github.io/ims-devops.html"
aria-label="Learn more about automation with IMS"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-sm-1-3 pure-pad-r">
<img
src="wp-content/Icon_Homepage_Java and IMS.svg"
alt=""
class="icon icon-lg icon-invert"
/>
<h3>Java</h3>
<p>
With over 15 years of support, Java™ has become the quintessential
language of modern IMS applications. Get started with our Java
offerings.
</p>
<a
href="https://imsdev.github.io/ims-java.html"
aria-label="Learn more about Java and IMS"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-sm-1-3 pure-pad">
<img
src="wp-content/Icon_Homepage_IMS Database Manager.svg"
alt=""
class="icon icon-lg icon-invert"
/>
<h3>IMS Database</h3>
<p>
Data integrity, performance, simplified use of SQL, and powerful
recovery tools make IMS Database Manager the best choice to protect
your enterprise assets.
</p>
<a
href="https://imsdev.github.io/ims-db.html"
aria-label="Learn more about IMS Database"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-sm-1-3 pure-pad">
<img
src="wp-content/icons/icon_3d.svg"
alt=""
class="icon icon-lg icon-invert"
/>
<h3>IMS Transaction Manager</h3>
<p>
Using APIs and distributed connectivity, IMS integrates with modern
tools and emerging technologies, enabling it to host
mission-critical applications to support billions of transactions
per day.
</p>
<a
href="https://imsdev.github.io/ims-tm.html"
aria-label="Learn more about IMS Transaction Manager"
>Learn more</a
>
</div>
</section>
<!-- =========================== Engage =========================== -->
<section class="engage-home-bg white-bg pure-g">
<div class="pure-u-1 pure-u-md-1-3 section-header">
<h2>Engage</h2>
<h3>Stay engaged with the IMS team and other customers.</h3>
</div>
<div class="pure-u-1 pure-u-md-2-3">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<img
src="wp-content/icons/icon_engage.svg"
alt=""
class="icon icon-lg icon-invert"
/>
<h3>IMS Gold</h3>
<p>
Partner with the IMS development teams to tell us what you think
about IMS features, possible new functions, and more.
</p>
<a href="ims-gold.html" aria-label="Learn more about IMS Gold"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<img
src="wp-content/Icon_02_IMS GoldPage.svg"
alt=""
class="icon icon-lg"
/>
<h3>Advocacy and ideas</h3>
<p>
Get an IMS advocate at no cost to you. Also, submit ideas to
shape the future of IMS.
</p>
<a
href="ims-advocacy.html"
aria-label="Learn more about IMS advocacy"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<img
src="wp-content/Icon_Blog_White.svg"
alt=""
class="icon icon-lg icon-invert"
/>
<h3>Blogs and forums</h3>
<p>
Join the IMS Community and get updates on events, join IMS
forums, learn about other IBM Z software products, and more.
</p>
<a
rel="noopener noreferrer"
href="https://community.ibm.com/community/user/groupz?CommunityKey=eba3ada3-db89-4dca-9154-328195f5e560"
target="_blank"
>
<span class="button-primary-text">Join and explore →</span>
</a>
</div>
<div class="pure-u-1 pure-u-md-1-2 pure-pad">
<img
src="wp-content/icons/icon_user_profile.svg"
alt=""
class="icon icon-lg"
/>
<h3>IMS Developer Community</h3>
<p>
Join a network of developers who build apps that access IMS.
Share insights, troubleshoot challenges, and learn from peers.
</p>
<div class="vertical-g">
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Learn more about the IMS Developer Community"
href="https://community.ibm.com/community/user/blogs/daleah-sampler/2025/09/09/ims-developer-community"
>
Learn more →
</a>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Enroll in the IMS Developer Community"
href="https://wkf.ms/45e0yZX"
>
Enroll →
</a>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== Docs and Support =========================== -->
<section class="dark-gray-bg pure-g">
<div class="pure-u-1 pure-u-md-1-3 section-header">
<h2>Docs and Support</h2>
<h3>Find IMS documentation or get help with IMS.</h3>
</div>
<div class="pure-u-1 pure-u-md-2-3">
<div class="pure-g pure-g-pad">
<div class="pure-u-1 pure-u-md-1-2">
<img
src="wp-content/Icon_Homepage_IBM Documentation.svg"
alt=""
class="icon icon-lg"
/>
<h3>Documentation</h3>
<p>
The home for IMS, IMS Tools, and other IBM product
documentation.
</p>
<a
href="ims-docs.html"
aria-label="Learn more about documentation"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<img
src="wp-content/Icon_Homepage_Get help.svg"
alt=""
class="icon icon-lg"
/>
<h3>Get help</h3>
<p>
Contact IBM Support, open an RFE, or check out the IMS support
forum.
</p>
<a
href="ims-support.html"
aria-label="Learn more about getting help"
>Learn more</a
>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<img
src="wp-content/Launch_Icon.svg"
alt=""
class="icon icon-lg"
/>
<h3>Product page</h3>
<p>
Find case studies, product features, downloads, trial software,
and more.
</p>
<a
href="https://www.ibm.com/products/ims"
aria-label="Learn more about IMS product page"
target="_blank"
rel="noopener noreferrer"
>
Learn more →
</a>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<img
src="wp-content/Logo_LinkedIn_Icon.svg"
alt=""
class="icon icon-lg"
/>
<h3>LinkedIn</h3>
<p>
Get the latest news on events, releases, training, and more.
</p>
<a
href="https://www.linkedin.com/groups/1949922/"
aria-label="Learn more about LinkedIn"
target="_blank"
rel="noopener noreferrer"
>
Learn more →
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<imscentral-footer></imscentral-footer>
</body>
</html>