Presenter: Yoel Kortick

Slides:



Advertisements
Similar presentations
BIAF Print Label software setup
Advertisements

Cataloging 12.3 to 14.2 Seminar. Cataloging 2 -New check routines -Cataloging authorizations -Other innovations -Fix and expand routines -Floating keyboard.
How to publish to PRIMO with a URL to the ADAM digital object Yoel Kortick.
How to make a custom service run the X service for renew on a group of patrons Yoel Kortick.
How to sort the “Order Information report” from the service “Print Acquisitions Records acq-03” Yoel Kortick.
How to transfer 85x prediction patterns from ADM library to HOL library Presenter: Yoel Kortick.
How to create a prompt in an Alma Analytics report Yoel Kortick | Senior Librarian.
How to use the SDI RSS Feed Version 18 Yoel Kortick.
V. 21. Automatic LKR field creation from item. Rep_ver and Yoel Kortick Aleph Support Manager.
V. 21. Controlling and limiting the creation of photocopy and hold requests according to “service hours”. Rep_Ver Yoel Kortick.
Defining and searching for the SICI code Presenter: Yoel Kortick.
Dates in ILL Yoel Kortick Dates in ILL The purpose of this presentation is to show how the various date parameters work when performing borrowing.
How to Combine Items of Separate Bibliographic Records Version 16 and up Yoel Kortick.
How to add additional privileges to user_function.lng (originally SI ) Presenter: Yoel Kortick.
V.16 Upgrade Express Serials Doron Greenshpan. v.16 Serials 2 Session Agenda Serials workflow demo Publication Schedule goes Prediction modes New and.
The LKR field in Cataloging Version 16 and up Yoel Kortick.
Full text indexing of multi character PDF documents as ADAM digital objects. V18 RC 2089 This presentation applies to Version 18 and up Presenter: Yoel.
Performing ISO ILL borrowing and lending requests on the same server Yoel Kortick 2008.
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick Senior Librarian Cataloging introductory flow.
© 2015 Ex Libris | Confidential & Proprietary Bound together titles Harvard University April Yoel Kortick Senior Librarian
How to send Serial claims to vendor (Batch) Version 16 Yoel Kortick.
1 Designing and using normalization rules Yoel Kortick Senior Librarian, Ex Libris.
1 Yoel Kortick | Senior Librarian Example of the shelf report stock taking inventory management job.
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick| Senior Librarian How to use the output of one Alma Analytics report as the input for a subsequent.
Setting up and using Acquisitions-related indexes and logical bases. Version 18 and up Yoel Kortick.
Aleph Publishing services with a special focus on PRIMO-FULL and PRIMO-AVAIL version 18 Presenter: Yoel Kortick.
1 Yoel Kortick Senior Librarian Alma Product Management Mapping the bibliographic call number to the holding record call number.
How to use and understand the Category Mechanism Setup Version 18 and up Yoel Kortick.
Using home made fix procedures for non Latin characters Yoel Kortick.
SMS Messaging in Aleph 500 Version 20 and up
How to use the job list Version Yoel Kortick.
How to create a virtual TYP field via tab_type_config.lng
Yoel Kortick Senior Librarian
ILL2 with partner type Aleph
Log for Patron Record Changes
Using Alma Analytics with the Tableau Web Data Connector
using non-Cobol programs
How to print barcodes in batch mode via item-03
Presenter: Yoel Kortick
New and emerging acquisitions workflows Purchase requests
How to make a bibliographic base of records with attached ADAM digital objects Yoel Kortick October, 2007.
How to “expand” holding library fields to bibliographic record
Version 20 Feature Developments
How to add a fix procedure for copy cataloging from a Z39.50 base
How to configure and use title hold requests version 18
Aleph 500 Circulation In-House use
How to make job list activate an Aleph service twice a month or once a month Yoel Kortick.
Digital Assets Module Services adam-01 and adam-02 versions 17 and up
Check_circ_14_a for LOAN RC 2042 in V20
Receiving New Lending requests
Heading maintenance via the GUI
How to Define Separate Order Counters for Separate Sub-Libraries
Authorities in Alma and F3
The Z00T “View record history” (rep_ver version 20) EPUG-UKI Conference 2010 British Library, Nov. 1-2 Yoel Kortick.
Aleph Restful APIs Yoel Kortick January 2010.
Publishing Course Readings to PRIMO Version 20
Building bases according to sub library
Yoel Kortick Aleph Support Manager
Publishing to OCLC Yoel Kortick Senior Librarian.
Introduction This presentation will show two ways of making a report of newly acquired records: Via services Retrieve Catalog Records (ret-01) and Print.
Alma Consortial Analytics
Interoperability Between Aleph and Primo: Aleph Restful APIs
Metadata Editor Introduction
How to Add Pinyin Text to a Record with CJK Version 18 RC 1807 Version 19 RC 409 Yoel Kortick.
Importing Serial Prediction Patterns Via the Service Import 85X records (Serial-52) Yoel Kortick.
Yoel Kortick Senior Librarian Alma Product Management
ALEPH Version 22 Beginning Cataloging
The LKR field in Cataloging Version 16 and up
How to use SDI Version 16 Yoel Kortick.
Yoel Kortick Senior Librarian
Presentation transcript:

