-
Notifications
You must be signed in to change notification settings - Fork 1
/
ims-videos.html
963 lines (907 loc) · 52.6 KB
/
ims-videos.html
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
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- v18 basic meta -->
<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">
<!-- Pageittle -->
<title>IMS Videos</title>
<!-- Meta -->
<link rel="canonical" href="ims-videos.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="IMS Videos" />
<meta property="og:description" content="IMS Videos" />
<meta
property="og:url"
content="http://www/imsdev.github.io/ims-videos.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 Videos" />
<meta name="twitter:title" content="IMS Videos" />
<meta
property="og:image"
content="http://www/imsdev.github.io/wp-content/IMS_logo_large.png" />
<!-- Sheets -->
<link rel='stylesheet' id='dwboomer-style-css' href='wp-content/themes/boomer-v18/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='pagepost_css-css' href='wp-content/themes/boomer-v18/css/pagepost.css' type='text/css' media='all' />
<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" href="wp-includes/css/nav.css">
<link rel="stylesheet" href="wp-includes/css/dropnav.css">
<link href="wp-includes/css/www.css" rel="stylesheet" />
<link href="wp-includes/css/grid-fluid.css" rel="stylesheet">
<link href="wp-includes/css/tables.css" rel="stylesheet">
<link href="wp-includes/css/pages/videos.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>
<!-- Additional styling for content after navigation -->
<link rel="stylesheet" type="text/css" href="wp-includes/css/pure.css">
<link rel="stylesheet" href="wp-includes/css/grids-responsive-min.css">
<link rel="stylesheet" type="text/css" href="wp-includes/css/homepage.css">
<script src="wp-includes/js/jquery.min.js"></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>
<!-- Dropdown nav menu -->
<script src="wp-includes/js/navbar.js"></script>
</head>
<!-- PAGE CONTENT -->
<body id="ibm-com" class="ibm-com ibm-type group-blog">
<div class="ibm-landing-page videos-pg">
<div id="ibm-content-wrapper" class="sticky-nav">
<header id="ibm-pageheader" aria-label="Site navigation bar">
<a class="skip-link screen-reader-text" href="#main">Skip to content</a>
<!-- --------------- NAV BAR --------------- -->
<section class="p-menu1">
<nav id="navbar" class="navigation" aria-labelledby="ibm-pageheader">
<!-- Site name wrapper -->
<span class="sitename-wrap">
<a href="index.html" class="logo-container">
<img src="wp-content/IMS_logo_small.png"
id="left-bar-brand"
alt="IMS logo"
>
</a>
<a href="index.html" class="logo-container">
<h4 class="site-header-text">
IBM <b>IMS Central</b>
</h4>
</a>
</span>
<!-- Search wrapper -->
<form id="searchbar" aria-label="Search">
<div class="tipue_search_right">
<svg id="search-mag" alt="Search magnifying glass" xmlns="http://www.w3.org/2000/svg" width="22px" height="22px" viewBox="0 0 32 32">
<defs>
<style> .cls-1 { fill: none; } </style>
</defs>
<path d="M29,27.5859l-7.5521-7.5521a11.0177,11.0177,0,1,0-1.4141,1.4141L27.5859,29ZM4,13a9,9,0,1,1,9,9A9.01,9.01,0,0,1,4,13Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
<input type="text" name="q" id="tipue_search_input"
pattern=".{3,}" title="Search bar"
placeholder="What are you looking for today?" autocomplete="off" required autofocus>
<svg id="search-clr" aria-label="Clear search" role="button" tabindex="0" xmlns="http://www.w3.org/2000/svg" height="15px" viewBox="0 0 329.26933 329" width="15px">
<path d="m194.800781 164.769531 128.210938-128.214843c8.34375-8.339844 8.34375-21.824219 0-30.164063-8.339844-8.339844-21.824219-8.339844-30.164063 0l-128.214844 128.214844-128.210937-128.214844c-8.34375-8.339844-21.824219-8.339844-30.164063 0-8.34375 8.339844-8.34375 21.824219 0 30.164063l128.210938 128.214843-128.210938 128.214844c-8.34375 8.339844-8.34375 21.824219 0 30.164063 4.15625 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921875-2.089844 15.082031-6.25l128.210937-128.214844 128.214844 128.214844c4.160156 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921874-2.089844 15.082031-6.25 8.34375-8.339844 8.34375-21.824219 0-30.164063zm0 0"/>
</svg>
</div>
</form>
<!-- On page-load activation -->
<script>
$(document).ready(function() {
$('#tipue_search_input').tipuesearch();
});
</script>
<!-- Search drop-down -->
<div id="tipue_search_content" class="search_content search-dropdown"></div>
<!-- Hamburger drop-down menu -->
<input type="checkbox" tabindex="0" id="toggle1" class="support-enter" aria-label="Hamburger Menu"/>
<label class="hamburger1">
<!-- Burgie wrapper -->
<label class="burg-wrap" for="toggle1">
<span class="hide-label">Label for input</span>
<span class="burg-bars">
<span class="hide-label">Label for input</span>
<div class="top"></div>
<div class="meat"></div>
<div class="bottom"></div>
</span>
</label>
</label>
<!-- Hamburger drop-down menu options -->
<nav class="menu1" aria-label="Dropdown menu items">
<div class="pages pure-g">
<!-- Innovate -->
<div class="pure-u-1 pure-u-sm-1-4">
<h3>Innovate</h3>
<!-- cards/pages -->
<!-- 1 -->
<a title="APIs" href="ims-apis.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>APIs</h5>
<p>Unlock the value of your IMS applications by making easily consumable APIs in minutes.</p>
</div>
</a>
<!-- 2 -->
<a title="DevOps" href="ims-devops.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>Automation</h5>
<p>Learn how to automate your IT infrastructure and applications on IBM Z.</p>
</div>
</a>
<!-- 3 -->
<a title="Java" href="ims-java.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>Java</h5>
<p>Build Java applications to run inside or outside IMS.</p>
</div>
</a>
<!-- 4 -->
<a title="Database" href="ims-db.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS Database</h5>
<p>IMS Database: fast, secure, reliable.</p>
</div>
</a>
</div>
<!-- Engage -->
<div class="pure-u-1 pure-u-sm-1-4">
<h3>Engage</h3>
<!-- cards/pages -->
<!-- 1 -->
<a title="Gold" href="ims-gold.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS Gold</h5>
<p>Join the IMS client feedback program for the latest IMS news and engage with other customers.</p>
</div>
</a>
<!-- 2 -->
<a title="Makerspace" href="ims-makerspace.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>Makerspace</h5>
<p>Sign up to interact with a specialized IMS team who can help you solve real-world business challenges.</p>
</div>
</a>
<!-- 3 -->
<a title="IMS Community" class="nav-item" tabindex="-1" target="_blank" rel="noopener noreferrer"
href="https://community.ibm.com/community/user/ibmz-and-linuxone/groups/topic-home?CommunityKey=eba3ada3-db89-4dca-9154-328195f5e560">
<div class="navcard">
<h5>IMS community
<img src="wp-content/Icon07.png" alt="External link" style="height: 15px; width: 15px;margin-left:10px"></img>
</h5>
<p>See the latest IMS blogs, engage in IMS forums, and more by visiting the <b><em>IMS Community</em></b> website.</p>
</div>
</a>
<!-- 4 -->
<a title="Advocacy" href="ims-advocacy.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>Advocacy</h5>
<p>Request an IMS advocate so that you have a voice in IMS.</p>
</div>
</a>
</div>
<!-- Learn -->
<div class="pure-u-1 pure-u-sm-1-4">
<h3>Learn</h3>
<!-- cards/pages -->
<!-- 1 -->
<a title="IMS Videos" href="ims-videos.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS videos</h5>
<p>Choose from hundreds of educational videos on IMS components, functions, and tools.</p>
</div>
</a>
<!-- 2 -->
<a title="IMS Courses" href="ims-education.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS courses</h5>
<p>Get in-depth IMS education with these self-paced courses and earn digital badges.</p>
</div>
</a>
<!-- 3 -->
<a title="IMS Repos on GitHub" href="ims-repos.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS repos on GitHub</h5>
<p>Get code samples and tutorials on IMS components, workflows, Java, and more.</p>
</div>
</a>
</div>
<!-- Docs & Support -->
<div class="pure-u-1 pure-u-sm-1-4">
<h3>
Documentation & support
</h3>
<!-- cards/pages -->
<!-- 1 -->
<a title="IMS Docs" href="ims-docs.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS documentation</h5>
<p>Find information on IMS, tools, and other IBM products.</p>
</div>
</a>
<!-- 2 -->
<a title="IMS Support" href="ims-support.html" class="nav-item" tabindex="-1">
<div class="navcard">
<h5>IMS support</h5>
<p>Get help with IMS or other IBM products.</p>
</div>
</a>
</div>
</div>
</nav>
</nav>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="content" class="site-content">
<div class="content-area" id="content-area">
<div class="entry-content">
<main class="zs-main" id="main">
<!-- =========================== IMS Courses banner =========================== -->
<div class="intro-sec">
<section id="intro-section" class="pure-g zs-section white-bg2">
<div id="intro-header" class="pure-u-1"></div>
<div class="pure-u-3-25">
<img class="ims-card-icon" src="wp-content/Icon_Managed ACBs_IMS DatabasePage.svg" alt=""/>
</div>
<div id="intro-info" class="pure-u-1 pure-u-sm-1-2 intro-sec-g">
<h6>Learn</h6>
<h1>IMS videos</h1>
<p id="p-style">Build your knowledge of IMS™ by viewing our
featured educational videos on IBM MediaCenter.</p>
<div class="pure-u-1 intro-sec-b">
<a class="zs-w-button-transparent" onfocus="closeNavMenu()" href="https://mediacenter.ibm.com/channel/IMS%2BEducational%2BVideos/122579632" target="_blank" rel="noopener noreferrer">
Visit IBM MediaCenter →</a>
</div>
</div>
</section>
</div>
<!-- =========================== Row for filtering =========================== -->
<!-- remember, the behaviour is that clicking pulls you to the anchors -->
<div class="zs-section filter-sec" id="anchor-link-menu">
<div class="pure-g">
<!-- Filter list -->
<div class="ibm-sitenav-menu-list" id="anchor-link-menu-items">
<ul class="menu">
<li><a href="#all">All roles</a></li>
<li><a href="#imsdb">IMS database</a></li>
<li><a href="#sysprog">System programming</a></li>
<li><a href="#appdev">Application development</a></li>
</ul>
</div>
</div>
</div>
<!-- =========================== Videos list =========================== -->
<div id="all" class="zs-gray-section videos-sec">
<section class="zs-section">
<!-- Info cards container -->
<div class="pure-g video-card-container">
<!-- IMS Community Calls -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-comm"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS Community Calls</h3>
<p>These calls cover the latest in what's going on in the world of IMS.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<a alt="IMS Community Calls"
title="IMS Community Calls" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_lgy10u5e/"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Intro -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-intro"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">Introduction to IMS</h3>
<p></p>
<p>If you're new to IMS, watch these short, high-level videos on IMS, database, transaction management, and application development.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Beginner
 
