Which MARC record field identifies the originating server?

2008-04-08 Thread Christopher Morgan
Hi, I have been downloading MARC records asynchronously from multiple Z39.50 servers using Net::Z3950::ZOOM. I push them into an array as they arrive. When I later examine the records, I'd like to be able to identify which library server each record came from. Does every MARC record contain a

RE: Which MARC record field identifies the originating server?

2008-04-08 Thread Bryan Baldus
On Tuesday, April 08, 2008 3:57 PM, Christopher Morgan wrote: >Does every MARC record contain a field/subfield that identifies the library >the record came from? Field 040 seems only to identify the organization that >originally created the record, which may be different from the library whose

Re: Which MARC record field identifies the originating server?

2008-04-08 Thread Galen Charlton
Hi, On Tue, Apr 8, 2008 at 3:56 PM, Christopher Morgan <[EMAIL PROTECTED]> wrote: > Does every MARC record contain a field/subfield that identifies the library > the record came from? There is no way to reliably determine which Z39.50 server a MARC record came from just by inspecting the record

RE: Which MARC record field identifies the originating server?

2008-04-08 Thread Christopher Morgan
Bryan and Galen, Many thanks! I'll just tag the records as they come in. - Chris -Original Message- From: Galen Charlton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 5:33 PM To: Christopher Morgan Cc: perl4lib@perl.org Subject: Re: Which MARC record field identifies the ori