Presenter: Yoel Kortick How to create holding records for existing items via manage-50 (Version 18 and up) Presenter: Yoel Kortick

Introduction and plan In this presentation we will use manage-50 to create Holding records for existing items. There are various ways to do this. Here in this presentation will do this in the most efficient possible way We will not change the bibliographic data at all because our “Main field” will be a virtual expanded field.

Introduction and plan By not changing the bibliographic data we will eliminate the need to run multiple jobs. As a result will not fill the Oracle tables (via archiving) or the file system (via multiple log files and $data_scratch output files). We will explain how this will be done via live examples

Sample record number one - 61399 System number 61399 “Aleph 500 and the future of library science in Europe” It has no Holding records It has two items with this information: sub library STEAK, collection GUSH, call number type 1, call number 296.7(9) Kor It has one item, with this information: sub library LAMB, collection SAFE, call number type 0, call number BM465

Sample record number one - 61399

Sample record number one - 61399 usm50@ALEPH1> select Z30_SUB_LIBRARY,Z30_COLLECTION,Z30_CALL_NO_TYPE,Z30_CALL_NO,Z30_BARCODE from Z30 where Z30_REC_KEY like '000061399%'; **** Hit return to continue **** Z30_S Z30_C Z Z30_CALL_NO Z30_BARCODE ----- ----- - -------------------------------------------------------------------------------- ---------- STEAK GUSH 1 $$h296.7(9) Kor 61399-10 STEAK GUSH 1 $$h296.7(9) Kor 61399-20 LAMB SAFE 0 $$hBM465 61399-30 3 rows selected.

Sample record number one - 61399 usm50@ALEPH1> select Z30_SUB_LIBRARY,Z30_COLLECTION,Z30_CALL_NO_TYPE,Z30_CALL_NO,Z30_BARCODE from Z30 where Z30_REC_KEY like '000061399%'; **** Hit return to continue **** Z30_S Z30_C Z Z30_CALL_NO Z30_BARCODE ----- ----- - -------------------------------------------------------------------------------- ---------- STEAK GUSH 1 $$h296.7(9) Kor 61399-10 STEAK GUSH 1 $$h296.7(9) Kor 61399-20 LAMB SAFE 0 $$hBM465 61399-30 3 rows selected. Two HOL records should get created. One for this combination

Sample record number two - 61400 System number 61400 “Aleph 500 and the future of library science in North Africa” It has no Holding records It has two items with this information: sub library STEAK, collection BENTZ, call number type 1, call number E933.5 Kor

Sample record number two - 61400

Sample record number two - 61400 usm50@ALEPH1> select Z30_SUB_LIBRARY,Z30_COLLECTION,Z30_CALL_NO_TYPE,Z30_CALL_NO,Z30_BARCODE from Z30 where Z30_REC_KEY like '000061400%'; **** Hit return to continue **** Z30_S Z30_C Z Z30_CALL_NO Z30_BARCODE ----- ----- - -------------------------------------------------------------------------------- ------------------------------ STEAK BENTZ 1 $$hE933.5 Kor 61400-10 STEAK BENTZ 1 $$hE933.5 Kor 61400-20 2 rows selected.

Sample record number two - 61400 usm50@ALEPH1> select Z30_SUB_LIBRARY,Z30_COLLECTION,Z30_CALL_NO_TYPE,Z30_CALL_NO,Z30_BARCODE from Z30 where Z30_REC_KEY like '000061400%'; **** Hit return to continue **** Z30_S Z30_C Z Z30_CALL_NO Z30_BARCODE ----- ----- - -------------------------------------------------------------------------------- ------------------------------ STEAK BENTZ 1 $$hE933.5 Kor 61400-10 STEAK BENTZ 1 $$hE933.5 Kor 61400-20 2 rows selected. This is identical information so one Holding record should be created for both items

Expand routine to create Main field When manage-50 runs it uses a “main field” to create the HOL record or a field designated in the configuration file. Manage-50 creates the Holding information from the “main field” which may be an actual part of the bibliographic record or a virtual field created from an expand routine. Now we will show an expand routine “YOELK” which will create the information for the creation of the Holding records.

Expand routine to create Main field Here is the expand routine as it appears in bibliographic library usm01 $data_tab/tab_expand ! 1 2 3 !!!!!!!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!> YOELK expand_doc_bib_z30 The routine runs procedure expand_doc_bib_z30 which creates a Z30-1 field for each item

Expand routine to create Main field We will now use UTIL F 4 doc_expand with routine YOELK on records 61399 and 61400 to see what happens. We will see that a Z30-1 field is created for each item. Sub field 1 will include the sub library Sub field 2 will include the collection Sub field h will include the call number