<b>Time</b>: 1 hour
</p>
</div>
<div>
<a alt="Intro to IMS"
title="Intro to IMS" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/channel/Intro+to+IMS+Series/139456202"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Ansible -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-ansible"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">Getting Started with Ansible for IBM Z</h3>
<p>Get an overview of how to set up your Red Hat® Ansible® control node to get started automating processes for IBM Z® with Ansible.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Beginner
 
<b>Time</b>: 6 minutes
</p>
</div>
<div>
<a alt="Ansible for IBM Z"
title="Ansible for IBM Z" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/media/Set%20up%20your%20Ansible%20control%20node%20for%20getting%20started%20with%20Ansible%20for%20IBM%20Z/1_r9g0duq3"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Insights Series -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-insights"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS Insights Series</h3>
<p>These webinars cover timely topics such as new customer perspectives on IMS and managed ACBs.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Varies
 
<b>Time</b>: Varies
</p>
</div>
<div>
<a alt="IMS Insights Series"
title="IMS Insights Series" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_05jsq9yl/"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Tools -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-tools"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS Tools</h3>
<p></p>
<p>Review the various videos on IMS Tools.</p>
<div class="pure-u-1 pure-u-md-1">
<div >
<p>
<b>Level</b>: Varies
 
<b>Time</b>: Varies
</p>
</div>
<div>
<a alt="IMS Tools"
title="IMS Tools" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/189147413/1_cvhwa8r2/1_5xtr9qnf"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- === IMS DATABASE SECTION === -->
<h3 id="imsdb" class="video-section-header">IMS database</h3>
<!-- IMS MACB -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-macb"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS Managed ACBs and IMS Catalog</h3>
<p>Check out this video series that describes the IMS catalog, how to implement it, and how to implement managed ACBs.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Beginner
 
