ちょうどjobname使って試行錯誤してたので貼っとく
(ながくてうざいと感じるひと多いと思うがご容赦願)
\begin{filecontents*}{\jobname.bib}
@book{ BA6927098X,
author = "Abramowitz, Milton and Stegun, Irene A.",
title = "Handbook of mathematical functions : with formulas, graphs, and mathematical tables",
publisher = "Dover",
year = "1972",
edition = "8th Dover printing",
series = "Dover books on advanced mathematics",
number = "",
URL = "http://ci.nii.ac.jp/ncid/BA6927098X";
}
@book{ BA72069811,
author = "小林, 幹雄 and 福田, 安蔵 and 鈴木, 七緒 and 安岡, 善則 and 黒崎, 千代子",
title = "数学公式集",
publisher = "共立出版",
year = "2005",
URL = "http://ci.nii.ac.jp/ncid/BA72069811";
}
\end{filecontents*}
\documentclass[12pt,a4paper]{ltjsarticle}
\usepackage[style=gb7714-2015ay,gbpub=false,giveninits=false,maxbibnames=99]{biblatex}
\addbibresource{\jobname.bib}
\begin{document}
\section*{biblatex-gb7714-2015の試用}
記号は\textcite{BA6927098X}、\textcite{BA72069811}に準じた。
\printbibliography[title=参考文献]
\end{document}