I've tried your script and it works fine for me:
./testConcat
line pdb8mhtA
pdbfile pdb8mhtA.pdb
btw you could try to "preserve" the "."
while read line
do
echo line ${line}
pdbfile=${line}\.pdb
echo pdbfile ${pdbfile}
done < myfile
as you can see the result is the same
./testConcat
line pdb8mhtA
pdbfile pdb8mhtA.pdb