Expand routine to create Main field ENTER DOC NUMBER : 61399 Reading doc : 000061399 FMT L BK LDR L 00000nam^a22^^^^^^u^4500 001 L 000061399 005 L 20081122172939.0 008 L 081122s2008^^^^cau^^^^^r^^^^^000^0^eng^d 1001 L $$aKortick, Yoel$$d1971- 24510 L $$aAleph 500 and the future of library science in Europe. 260 L $$aHamburg :$$bEx Libris Press,$$c2008. 650 4 L $$aLibrary Science$$xEurope OWN L $$aGLOBAL CAT L $$aMASTER$$b99$$c20081122$$lUSM01$$h1729 Z30-1 L $$lUSM01$$LUSM01$$mBOOK$$1LAMB$$ALamb Chops Library$$2SAFE$$BIn security safe$$hBM465$$561399-30$$820081122$$f01$$FOvernight Z30-1 L $$lUSM01$$LUSM01$$mBOOK$$1STEAK$$AEntricot Steak Library$$2GUSH$$BThe Gush Etzion collection$$h296.7(9)$$561399-10$$820081122$$f01$$FOvernight Z30-1 L $$lUSM01$$LUSM01$$mBOOK$$1STEAK$$AEntricot Steak Library$$2GUSH$$BThe Gush Etzion collection$$h296.7(9)$$561399-20$$820081122$$f01$$FOvernight

Expand routine to create Main field ENTER DOC NUMBER : 61400 Reading doc : 000061400 FMT L BK LDR L 00000nam^a22^^^^^^u^4500 001 L 000061400 005 L 20081122173004.0 008 L 081122s2008^^^^cau^^^^^r^^^^^000^0^eng^d 1001 L $$aKortick, Yoel$$d1971- 24510 L $$aAleph 500 and the future of library science in North Africa. 260 L $$aHamburg :$$bEx Libris Press,$$c2008. 650 4 L $$aLibrary Science$$xNorth Africa OWN L $$aGLOBAL CAT L $$aMASTER$$b99$$c20081122$$lUSM01$$h1730 Z30-1 L $$lUSM01$$LUSM01$$mBOOK$$1STEAK$$AEntricot Steak Library$$2BENTZ$$BBentzion's special collection$$hE933.5 Kor$$561400-10$$820081122$$f01$$FOvernight Z30-1 L $$lUSM01$$LUSM01$$mBOOK$$1STEAK$$AEntricot Steak Library$$2BENTZ$$BBentzion's special collection$$hE933.5 Kor$$561400-20$$820081122$$f01$$FOvernight

Holdings / Items Creation table Now we need a “Holdings / Items creation table” to be used when manage-50 will be run. The file is $data_tab/import/yoel_for_manage_50 ! 1 2 3 4 5 6 7 8 9 0 1 !!!!!!!!!!!!!!!!!!!!!!!!!-!!!!!!!!!!-!-!!!!!!!!!!-!!!!!-!!!!!!!!!!-!!!!!-!!!!!!!!!!-!!!!!-!!!!!!!!!!-!!! CREATE-ITEM-1ST 0 HOL-852 1 N Z30-1 b HOL-852 2 N Z30-1 c The first line means that an item will be created only if the first indicator of the main field is 0 The remainder lines mean that the sub field (in column 2) of the field (in column 5) will go to the sub field (of whatever is in column 6) of 852. Note that the call number and sub field h does not appear here at all.

Holdings / Items Creation table Warning: If you decide to change the order or structure of this table then your results may differ and may be undesirable. $data_tab/import/yoel_for_manage_50: ! 1 2 3 4 5 6 7 8 9 0 1 !!!!!!!!!!!!!!!!!!!!!!!!!-!!!!!!!!!!-!-!!!!!!!!!!-!!!!!-!!!!!!!!!!-!!!!!-!!!!!!!!!!-!!!!!-!!!!!!!!!!-!!! CREATE-ITEM-1ST 0 HOL-852 1 N Z30-1 b HOL-852 2 N Z30-1 c

Run manage-50 This will include our two sample records The expand procedure which creates the Z30-1 field The Z30-1 field is the main field, but it is in the configuration table so no need to put it here The configuration table we previously looked at

Manage-50 results Now we See that three Holding records were created (two for 61399 and one for 61400) il-aleph02-18(1) USM01-YOELK>>cd $alephe_scratch il-aleph02-18(1) USM01-YOELK>>tail -7 usm01_p_manage_50.00071 Results of manage-50 run ------------------------------------------- Number of bib records read: 000000002 Number of ADM records created: 000000000 Number of HOL records created: 000000003 Number of item records created: 000000000 end

Manage-50 results for 61399 For record 61399 two Holding records were created: 50468 and 50469

Manage-50 results for 61399 50468 and 50469 are both linked to 61399 and have correct information in sub field b, c and h First indicator 1 for Dewey First indicator 0 for LC

Manage-50 results for 61399 Each item is linked to the correct Holding record

Manage-50 results for 61400 For record 61400 one Holding record was created: 50470

Manage-50 results for 61400 50470 is linked to 61400 and has correct information in sub field b, c and h

Manage-50 results for 61400 Each item is linked to the correct Holding record