Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Aleph

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Aleph
    3. Knowledge Articles
    4. How can we get counts of bib, item and authority records?

    How can we get counts of bib, item and authority records?

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    No headers
    • Article Type: General
    • Product: Aleph
    • Product Version: 20

    Description:
    How can we get counts of bib, item and authority records?

    Resolution:
    **For bib records:**

    1. util h/1/10 ("Z0102 Setup") gives the number of records in each bib library and in each logical base. You can choose a base which excludes deleted or suppressed records, as desired.

    2. The following SQL gives a count of non-deleted bib records (records with a non-null z13_title):
    > s+ abc01
    > select count (*) from z13 where z13_title is not null;
    > quit

    **For items:**

    > s+ abc50
    > select count(*) from z30;
    > quit

    **For authority records:**

    1. If you specify the xxx10 as a base in tab_base.eng, you can use util h/1/10 to get a count, as described above for bib.

    2. The following SQL gives a count of non-deleted authoriyt records (records with a non-null z13_title):
    > s+ abc10
    > select count (*) from z13 where z13_title is not null;
    > quit

    If you get "No rows found" for the authority, then you apparently don't have the z13 built there. In that case, query the z00 instead:

    > s+ abc10
    > select count (*) from z00;
    > quit


    • Article last edited: 6/23/2015
    View article in the Exlibris Knowledge Center
    1. Back to top
      • How can we enter alternatives for American and British spelling search? (UTIL-B)
      • How can we get rid of the default patron (cartoon) picture?
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 20
      2. contype:kba
      3. Prod:Aleph
      4. Type:General
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved