Direct index equivalent to util f/1/28 (for Words) and util f/1/29 (for ACC)?
- Article Type: General
- Product: Aleph
- Product Version: 20, 21, 22, 23
Description:
Is there an equivalent to util f/1/28 (for Words) and util f/1/29 (for ACC headings) which we can use to see what Direct index entries exist for a particular bib record?
Resolution:
Though there is no util f equivalent for the Z11's, the following SQL will give you this information very neatly:
SQL> select substr(z11_rec_key,1,80) from z11 where z11_doc_number = '000123456';
- Article last edited: 10/8/2013