<b>Time</b>: 11 hours
</p>
</div>
<div>
<a alt="IMS catalog and MACBs"
title="IMS catalog and MACBs" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_6yvvheln/"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Catalog Database -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-cat-db"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS Catalog Database Repair and Recovery</h3>
<p>Learn how to repair and recover the IMS catalog database, which is an IMS high availability large database (HALDB).</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 45 minutes
</p>
</div>
<div>
<a alt="IMS Catalog Database Repair and Recovery"
title="IMS Catalog Database Repair and Recovery" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/details/1_0qff2gc8/categoryId/122579632"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Full Function Log -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-ff-log"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS Full-Function Log Record Analysis</h3>
<p>These videos describe log records associated with input and output message flows, application scheduling, and full-function database updates.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 1 hour
</p>
</div>
<div>
<a alt="Full-Function Log Record Analysis"
title="Full-Function Log Record Analysis" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/details/1_khzutnim/categoryId/122579632"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Reorg DBRC -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-reorg-dbrc"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">How to Reorganize the IMS DBRC RECON Data Sets</h3>
<p>These videos show you the general steps for reorganizing IMS DBRC RECON data sets.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 25 minutes
</p>
</div>
<div>
<a alt="Reorganize the IMS DBRC RECON data sets"
title="Reorganize the IMS DBRC RECON data sets" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/details/1_8b576zt9/categoryId/122579632"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Buffers -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-buffers"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">Managing IMS Buffers</h3>
<p>Check out these three playlists on VSAM, OSAM, and dynamic full-function databases buffers.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: Varies
</p>
</div>
<div class="video-card-link">
<a alt="Managing VSAM Buffers"
title="Managing VSAM Buffers" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/details/1_ap436b3k/categoryId/122579632"
>Watch VSAM →
</a>
<br/>
<a alt="Managing OSAM Buffers"
title="Managing OSAM Buffers" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/details/1_ywfjxcwn/categoryId/122579632"
>Watch OSAM →
</a>
<br/>
<a alt="Managing Dynamic Buffers"
title="Managing Dynamic Buffers" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_tzpfuwh2/1_zowuthrl"
>Watch dynamic →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS DDL Utility -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-ddl-util"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS z/OS Native DDL Utility</h3>
<p>Get an overview of a new IMS utility that submits SQL data definition language (DDL) statements against an IMS database.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Beginner
 
