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. Report of course reserve items, grouped by course

    Report of course reserve items, grouped by course

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

    Desired Outcome Goal:
    Report of Course Reserve items, grouped by course -- where the Reserve items have an item status of "03".

    Procedure:
    > s+ xxx50
    SQL> set echo off
    set pause off
    set term off
    set show off
    set verify off
    set heading off
    set feed off

    spool course_items.lst

    select /*+ DYNAMIC_SAMPLING(2) ALL_ROWS */ substr (z11_rec_key,6,80), z30_rec_key, z30_barcode from z30, z103, xxx30.z11 where z30_item_status = '03' and substr (z30_rec_key,1,9) = substr (z103_rec_key_1,6,9) and z103_rec_key like 'XXX30%' and substr (z103_rec_key,6,9) = z11_doc_number and z11_rec_key like 'CNO-S%'
    group by substr (z11_rec_key,6,80), z30_rec_key, z30_barcode order by substr (z11_rec_key,6,80), z30_rec_key, z30_barcode;

    spool off;

    Additional Information

    The GUI Circulation will, of course, give one the List of Courses and, one can click on the Course Doc List, Items tab for each. But there is no facility in Aleph for producing a report of this information.

    Category: Course reading (500)


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Report of bib records with HOL record but no items
      • Report of high-use items
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 20
      2. contype:kba
      3. Course reading (500)
      4. Prod:Aleph
      5. 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