CINXE.COM

OCLC cataloging application comparison

<!DOCTYPE HTML> <!--[if gt IE 9]><!--><html class=" no-js" lang="en" dir="ltr"><!--<![endif]--> <head> <meta charset="utf-8" /> <script src="/etc.clientlibs/oclc/clientlibs/oclc/jquery.min.js"></script> <script src="/etc.clientlibs/oclc/clientlibs/oclc/jquery/oclc.min.js"></script> <link rel="stylesheet" href="/apps/oclc/clientlibs/oclc/jquery-ui.min.css" type="text/css"> <script src="/apps/oclc/clientlibs/oclc/jquery-ui.min.js"></script> <script src="/etc.clientlibs/oclc/clientlibs/oclc/jquery/animation.min.js"></script> <link rel="stylesheet" href="/etc.clientlibs/clientlibs/granite/jquery-ui.min.css" type="text/css"> <script src="/etc.clientlibs/clientlibs/granite/jquery.min.js"></script> <script src="/etc.clientlibs/clientlibs/granite/utils.min.js"></script> <script src="/etc.clientlibs/clientlibs/granite/jquery/granite.min.js"></script> <script src="/etc.clientlibs/foundation/clientlibs/jquery.min.js"></script> <script src="/etc.clientlibs/foundation/clientlibs/shared.min.js"></script> <script src="/etc.clientlibs/clientlibs/granite/jquery-ui.min.js"></script> <script src="/etc.clientlibs/foundation/clientlibs/jquery-ui.min.js"></script> <script src="/etc.clientlibs/clientlibs/social/thirdparty/ckeditor.min.js"></script> <title>OCLC cataloging application comparison</title> <meta name="robots" content="noindex,nofollow" /> <meta name="description" content="" /> <!-- Dublin Core Metadata --> <meta name="DC.Title" content="OCLC cataloging application comparison" /> <meta name="DCTERMS.Alternative" content="OCLC cataloging application comparison"> <meta name="DC.Subject" content="" /> <meta name="DC.Description" content=""> <meta name="DC.Publisher" content="OCLC" /> <meta name="DC.Creator" content=""> <meta name="DC.Contributor" content=""/> <meta name="DCTERMS.Created" scheme="DCTERMS.W3CTDF" content="2024-9-5"> <meta name="DCTERMS.Issued" scheme="DCTERMS.W3CTDF" content="2024-9-5"> <meta name="DCTERMS.Modified" scheme="DCTERMS.W3CTDF" content="2024-9-5"> <meta name="DC.Language" content="en"> <meta name="DC.Modified" content="2024-9-5" /> <meta name="DC.Rights" content="https://policies.oclc.org/en/copyright.html" /> <meta name="twitter:title" content="OCLC cataloging application comparison" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@OCLC" /> <meta name="twitter:domain" content="www.oclc.org" /> <meta name="twitter:image" content="https://www.oclc.org/content/dam/oclc/logos/oclc/og_image_oclc.png" /> <meta property="og:image" content="https://www.oclc.org/content/dam/oclc/logos/oclc/og_image_oclc.png" /> <meta property="og:type" content="website" /> <meta property="og:site_name" content="OCLC" /> <meta property="og:title" content="OCLC cataloging application comparison" /> <meta property="og:locale" content="en_US" /> <meta property="og:url" content="https://www.oclc.org/go/en/oclc-cataloging-application-comparison.html" /> <meta name="viewport" content="width=device-width" /> <link rel="canonical" href="https://www.oclc.org/go/en/oclc-cataloging-application-comparison.html"/> <link rel="alternate" href="https://www.oclc.org/go/en/oclc-cataloging-application-comparison.html" hreflang="en"/> <!-- News Article Script --> <!-- Favicons --> <link rel="icon" href="/apps/settings/wcm/designs/oclc/images/favicon.ico" sizes="32x32"/> <link rel="icon" href="/apps/settings/wcm/designs/oclc/images/icon.svg" type="image/svg+xml"/> <link rel="apple-touch-icon" href="/apps/settings/wcm/designs/oclc/images/apple-touch-icon.png"/> <script type="text/javascript"> if(typeof String.prototype.trim !== 'function') { String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ''); } } </script> <!-- Modernizr: http://www.modernizr.com/ --> <script src="/etc.clientlibs/oclc/clientlibs/oclc/modernizr.min.js"></script> <link rel="stylesheet" href="/etc.clientlibs/clientlibs/social/thirdparty/bootstrap3.min.css" type="text/css"> <script src="/etc.clientlibs/clientlibs/social/thirdparty/bootstrap3.min.js"></script> <script type="text/javascript" src="/apps/oclc/clientlibs/oclc/jquery-ui/source/jquery-ui.min.js"></script> <script type="text/javascript"> (function ($) { $(function () { yepnope([{ load: '/apps/settings/wcm/designs/oclc/js/jquery/jquery.easing.js' }, { test: $("#faq-set").length, yep: ['/apps/settings/wcm/designs/oclc/js/faqs-functions-v0.1.js'] }, { // FancyBox for modals: http://fancybox.net test: ($("a.modal-media").length || $("a.modal").length || $("a.img-gallery").length || $("a.modal-iframe").length || $(".modal-youtube").length), yep: ['/apps/settings/wcm/designs/oclc/js/jquery/fancybox/jquery.fancybox.pack.js', '/apps/settings/wcm/designs/oclc/js/jquery/fancybox/jquery.fancybox.css', '/apps/settings/wcm/designs/oclc/js/jquery/fancybox/helpers/jquery.fancybox-media.js', '/apps/settings/wcm/designs/oclc/js/modal-functions-v0.1.js'] }, { // Sitebar show/hide test: ($("#sitebar-sites").length), yep: ['/apps/settings/wcm/designs/oclc/js/jquery/jquery.hoverIntent.minified.js', '/apps/settings/wcm/designs/oclc/js/sitebar-functions-v0.1.js'] }, { // Showhide test: ($(".showhide").length), yep: ['/apps/settings/wcm/designs/oclc/js/showhide-functions-v0.1.js'] }, { test: $.autocomplete, nope: '/apps/oclc/clientlibs/oclc/jquery-ui/source/jquery-ui.min.js', complete: function () { if ($("#search-terms").autocomplete) { $("#search-terms").autocomplete({ source: function (request, response) { var s_siteVal = $("#s_site").val(), s_clientVal = $("#s_client").val(), uri = '/apps/oclc/suggest?q='; uri = uri + request.term + '&site=' + encodeURIComponent(s_siteVal) + '&client=' + encodeURIComponent(s_clientVal); $.ajax({ url: uri, dataType: "json", type: "GET", success: function (data) { response(data); } }); //ajax closed } //source closed }); //autocomplete closed } if ($("#result-search-terms").autocomplete) { $("#result-search-terms").autocomplete({ source: function (request, response) { var sr_siteVal = $("#sr_site").val(), sr_clientVal = $("#sr_client").val(), uri = '/apps/oclc/suggest?q='; uri = uri + request.term + '&site=' + encodeURIComponent(sr_siteVal) + '&client=' + encodeURIComponent(sr_clientVal); $.ajax({ url: uri, dataType: "json", type: "GET", success: function (data) { response(data); } }); //ajax closed } //source closed }); //autocomplete closed } } }]); }); }(jQuery)); </script> <!-- TypeKit --> <link rel="stylesheet" href="https://use.typekit.net/xyd8noe.css"> <!-- Style sheets --> <link rel="stylesheet" href="/apps/settings/wcm/designs/oclc/landingpages-v2/css/lpage-base.css" type="text/css"/> <link rel="stylesheet" href="/content/dam/campaign-landing-pages/en/oclc-cataloging-application-comparison/oclc-cataloging-compare.css" type="text/css"/> <!-- Template Includes --> <!-- OneTrust Cookies Consent Notice start --> <script type="text/javascript" src="https://cdn.cookielaw.org/consent/999c7907-ac3c-4ce1-9125-172f53ec926f/OtAutoBlock.js"></script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="999c7907-ac3c-4ce1-9125-172f53ec926f"></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end --><!-- Start VWO Async SmartCode --> <link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com"/> <script type='text/javascript' id='vwoCode'> window._vwo_code || (function() { var account_id=743027, version=2.1, settings_tolerance=2000, hide_element='body', hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;', /* DO NOT EDIT BELOW THIS LINE */ f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={nonce:v&&v.nonce,use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}v&&t.setAttribute('nonce',v.nonce);d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var n=this.getSettings(),i=d.createElement('script'),r=this;t=t||{};if(n){i.textContent=n;d.getElementsByTagName('head')[0].appendChild(i);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200||o.status===304){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t;if(this.hide_element()!=='body'){t=d.createElement('style');var n=this.hide_element(),i=n?n+this.hide_element_style():'',r=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');v&&t.setAttribute('nonce',v.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=i;else t.appendChild(d.createTextNode(i));r.appendChild(t)}else{t=d.getElementsByTagName('head')[0];var i=d.createElement('div');i.style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;display: block !important;';i.setAttribute('id','_vis_opt_path_hides');i.classList.add('_vis_hide_layer');t.parentNode.insertBefore(i,t.nextSibling)}var o=window._vis_opt_url||d.URL,s='https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(o)+'&vn='+version;if(w.location.search.indexOf('_vwo_xhr')!==-1){this.addScript({src:s})}else{this.load(s+'&x=true')}}};w._vwo_code=code;code.init();})(); </script> <!-- End VWO Async SmartCode --> <script> dataLayer = [{ 'site': '', 'language': 'en_us' }]; </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl+ '&gtm_auth=iGoSLkTwa8G0GRiDWDJMVw&gtm_preview=env-2&gtm_cookies_win=x';f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TC83QFB');</script> <!-- End Google Tag Manager --> </head> <header> <script> (function($){ $(function() { yepnope({ test: window.location.search != null && (window.location.search.indexOf("urlf=") >= 0 || window.location.search.indexOf("urlm=") >= 0), // test whether the url querystring has a parameter yep: ['/apps/oclc/docroot/js/urlmapper.js'] }); }); })(jQuery); </script> </header> <body class="lpage lpage-base"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TC83QFB&gtm_auth=iGoSLkTwa8G0GRiDWDJMVw&gtm_preview=env-2&gtm_cookies_win=x" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="wrapper"> <div id="url-mapper-msg"></div> <header class="lpage-logo mod"> <div class="header_logo iparsys parsys"><div class="section"><div class="new"></div> </div><div class="iparys_inherited"><div class="header_logo iparsys parsys"><div class="globallogo parbase section"> <!-- logo --> <a href="https://www.oclc.org/en/home.html"> <img src="/content/dam/campaign-landing-pages/en/2020/images/logo_oclc_clp_2x.png" border="0" alt="OCLC" class=""> </a> </div> <div class="customjavascript section"> <style> header.lpage-logo{ margin: 14px auto 24px; width: 100%; } header.lpage-logo .header_logo, header.lpage-logo .header_logo .globallogo{ clear: both; display: table; content: " "; } header.lpage-logo .header_logo .globallogo{ max-width: 120px; } </style></div> </div> </div> </div> </header> <div class="beforecontent iparsys parsys"><div class="section"><div class="new"></div> </div><div class="iparys_inherited"><div class="beforecontent iparsys parsys"></div> </div> </div> <div class="par parsys"><div class="parsyscolumncontrol section"> <div class="parsys_column cq-colctrl-lt5"> <div class="parsys_column cq-colctrl-lt5-c0"> <div class="col0 parsys"><div class="text parbase section"> <h1>OCLC cataloging application comparison </h1> <p>Create new WorldCat<sup>®</sup> records one at a time for print and electronic items to make your library’s rare and distinctive items discoverable. Save time by enriching and sharing existing records, setting and deleting your library’s holdings, and exporting WorldCat records for local use. Choose the service that best meets the needs of your unique library.</p> </div> </div> </div> <div class="parsys_column cq-colctrl-lt5-c1"> <div class="col1 parsys"><div class="highlightbox section"> <!-- Start: Highlight Box --> <div class="hbox "> <div class="highlightbox parsys"><div class="text parbase section"> <h3>Jump to</h3> </div> <div class="text parbase section"> <p><a href="#record">Record editing and creation</a></p> <p><a href="#actions">Actions</a></p> <p><a href="#output">Record output</a></p> <p><a href="#databases">Databases and files</a></p> <p><a href="#system">System access</a></p> <p><a href="#misc">Miscellaneous</a></p> </div> </div> </div> <!-- End: Highlight Box --> </div> </div> </div> </div></div> <div class="text parbase section"> <h2><a id="record"></a>Record editing and creation</h2> </div> <div class="text parbase section"> <table width="100%" cellspacing="0" border="0"> <thead> <tr> <th style="background: white;" width="14%"> </th> <th width="14%" valign="top">WorldShare Record Manager</th> <th width="14%" valign="top">WorldShare Record Manager simplified</th> <th width="14%" valign="top">Connexion client</th> <th width="14%" valign="top">Z39.50 Cataloging</th> <th width="14%" valign="top">WorldCat Metadata API</th> </tr> </thead> <tbody> <tr valign="top"> <td><strong>Edit records in MARC tag view (such as "245")</strong></td> <td class="yes">Yes</td> <td class="yes">Yes <span class="yes-fix">Limited to adding local fields.</span></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Edit records in MARC text view (such as "Title")</strong></td> <td class="yes">Yes <span class="yes-fix">Limited to books, audiobooks, images, sound recordings, and videos.</span></td> <td class="yes">Yes <span class="yes-fix">Limited to adding local fields.</span></td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Edit bibliographic records using non-Latin scripts</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Transliterate Latin text to non-Latin text</strong></td> <td class="yes">Yes <span class="yes-fix">(Arabic, Persian, and eight languages written in Cyrillic script)</span></td> <td class="no">No</td> <td class="yes">Yes <span class="yes-fix">(Arabic, Persian)</span></td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Create new authority and bibliographic records for original cataloging</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes <span class="yes-fix">(bibliographic records only)</span></td> </tr> <tr valign="top"> <td><strong>Create, edit, and delete local holdings records (LHRs)</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Move local holdings records (LHRs) to a different bibliographic record</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Manage local bibliographic data (LBD)</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Import MARC records</strong></td> <td class="no">No</td> <td class="no">No</td> <td class="yes">Yes <span class="yes-fix">MARC-8 or Unicode (UTF-8) character set.</span></td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Use constant data for bibliographic records to store and apply frequently used text</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Use constant data for local holdings records (LHRs) to store and apply frequently used text</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Use constant data for authority records to store and apply frequently used text</strong></td> <td class="no">No</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Check spelling</strong></td> <td class="yes">Yes <span class="yes-fix">Relies on user's browser spellcheck features.</span></td> <td class="yes">Yes <span class="yes-fix">Relies on user's browser spellcheck features.</span></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Work offline, not connected to OCLC</strong></td> <td class="no">No</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Search WorldCat Entities and add identifiers to MARC records</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Create WorldCat Entities and add identifiers to MARC records</strong></td> <td class="yes">Yes <span class="yes-fix">Available to <a href="https://www.oclc.org/en/meridian.html">OCLC Meridian</a> subscribers only.</span></td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> </tbody> </table> </div> <div class="text parbase section"> <h2><a id="actions"></a>Actions</h2> </div> <div class="text parbase section"> <table width="100%" cellspacing="0" border="0"> <thead> <tr> <th style="background: white;" width="14%"> </th> <th width="14%" valign="top">WorldShare Record Manager</th> <th width="14%" valign="top">WorldShare Record Manager simplified</th> <th width="14%" valign="top">Connexion client</th> <th width="14%" valign="top">Z39.50 Cataloging</th> <th width="14%" valign="top">WorldCat Metadata API</th> </tr> </thead> <tbody> <tr valign="top"> <td><strong>Validate records</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Add holdings to bibliographic records</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Upgrade authority and WorldCat bibliographic records</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>View total number of library holdings on bibliographic records</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Display list of libraries that hold bibliographic records</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Delete holdings on bibliographic records</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Delete own bibliographic record</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Control authorized headings in bibliographic records and link the headings to the Authority File record</strong></td> <td class="yes">Yes <span class="yes-fix">Access to additional authority files, including: <br /> <br /> <ul> <li style="font-size: 12.0px;"><strong>AAT </strong>(Getty Art and Architecture Thesaurus)</li> <li style="font-size: 12.0px;"><strong>BNE</strong> (Biblioteca Nacional de España)</li> <li style="font-size: 12.0px;"><strong>Canadiana</strong> (French Names and Canadian Subjects)</li> <li style="font-size: 12.0px;"><strong>FAST </strong>(Faceted Application of Subject Terminology)<br /> </li> <li style="font-size: 12.0px;"><strong>GND Authorities</strong> (German Integrated Authority file)</li> <li style="font-size: 12.0px;"><strong>LC</strong> (Library of Congress)<br /> </li> <li style="font-size: 12.0px;"><strong>Māori Subject Headings</strong></li> <li style="font-size: 12.0px;"><strong>MeSH Authorities</strong> (Medical Subject Headings)</li> <li style="font-size: 12.0px;"><strong>NTA Names</strong> (Dutch Names)</li> <li style="font-size: 12.0px;"><strong>RVM</strong> (Répertoire de vedettes-matière)</li> </ul> </span></td> <td class="no">No</td> <td class="yes">Yes <span class="yes-fix">LC only.</span></td> <td class="no">No</td> <td class="yes">Yes <span class="yes-fix">Functions are performed automatically when record is added to the database.</span></td> </tr> <tr valign="top"> <td><strong>Autosuggest LC and Canadiana Names</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Autosuggest FAST subject headings</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Submit bibliographic records to other institutions for review prior to finalizing</strong></td> <td class="no">No</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Submit Library of Congress authority records to other institutions for review prior to finalizing</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Submit Canadiana authority records to other institutions for review prior to finalizing</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Process multiple actions at one time</strong></td> <td class="yes">Yes <span class="yes-fix">Using bulk actions for local bibliographic data and local holdings records.</span></td> <td class="yes">Yes. <span class="yes-fix">You can set holding and send to export list in one action.</span></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Print labels</strong></td> <td class="yes">Yes <span class="yes-fix">Label formats: A12360, L7651, SP1, SL4, SL6, SLB, or any other label format by using the Custom option.</span></td> <td class="yes">Yes <span class="yes-fix">Label formats: A12360, L7651, SP1, SL4, SL6, SLB, or any other label format by using the Custom option.</span></td> <td class="yes">Yes <span class="yes-fix">Label formats: SP1, SL4, SL6, SLB.</span></td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Create label list or file</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>View other libraries’ local holdings records (LHRs)</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Create a customizable condensed bibliographic record search results list</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Compare bibliographic records side-by-side</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> </tbody> </table> </div> <div class="text parbase section"> <h2><a id="output"></a>Record output</h2> </div> <div class="text parbase section"> <table width="100%" cellspacing="0" border="0"> <thead> <tr> <th style="background: white;" width="14%"> </th> <th width="14%" valign="top">WorldShare Record Manager</th> <th width="14%" valign="top">WorldShare Record Manager simplified</th> <th width="14%" valign="top">Connexion client</th> <th width="14%" valign="top">Z39.50 Cataloging</th> <th width="14%" valign="top">WorldCat Metadata API</th> </tr> </thead> <tbody> <tr valign="top"> <td><strong>Export records to a file</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Export records via a TCP/IP connection</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Export records via an OCLC Gateway Export session to display messages from your local system</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Export records via a printer or comm port</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Export records in MARC 21 format</strong></td> <td class="yes">Yes <span class="yes-fix">Authority and bibliographic records with MARC-8 or UTF-8 Unicode character set in Latin or non-Latin scripts.</span></td> <td class="yes">Yes <span class="yes-fix">Bibliographic records with MARC-8 or UTF-8 Unicode character set in Latin or non-Latin scripts.</span></td> <td class="yes">Yes <span class="yes-fix">Authority and bibliographic records with MARC-8 or UTF-8 Unicode character set in Latin or non-Latin scripts.</span></td> <td class="no">No</td> <td class="yes">Yes <span class="yes-fix">(bibliographic records only)</span></td> </tr> <tr valign="top"> <td><strong>Export records in Dublin Core format</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes <span class="yes-fix">Bibliographic records, Dublin Core Qualified in XML with the UTF-8 Unicode character set.</span></td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Export records in MARCXML format</strong></td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Export records in MODS (Metadata Object Description Schema) format</strong></td> <td class="yes">Yes <span class="yes-fix">(bibliographic records only)</span></td> <td class="yes">Yes <span class="yes-fix">(bibliographic records only)</span></td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> </tr> </tbody> </table> </div> <div class="text parbase section"> <h2><a id="databases"></a>Databases and files</h2> </div> <div class="text parbase section"> <table width="100%" cellspacing="0" border="0"> <thead> <tr> <th style="background: white;" width="14%"> </th> <th width="14%" valign="top">WorldShare Record Manager</th> <th width="14%" valign="top">WorldShare Record Manager simplified</th> <th width="14%" valign="top">Connexion client</th> <th width="14%" valign="top">Z39.50 Cataloging</th> <th width="14%" valign="top">WorldCat Metadata API</th> </tr> </thead> <tbody> <tr valign="top"> <td><strong>Access WorldCat®</strong></td> <td class="yes">Yes </td> <td class="yes">Yes </td> <td class="yes">Yes </td> <td class="yes">Yes </td> <td class="yes">Yes </td> </tr> <tr valign="top"> <td><strong>Access LC Name and Subject Authority Files, including distributed and superseded versions of records </strong></td> <td class="yes">Yes <span class="yes-fix">Access to additional authority files, including:<br /> <br /> <ul> <li style="font-size: 12.0px;"><strong>AAT </strong>(Getty Art and Architecture Thesaurus)</li> <li style="font-size: 12.0px;"><strong>BNE</strong> (Biblioteca Nacional de España)</li> <li style="font-size: 12.0px;"><strong>Canadiana</strong> (French Names and Canadian Subjects)</li> <li style="font-size: 12.0px;"><strong>FAST </strong>(Faceted Application of Subject Terminology)</li> <li style="font-size: 12.0px;"><strong>GND Authorities</strong> (German Integrated Authority file)</li> <li style="font-size: 12.0px;"><strong>LC </strong>(Library of Congress)</li> <li style="font-size: 12.0px;"><strong>Māori Subject Headings</strong></li> <li style="font-size: 12.0px;"><strong>MeSH Authorities</strong> (Medical Subject Headings)</li> <li style="font-size: 12.0px;"><strong>NTA Names</strong> (Dutch Names)</li> <li style="font-size: 12.0px;"><strong>RVM</strong> (Répertoire de vedettes-matière)</li> </ul> </span></td> <td class="no">No</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Use online save file stored locally for temporary record storage</strong></td> <td class="yes">Yes <span class="yes-fix">Shared between Connexion and Record Manager.</span></td> <td class="no">No</td> <td class="yes">Yes <span class="yes-fix">Shared between Connexion and Record Manager.</span></td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Use offline save file stored locally for temporary record storage</strong></td> <td class="no">No</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> </tbody> </table> </div> <div class="text parbase section"> <h2><a id="system"></a>System access</h2> </div> <div class="text parbase section"> <table width="100%" cellspacing="0" border="0"> <thead> <tr> <th style="background: white;" width="14%"> </th> <th width="14%" valign="top">WorldShare Record Manager</th> <th width="14%" valign="top">WorldShare Record Manager simplified</th> <th width="14%" valign="top">Connexion client</th> <th width="14%" valign="top">Z39.50 Cataloging</th> <th width="14%" valign="top">WorldCat Metadata API</th> </tr> </thead> <tbody> <tr valign="top"> <td><strong>Set and delete WorldCat holdings for other libraries using agent or group functionality</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Maintain local holdings records (LHRs) for other libraries using agent or group  functionality</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> <td class="no">No</td> <td class="yes">Yes</td> </tr> <tr valign="top"> <td><strong>Store user-specific customization</strong></td> <td class="yes">Yes <span class="yes-fix">Set preferences for each user.</span></td> <td class="yes">Yes <span class="yes-fix">Set preferences for each user.</span></td> <td class="yes">Yes <span class="yes-fix">Set preferences for each user of the workstation.</span></td> <td class="no">No</td> <td class="no">No</td> </tr> </tbody> </table> </div> <div class="text parbase section"> <h2><a id="misc"></a>Miscellaneous</h2> </div> <div class="text parbase section"> <table width="100%" cellspacing="0" border="0"> <thead> <tr> <th style="background: white;" width="14%"> </th> <th width="14%" valign="top">WorldShare Record Manager</th> <th width="14%" valign="top">WorldShare Record Manager simplified</th> <th width="14%" valign="top">Connexion client</th> <th width="14%" valign="top">Z39.50 Cataloging</th> <th width="14%" valign="top">WorldCat Metadata API</th> </tr> </thead> <tbody> <tr valign="top"> <td><strong>Macros</strong></td> <td class="no">No. However, some functions commonly performed using Connexion macros are available under Advanced Actions.</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Dewey Cutter tools</strong></td> <td class="yes">Yes</td> <td class="no">No</td> <td class="yes">Yes</td> <td class="no">No</td> <td class="no">No</td> </tr> <tr valign="top"> <td><strong>Interface language</strong></td> <td class="no">English<br /> French<br /> Chinese - Simplified<br /> Chinese - Traditional<br /> German<br /> Italian<br /> Japanese<br /> Korean<br /> Spanish<br /> Dutch<br /> </td> <td class="no">English<br /> French<br /> Chinese - Simplified<br /> Chinese - Traditional<br /> German<br /> Italian<br /> Japanese<br /> Korean<br /> Spanish<br /> Dutch</td> <td class="no">English<br /> Chinese - Simplified<br /> Chinese - Traditional<br /> German<br /> Japanese<br /> Korean<br /> Spanish<br /> </td> <td class="no">Language independent</td> <td class="no">N/A</td> </tr> <tr valign="top"> <td><strong>Cataloging statistics</strong></td> <td class="no">Institution summary statistics available within the Analytics tab of your library’s WorldShare interface.</td> <td class="no">Institution summary statistics available within the Analytics tab of your library’s WorldShare interface.</td> <td class="no">Institution summary and cataloger specific statistics available at the <a href="http://www.stats.oclc.org/cusp/nav">OCLC Usage Statistics</a> site.</td> <td class="no">Institution summary and cataloger specific statistics available at the <a href="http://www.stats.oclc.org/cusp/nav">OCLC Usage Statistics</a> site.</td> <td class="no">Institution summary statistics available within the Analytics tab of your library’s WorldShare interface.</td> </tr> </tbody> </table> </div> </div> <div class="purposestmt iparsys parsys"><div class="section"><div class="new"></div> </div><div class="iparys_inherited"><div class="purposestmt iparsys parsys"></div> </div> </div> </div> <footer> <div class="footer iparsys parsys"><div class="section"><div class="new"></div> </div><div class="iparys_inherited"><div class="footer iparsys parsys"><div class="text parbase section"> <p><span name="Sprinkles:copyright-current-year" class="cq-rte-sprinkles"><a href="https://policies.oclc.org/en/copyright.html" title="Read the OCLC copyright policy">&copy; 2025 OCLC</a></span> </p> <p><a href="https://policies.oclc.org/en/copyright/trademarks.html">Domestic and international trademarks and/or service marks of OCLC, Inc. and its affiliates</a></p> <ul> <li><a href="https://policies.oclc.org/en/privacy/privacy-statement.html">Privacy statement</a></li> <li><a href="https://policies.oclc.org/en/privacy/cookie-statement.html">Cookie notice</a></li> <li><a id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie settings</a></li> <li><a href="https://policies.oclc.org/en/accessibility.html">Accessibility statement</a></li> <li><a href="https://www.oclc.org/en/trust/compliance.html#trust-certifications">ISO 27001 Certificate</a></li> </ul> </div> <div class="customjavascript section"> <script> function setPillNavClasses() { const pills = document.querySelector('#pill-nav'); if(pills && !document.querySelector('#pill-nav .pill-nav-active')) { const currentPath = location.protocol + '//' + location.host + location.pathname; Array.from(pills.children).forEach((pill, i) => { const a = pill.children[0]; if(currentPath == a.href) { a.classList.add('pill-nav-active'); a.classList.remove('pill-nav-link'); } else { a.classList.remove('pill-nav-active'); a.classList.add('pill-nav-link'); } }); } } setPillNavClasses(); </script></div> </div> </div> </div> </footer> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10