Add 006 and 007 tags to records?

2011-05-12 Thread Nolte, Jennifer
Hello- I am working on a shell script that will process the MARC records that represent items from our e-serials management database, and the thing I am stuck on is adding brand new 006 and 007 fixed field tags to each record. I am using the marcedit.pl fieldaddtobeg function, but it corrupts t

RE: Add 006 and 007 tags to records?

2011-05-12 Thread Bryan Baldus
On Thursday, May 12, 2011 10:58 AM, Jenn Nolte wrote: >I am working on a shell script that will process the MARC records that >represent items from our e-serials management database, and the thing I am >stuck on is adding brand new 006 and 007 fixed field tags to each record. I am >using the mar

Re: Add 006 and 007 tags to records?

2011-05-12 Thread Roy Zimmer
Jenn, that's a misapplication of the fieldaddtobeg function. Here's the definition for that function: fieldaddtobeg | field | data field 3 digits specify the field datanew field data added to the beginning of the field (only for fields without indicators (001-009) It adds da

Re: Add 006 and 007 tags to records?

2011-05-12 Thread Paul Hoffman
On Thu, May 12, 2011 at 11:58:07AM -0400, Nolte, Jennifer wrote: > I am working on a shell script that will process the MARC records that > represent items from our e-serials management database, and the thing > I am stuck on is adding brand new 006 and 007 fixed field tags to each > record. I am u