-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathims-db.html
More file actions
421 lines (406 loc) · 16.8 KB
/
ims-db.html
File metadata and controls
421 lines (406 loc) · 16.8 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
<!DOCTYPE html>
<html lang="en-US">
<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 Database</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 Database" />
<meta
property="og:description"
content="Data integrity, performance, simplified use of SQL, and powerful recovery tools make IMS Database Manager the best choice to protect your enterprise assets." />
<meta property="og:url" content="http://www/imsdev.github.io/ims-db.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 Database" />
<meta name="twitter:title" content="IMS Database" />
<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/db.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/footer/footer.js" type="module"></script>
</head>
<body class="ibm-com">
<nav-header></nav-header>
<main id="content" class="main-content">
<!-- =========================== IMS Database =========================== -->
<hero-section
name="IMS Database: fast, secure, reliable"
image="wp-content/icons/icon_database.svg"
section="Innovate"
desc="Data integrity, performance, simplified use of SQL, and powerful recovery tools make IMS Database Manager
the best choice to protect your enterprise assets."></hero-section>
<!-- =========================== Managed ACBs =========================== -->
<section class="white-bg pure-g">
<!-- Managed ACBs -->
<div class="pure-u-1 section-header">
<h2>Converting to managed ACBs</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 pure-g-pad-v">
<div>
<h4>
Implementing the IMS catalog and converting to managed ACBs
</h4>
<p>
Ready to migrate to using managed ACBs? We're here to help.
</p>
</div>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<div class="gif">
<a
href="https://mediacenter.ibm.com/media/1_u4hy5e26"
target="_blank"
rel="noopener noreferrer">
<img
src="wp-content/imsdbprev.png"
class="gif-cover gif-pad"
alt="Managed ACBs preview cover" />
<img
src="wp-content/imsdbclip.gif"
class="gif-video gif-pad"
alt="Managed ACBs preview video" />
</a>
</div>
</div>
</div>
</div>
<!-- More resources -->
<div class="pure-u-1">
<div class="pure-g pure-g-pad-v">
<div class="pure-u-md-1 pure-u-lg-1-3 pure-g">
<div class="pure-u-1 pure-u-xl-3-24">
<img
src="wp-content/icons/icon_documentation.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-xl-20-24">
<h3>Converting to managed ACBs</h3>
<div class="vertical-g">
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Read the whitepaper on managed ACBs"
href="https://community.ibm.com/community/user/ibmz-and-linuxone/viewdocument/converting-ims-managed-acbs?CommunityKey=eba3ada3-db89-4dca-9154-328195f5e560&tab=librarydocuments">
Read the whitepaper →</a
>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Watch the playlist on managed ACBs"
href="https://mediacenter.ibm.com/playlist/details/1_6yvvheln/categoryId/122579632">
Watch the playlist →</a
>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="See the FAQs on managed ACBs"
href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/michelle-carey1/2024/04/10/faqs-for-ims-managed-acbs">
See the FAQs →</a
>
</div>
</div>
</div>
<div class="pure-u-md-1-2 pure-u-lg-1-3 pure-g">
<div class="pure-u-1 pure-u-xl-3-24">
<img
src="wp-content/icons/icon_documentation.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-xl-20-24">
<h3>IMS management of ACBs</h3>
<div class="vertical-g">
<a
href="https://www.ibm.com/docs/en/ims/latest?topic=tailoring-ims-management-acbs"
aria-label="Read the docs on managed ACBs"
target="_blank"
rel="noopener noreferrer"
>Read the docs →</a
>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Watch the webinars on managed ACBs"
href="https://community.ibm.com/community/user/blogs/amanda-stephens/2024/10/16/ims-managed-acbs-webinar-series?CommunityKey=eba3ada3-db89-4dca-9154-328195f5e560">
Watch the webinars →</a
>
</div>
</div>
</div>
<div class="pure-u-md-1-2 pure-u-lg-1-3 pure-g">
<div class="pure-u-1 pure-u-xl-3-24">
<img
src="wp-content/icons/icon_documentation.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-xl-20-24">
<h3>IMS catalog</h3>
<div class="vertical-g">
<a
href="https://www.ibm.com/docs/en/ims/latest?topic=administration-ims-catalog"
aria-label="Read the docs on IMS catalog"
target="_blank"
rel="noopener noreferrer"
>Read the docs →</a
>
<a
target="_blank"
rel="noopener noreferrer"
aria-label="Watch the webinars on IMS catalog"
href="https://community.ibm.com/community/user/blogs/amanda-stephens/2024/04/25/ims-catalog-webinar-series?communityKey=eba3ada3-db89-4dca-9154-328195f5e560">
Watch the webinars →</a
>
</div>
</div>
</div>
<div class="pure-u-md-1-2 pure-u-lg-1-3 pure-g">
<div class="pure-u-1 pure-u-xl-3-24">
<img
src="wp-content/Icon_IMS and Ansible_IMS DatabasePage.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-1 pure-u-md-20-24">
<h3>
IMS and Ansible for managed ACBs and IMS catalog for
self-provisioning
</h3>
<a
href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/haley-fung1/2023/05/25/ansible-ims-collections"
aria-label="Read more about Ansible for managed ACBs"
target="_blank"
rel="noopener noreferrer"
>Read more →</a
>
</div>
</div>
<div class="pure-u-md-1-2 pure-u-lg-1-3 pure-g">
<div class="pure-u-1 pure-u-xl-3-24">
<img
src="wp-content/icons/icon_video.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-xl-20-24">
<h3>Troubleshooting</h3>
<div class="vertical-g">
<a
target="_blank"
rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/details/1_0qff2gc8/categoryId/122579632">
Watch the IMS catalog database repair and recovery playlist
→</a
>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== z/OS DDL utility =========================== -->
<section class="light-gray-bg pure-g">
<!-- Managed ACBs -->
<div class="pure-u-1 section-header pure-g-pad-v">
<h2>IMS Native z/OS DDL utility</h2>
<div>
<p>
DDL provides for three intuitive and easy to use verbs: CREATE,
ALTER, and DROP. The language is so popular that it has become the
de facto industry standard.
</p>
<p>
Starting with IMS 15.3, you can use the IMS Data Definition
utility to submit DDL. This utility does not require IMS Connect
and ODBM, and runs in a BMP region of IMS.
</p>
</div>
</div>
<!-- More resources -->
<div class="pure-u-1 section-header">
<h4>More resources</h4>
</div>
<div class="pure-u-1">
<div class="pure-g pure-g-pad-v">
<div class="pure-u-md-1-3 pure-g">
<div class="pure-u-1 pure-u-xl-3-24">
<img
src="wp-content/icons/icon_documentation.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-xl-20-24">
<h3>IMS Native z/OS DDL utility (Data Definition utility)</h3>
<a
href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/deepak-kohli/2022/06/03/ims-zddl-intro"
target="_blank"
rel="noopener noreferrer"
aria-label="Read more about the z/OS DDL utility"
>Read more →</a
>
</div>
</div>
<div class="pure-u-md-1-3 pure-g">
<div class="pure-u-1 pure-u-xl-3-24">
<img
src="wp-content/icons/icon_documentation.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-xl-20-24">
<h3>Using DDL to define databases and program views</h3>
<a
href="https://www.ibm.com/docs/en/ims/latest?topic=design-using-ddl-define-databases-program-views"
target="_blank"
rel="noopener noreferrer"
aria-label="Read more about using DDL"
>Read more →</a
>
</div>
</div>
<div class="pure-u-md-1-3 pure-g">
<div class="pure-u-1 pure-u-xl-3-24">
<img
src="wp-content/icons/icon_documentation.svg"
alt=""
class="icon" />
</div>
<div class="pure-u-1 pure-u-1 pure-u-md-20-24">
<h3>Data Definition utility (DFS3ID00) batch enhancement</h3>
<a
href="https://www.ibm.com/docs/en/ims/latest?topic=idme-ims-data-definition-utility-dfs3id00-dli-batch-enhancement"
target="_blank"
rel="noopener noreferrer"
aria-label="Read more about DFS3ID00 batch enhancement"
>Read more →</a
>
</div>
</div>
</div>
</div>
</section>
<!-- =========================== IMS blogs =========================== -->
<section class="dark-gray-bg pure-g">
<div class="pure-u-1 pure-u-md-1-3">
<h2>IMS blogs</h2>
</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-lg-1-2">
<h3>
IMS Database: versatile, powerful, and still running the world
</h3>
<p>
Some 2000 customers worldwide use IBM IMS. And not just on a
small scale.
</p>
<a
href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/deepak-kohli/2022/06/03/ims-speed-storage"
target="_blank"
rel="noopener noreferrer"
aria-label="Read the blog on the IMS database">
Read the blog →
</a>
</div>
<div class="pure-u-1 pure-u-lg-1-2">
<h3>
Rediscover why enterprises trust IMS DB to manage their critical
data
</h3>
<p>
IMS has been around for over half a century and some of the top
fortune 100 companies continue to use IMS.
</p>
<a
href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/mario-perotti/2022/05/09/ims-db"
target="_blank"
rel="noopener noreferrer"
aria-label="Read the blog on the reliability of IMS DB"
>Read the blog →</a
>
</div>
</div>
</div>
</section>
<imscentral-footer></imscentral-footer>
</main>
</body>
</html>