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

    How to change text of z00p AVA field status values

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

    Desired Outcome Goal:
    Change the text of the z00p ("ALEPH Published Documents") AVA field status values.

    Procedure:
    Copy the $aleph_root/error_eng/expand_doc_bib_avail file as $alephe_root/error_eng/expand_doc_bib_avail and change the following lines in the latter:

    5001 0000 L Available
    5002 0000 L Unavailable
    5003 0000 L Check Holdings

    Additional Information

    The message numbers associated with the AVAIL-STATUS in the expand_doc_bib_avail program are 5001, 5002, and 5003:

    EVALUATE L-AVAIL-STATUS
    WHEN "available"
    MOVE 5001 TO N4-N
    WHEN "unavailable"
    MOVE 5002 TO N4-N
    WHEN "check_holdings"
    MOVE 5003 TO N4-N
    END-EVALUATE.


    • Article last edited: 1/30/2014