Skip to content

Commit 759af4c

Browse files
committed
add video to search
1 parent 3e84ff8 commit 759af4c

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

ims-videos.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@
175175
<!-- =========================== Videos - database =========================== -->
176176
<section id="ims-database" class="white-bg pure-g card-section">
177177
<div class="pure-u-1 card-section-header"><h3>IMS database</h3></div>
178-
<!-- IMS DDL Utility -->
178+
<!-- Preparing IMS DB -->
179179
<card-tile
180180
name="A beginner’s guide to making an IMS database ready for use"
181-
desc="Learn how to prepare an IMS database by specifying DBDGEN and PSBGEN input, registing the database to DBRC, and more."
181+
desc="Learn how to prepare an IMS database by defining its metadata characteristics, allocating and initializing its data sets, and more."
182182
level="Beginner"
183183
time="6.6 hours"
184184
link="https://mediacenter.ibm.com/playlist/details/1_s5qmssgt/categoryId/122579632"
185-
id="ims-ddl-util"
185+
id="ims-prep-db"
186186
class="pure-u-1 pure-u-lg-1-2 pure-u-xl-1-3"
187187
>
188188
</card-tile>

jekyll-tipue-search/assets/tipuesearch/tipuesearch_content.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,16 @@ var tipuesearch = {"pages": [{
122122
"text": "Watch these videos to learn about VSAM, OSAM, and full-function database buffers.",
123123
"tags": "vsam_buffer osam_buffer full-function_buffer buffer_pooling lsr hiperspace buffer_steal background_write_option ca_reclaim_support sequential_buffering fast_path_buffering dynamic_buffer statistics",
124124
"url": "ims-videos.html#ims-buffers"
125+
},{
126+
"title": "<p>A beginner’s guide to making an IMS database ready for use</p> <img class=\"search-icon\" aria-label=\"Video\" src=\"wp-content/search_video.svg\"></img>",
127+
"text": "Watch these videos to learn how to prepare an IMS database and its primary index.",
128+
"tags": "dfsddlt0 dbdgen psbgen dli_test_program dbrc vsam osam database_recovery_control",
129+
"url": "ims-videos.html#ims-prep-db"
125130
},{
126131
"title": "<p>IMS z/OS Native DDL Utility</p> <img class=\"search-icon\" aria-label=\"Video\" src=\"wp-content/search_video.svg\"></img>",
127132
"text": "Learn how to use the zDDL utility to submit DDL SQL statements without IMS Connect.",
128133
"tags": "zddl ddl simulate autocommit verbose rsclst ddltrace_dd_cards",
129-
"url": "ims-videos.html#ims-ddl-util"
134+
"url": "https://mediacenter.ibm.com/playlist/details/1_4u3gq2f0/categoryId/122579632"
130135
},{
131136
"title": "<p>IMS DBDGEN and PSBGEN for Beginners</p> <img class=\"search-icon\" aria-label=\"Video\" src=\"wp-content/search_video.svg\"></img>",
132137
"text": "Watch these videos to learn how to code DBDGEN and PSBGEN input.",

0 commit comments

Comments
 (0)