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. item-04: statuses 2, 3, and 7

    item-04: statuses 2, 3, and 7

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Question
    2. Answer
    3. Additional Information
    • Article Type: Q&A
    • Product: Aleph
    • Product Version: 20

    Question

    What do statuses 2, 3, and 7 in the "Status" column on the item-04 (Shelf Reading Report) Missing and Mis-shelved reports stand for?

    Answer

    2" indicates missing, that is, not on loan but not in file of barcodes read from the shelf either;

    "3" and "7" indicate mis-shelved, that is, in the file of barcodes read from the shelf, but not in the expected place.

    Per Article 000014159 ("item-04: Misshelved Items incorrectly includes multi-volume sets") entries for multi-volume sets should be ignored on the Mis-shelved report.

    Additional Information

    Notes on programs:

    In b_item_04_c program:

    IF REC-IN-DB-BARCODE > REC-IN-SHELF-BARCODE
    THEN
    PERFORM NOT-IN-DB
    ...
    ...
    NOT-IN-DB SECTION.
    NOT-IN-DB-0.
    MOVE "1" TO REC-OUT-CODE

    ...
    NOT-IN-SCOPE SECTION.
    NOT-IN-SCOPE-0.
    MOVE "6" TO REC-OUT-CODE

    IF REC-IN-DB-BARCODE < REC-IN-SHELF-BARCODE
    THEN
    PERFORM NOT-ON-SHELF
    ...


    NOT-ON-SHELF SECTION.
    ...
    IF SW-HOLD-LOAN = "Y"
    THEN
    ...
    MOVE "5" TO REC-OUT-CODE
    ELSE
    ...
    MOVE "2" TO REC-OUT-CODE

    DUPLICATE-SHELF-BARCODE SECTION.
    ...
    MOVE "4" TO REC-OUT-CODE.


    In b_item_04_f program:

    WRITE-MISSHELFED-SEQ SECTION.
    ...
    MOVE "3" TO REC-OUT-CODE.


    In b_item_04_h program:

    IF REC-IN-CODE > 6 OR REC-IN-CODE < 1
    THEN
    MOVE 7 TO REC-IN-CODE
    END-IF.


    • Article last edited: 1/16/2014
    View article in the Exlibris Knowledge Center
    1. Back to top
      • item-04: "Not in scope"
      • Item-05 Shelf-List Report Retrieves Blank Report.
    • 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:Q&A
    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