Cite This Page
Bibliographic details for SAS Coding Help
- Page name: SAS Coding Help
- Author: Phdwiki contributors
- Publisher: Phdwiki, .
- Date of last revision: 26 March 2010 23:39 UTC
- Date retrieved: 12 June 2026 04:31 UTC
- Permanent URL: http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&oldid=11029
- Page Version ID: 11029
Citation styles for SAS Coding Help
APA style
SAS Coding Help. (2010, March 26). Phdwiki, . Retrieved 04:31, June 12, 2026 from http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&oldid=11029.
MLA style
"SAS Coding Help." Phdwiki, . 26 Mar 2010, 23:39 UTC. 12 Jun 2026, 04:31 <http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&oldid=11029>.
MHRA style
Phdwiki contributors, 'SAS Coding Help', Phdwiki, , 26 March 2010, 23:39 UTC, <http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&oldid=11029> [accessed 12 June 2026]
Chicago style
Phdwiki contributors, "SAS Coding Help," Phdwiki, , http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&oldid=11029 (accessed June 12, 2026).
CBE/CSE style
Phdwiki contributors. SAS Coding Help [Internet]. Phdwiki, ; 2010 Mar 26, 23:39 UTC [cited 2026 Jun 12]. Available from: http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&oldid=11029.
Bluebook style
SAS Coding Help, http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&oldid=11029 (last visited June 12, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Phdwiki",
title = "SAS Coding Help --- Phdwiki{,} ",
year = "2010",
url = "http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&oldid=11029",
note = "[Online; accessed 12-June-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Phdwiki",
title = "SAS Coding Help --- Phdwiki{,} ",
year = "2010",
url = "\url{http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&oldid=11029}",
note = "[Online; accessed 12-June-2026]"
}