Skip to main content
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Report of items that are closed in ILL but still on patrons loan record in CIRC

    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Description:
    We need a report of items that are closed in ILL but still on patrons loan record in CIRC .

    Resolution:
    I (Jerry) created such a report for ODIN in v16 which has been successfully brought over to v18.

    It involves:
    the extraction of the item barcodes from the ILL z411,
    the loading of those barcodes to the ./xxx50/files directory,
    the loading of the barcode file into Oracle as TEMP_Z411_BARCODE using sqlloader, and
    a select of the records from TEMP_Z411_BARCODE and the ADM z36:

    select z36_rec_key, z30_barcode from z30, z36, TEMP_Z411_BARCODE where z30_rec_key = z36_rec_key and z30_barcode = barkey and z30_barcode like 'ILL%';


    • Article last edited: 10/8/2013
    • Was this article helpful?