<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Thank you for your comments( below). Here is the revision based on your suggestions. The corrected version has the same error.  I am also attaching the bib file (unifiedtest) with the single cited source.<br>
<br>
\documentclass{beamer}<br>
%\documentclass{article}<br>
\usepackage[babel]{csquotes}<br>
\usepackage[backend=bibtex,style=alphabetic]{biblatex}<br>
\addbibresource{unifiedtest.bib}<br>
%settings <br>
\mode<presentation>{%set beamer mode<br>
    \usetheme{Warsaw}<br>
}<br>
%document<br>
\begin{document}<br>
%------------------------------------------------------------------------------------------<br>
\begin{frame}<br>
 In frame citation:   \cite{cairns06}<br>
\end{frame}<br>
%------------------------------------------------------------------------------------------<br>
\begin{frame}<br>
    \printbibliography<br>
\end{frame}<br>
%------------------------------------------------------------------------------------------<br>
<br>
\end{document}<br>
<br>
</div>
</span></font></div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
On Oct 23, 2017, at 11:22 AM, Herbert Schulz <herbs@wideopenwest.com> wrote:<br>
<br>
> On Oct 23, 2017, at 10:12 AM, Samuel Harry Cox, Jr. <samcox@gsu.edu> wrote:<br>
> <br>
> The following example has an error in the bibliography list when compiled with TeXShop.  The citation [CBD06] appears correctly in the first frame, but in the frame for the bibliography list it prints a symbol instead of [CBD06]. The same happens if I change
 the style to numeric.  <br>
> The analogous code for article document class rather than beamer works as expected.  I do not know what to do. Any ideas?
<br>
> <br>
> Sam<br>
> <br>
> \documentclass{beamer}<br>
> %\documentclass{article}<br>
> \usepackage[babel]{csquotes}<br>
> \usepackage[style=alphabetic]{biblatex}<br>
> %settings<br>
> \mode<presentation>{%set beamer mode<br>
> \usetheme{Warsaw}<br>
> }<br>
> <br>
> \bibliography{unified}<br>
> %document<br>
> \begin{document} ...<br>
<br>
Howdy,<br>
<br>
No need to copy so many times.<br>
<br>
Could you let use have a `unified.bib' file with, at least, that reference for testing purposes. Did you actually process using biber rather than bibtex as required, by default, biblatex? Also, you don't use \bibliography{unified} with biblatex but rather \addbibresource{unified.bib}
 (also note the extension as part of the argument). <br>
<br>
Good Luck,<br>
<br>
Herb Schulz<br>
(herbs at wideopenwest dot com)<br>
<br>
<br>
<br>
<br>
</div>
</span></font></div>
</body>
</html>