rule "Primo VE - Lds51" when MARC is "035"."a" AND MARC."035"."a" match ".*OCoLC.*" then set TEMP"1" to MARC "035"."a" remove string (TEMP"1",".OCoLC.") remove string (TEMP"1","(ocm)") remove string (TEMP"1","(ocn)") remove string (TEMP"1","(on)") set pnx."display"."lds51" to TEMP"1" end