My apologies for not doing a proper search before asking my question. This is a last minute thing and I am very short on time for thesis submission.
Currently, my references (not citations) have no comma between the last author name, e.g.
Author, AB, CD Author 2012
Author, AB, CD Author et al. 2012
What I would like is:
Author, AB, CD Author, 2012
Author, AB, CD Author et al., 2012
As requested here are the options, I have provided to biblatex:
\usepackage[bibstyle=authoryear-icomp,
citestyle=authoryear-icomp,
uniquename=false,
uniquelist=false,
firstinits=true,
maxbibnames=5,
minbibnames=5,
maxcitenames=2,
mincitenames=1,
sorting=ynt,
url=false,
isbn=false,
eprint=false,
doi=false,
dashed=false,
natbib=true,
ibidtracker=false,
backend=biber]{biblatex}
%Remove comma in (Beadle and Tautum, 1941) This applies to citation only
\renewcommand*{\nameyeardelim}{\addspace}
biblatexpackage, and what commands you use for that output? – T. Verron Mar 22 at 16:35