Hello,
First off thank you very much for responding... I have tried this and again not good.. I reran your first suggestion thru with a slight modification and have been able to replace the item field,
awk '
{s=substr($0,62,18)}
FILENAME==ARGV[1]{x[substr($0,24,18)]=substr($0,5,18)}...