<b>Time</b>: 12 minutes
</p>
</div>
<div>
<a alt="IMS z/OS Native DDL Utility"
title="IMS z/OS Native DDL Utility" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/details/1_4u3gq2f0/categoryId/122579632"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- === SYSTEM PROGRAMMING SECTION === -->
<h3 id="sysprog" class="video-section-header">System programming</h3>
<!-- IMS Security Audit -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-sec-aud"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS Security Audits: Gathering the Right Documentation</h3>
<p>Learn what information to obtain and what some important settings and parameters mean when you need to do an IMS security health check.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 1 hour
</p>
</div>
<div>
<a alt="IMS Security Audits"
title="IMS Security Audits" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_zdruhxrk/"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Monitor Reports -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-mon-rep"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS Monitor Reports</h3>
<p>The IMS Monitor is a no-cost tool provided with IMS. The IMS Monitor can create many types of reports, including buffer pool statistics program, program I/O, and message queuing.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 45 minutes
</p>
</div>
<div>
<a alt="IMS Monitor Reports"
title="IMS Monitor Reports" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_3g7mquxe/"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- z/OS Logger Reports IMS Shared Queues -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="shared-queue-log-reports"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">z/OS Logger Reports IMS Shared Queues</h3>
<p>Learn to use the z/OS Logger so that you can monitor the performance of an IMS shared queues environment.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 50 minutes
</p>
</div>
<div>
<a alt="z/OS Logger Reports IMS Shared Queues"
title="z/OS Logger Reports IMS Shared Queues" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/details/1_b9i8fwj8/categoryId/122579632"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Distributed Environments -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-dis-env"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS and Distributed Environment Security</h3>
<p>Learn how to secure frontend or distributed environments as they relate to IMS.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Advanced
 
<b>Time</b>: 1 hour, 25 minutes
</p>
</div>
<div>
<a alt="IMS and Distributed Environment Security"
title="IMS and Distributed Environment Security" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_9uja2ely/"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- XCF and Support of IMS Facilities for Shared Queues -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="xcf-shared-queues"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">XCF and Support of IMS Facilities for Shared Queues</h3>
<p>Learn about the z/OS cross-system coupling facility (XCF) that offers a set of communication services that you use for IMS shared queues.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 50 minutes
</p>
</div>
<div>
<a alt="XCF and Support of IMS Facilities for Shared Queues"
title="XCF and Support of IMS Facilities for Shared Queues" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/details/1_cxmb4bin/categoryId/122579632"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Tuning IMS Scheduling by Using PWFI -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-scheduling-pwfi"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header"><b>Coming soon:</b> Tuning IMS Scheduling using PWFI</h3>
<p>Learn about IMS scheduling parameters such as PARLIM, PROCLIM, and regions WFI and PWFI to help you run transactions more efficiently.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<!-- <b>Time</b>: -->
</p>
</div>
<!-- <div>
<a alt="Tuning IMS Scheduling using PWFI"
title="Tuning IMS Scheduling using PWFI" target="_blank" rel="noopener noreferrer"
href=""
class="video-card-link">Watch now →
</a>
</div> -->
</div>
</div>
</div>
</div>
<!-- === APPLICATION DEVELOPMENT SECTION === -->
<h3 id="appdev" class="video-section-header">Application development</h3>
<!-- IMS Java Demos -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-java"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">Java in IMS demos</h3>
<p>Watch these short demos showing how to build Java™ applications for IMS.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 27 minutes
</p>
</div>
<div>
<a alt="Java IMS demos"
title="IMS Diagnostics" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_owktz0jm/1_ye4uoner"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Explorer -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-exp"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">IMS Explorer</h3>
<p>Learn about the Eclipse-based graphical tool that simplifies common IMS tasks that are related to IMS application development.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 1.15 hours
</p>
</div>
<div>
<a alt="IMS Explorer"
title="IMS Diagnostics" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/0_3n5xj4z6/0_ky5ochli"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Java Applications -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-javaims"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">Java and IMS</h3>
<p>This introductory video series helps you learn how to create Java applications for IMS.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 20 minutes
</p>
</div>
<div>
<a alt="Java and IMS"
title="IMS Diagnostics" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/playlist/dedicated/122579632/1_bf4e6c7p/1_coy64ih0"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
<!-- IMS Interoperability -->
<div class="pure-u-1 pure-u-lg-1-3">
<div style="position: absolute; margin-top:-60px;" id="ims-interop"></div>
<div class="ims-c-card">
<div class="pure-u-1 pure-u-md-1 ims-c-card-content">
<h3 class="video-card-header">Modernize Legacy Applications with 31-bit COBOL and 64-bit Java interoperability</h3>
<p>This video shows you how to make 31-bit COBOL interoperable with 64-bit Java applications.</p>
<div class="pure-u-1 pure-u-md-1">
<div>
<p>
<b>Level</b>: Intermediate
 
<b>Time</b>: 13 minutes
</p>
</div>
<div>
<a alt="31-bit COBOL and 64-bit Java Interoperability"
title="IMS Diagnostics" target="_blank" rel="noopener noreferrer"
href="https://mediacenter.ibm.com/media/Modernize+legacy+applications+with+31-bit+COBOL+and+64-bit+Java+interoperability/1_jj3fq6io"
class="video-card-link">Watch now →
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- =========================== back to top =========================== -->
<div>
<img id="btt" src="wp-content/Icon_Back_to_top.svg" alt="Back to top" tabindex="0" role="button">
</div>
</main>
</div> <!-- .entry-content -->
</div> <!-- .content-area -->
</div> <!-- #content -->
<!-- FOOTER -->
<footer aria-label="IBM" id="themeFooter">
<div id="boomer-footer" class="boomer_footer_menu"></div>
<div id="dw-footer" class="ibm-alternate ibm-padding-normal">
<div class="ibm-columns ibm-padding-bottom-0">
<div class="ibm-col-1-1">
<div class="ibm-footer-corporate-links">
<ul>
<li><a href="https://www.ibm.com/contact/us" target="_blank">Contact</a></li>
<li><div></div></li>
<li><a href="http://www.ibm.com/privacy/us/en/" target="_blank">Privacy</a></li>
<li><div></div></li>
<li><a href="https://www.ibm.com/legal?lnk=flg-tous-usen" target="_blank">Terms of use</a></li>
<li><div></div></li>
<li><a href="http://www.ibm.com/accessibility/us/en/" target="_blank">Accessibility</a></li>
</ul>
</div>
<p class="copyright">Copyright IBM Corporation 2024</p>
<div id="ibm-footer-locale-selector"></div>
</div>
</div>
</div>
</footer>
</div>
<!-- Search box functions -->
<script src="jekyll-tipue-search/assets/tipuesearch/searchBox.js"></script>
<!-- post-load actions/listeners -->
<script src="jekyll-tipue-search/assets/tipuesearch/postLoad.js"></script>
</body>
</html>