<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Central Jersey ACL Users Group &#187; publishing</title>
	<atom:link href="http://centraljerseyacl.com/tag/publishing/feed/" rel="self" type="application/rss+xml" />
	<link>http://centraljerseyacl.com</link>
	<description></description>
	<lastBuildDate>Thu, 21 Aug 2008 14:25:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is ACL the &#8220;only game in town&#8221;?</title>
		<link>http://centraljerseyacl.com/2008/04/18/is-acl-the-only-game-in-town/</link>
		<comments>http://centraljerseyacl.com/2008/04/18/is-acl-the-only-game-in-town/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 16:39:09 +0000</pubDate>
		<dc:creator>Joseph Termine</dc:creator>
				<category><![CDATA[Discussion Topics]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[reporting]]></category>

		<guid isPermaLink="false">http://amperconnect.com/acl/?p=8</guid>
		<description><![CDATA[We received this question from an fraud audit director during SuperUser roundtable (4/16/08).  While ACL is a popular audit analytics tool, it is not the only tool.  As most practitioners will attest, ACL is like a good tuba but only one piece of the orchestra.  Therefore, we present a quick list of other [...]]]></description>
			<content:encoded><![CDATA[<p>We received this question from an fraud audit director during SuperUser roundtable (4/16/08).  While ACL is a popular audit analytics tool, it is not the only tool.  As most practitioners will attest, ACL is like a good tuba but only one piece of the orchestra.  Therefore, we present a quick list of other tools that you can use with ACL or in place of ACL for analytics projects.</p>
<p><strong>For Extracting Data from a Source</strong></p>
<ul>
<li><a title="Monarch" href="http://www.datawatch.com/" target="_blank">Monarch</a> &#8211; Desktop software used to extract data from printed report files produced by legacy systems (i.e. print-image format) and convert it into tabular data for use by ACL, Excel, or some other database.</li>
<li><a href="http://weblogs.sqlteam.com/mladenp/archive/2006/08/26/11368.aspx" target="_blank">SQL Bulk Copy Class</a> &#8211; This is a Microsoft-provided .NET class that is used to import large recordsets into Microsoft SQL Server.  It is especially useful if the auditor needs to perform intensive data quality validations or apply business logic to the import process (doing so during import can cut down the processing time for large datasets).  The latest version is included with regular releases of the Microsoft .NET framework.  You can download a free desktop edition of <a href="http://www.microsoft.com/sql/" target="_blank">Microsoft SQL Server Express</a> and the bulk copy class which is robust enough for most small/medium ACL projects.</li>
<li><a href="http://en.wikipedia.org/wiki/Cron" target="_blank">Cron+scripts</a> &#8212; Cron is the Unix scheduler service (similar to Windows Scheduler) that executes jobs on a regular basis.  Scripts are <a href="http://en.wikipedia.org/wiki/Scripting_language">small computer programs written in a scripting language</a>.  Basically, you write a script using the scripting language of your choice and execute it on a recurring basis using Cron.  ACL (Audit-Command LANGUAGE) is one such scripting language but others more frequently used in IT include PHP, Perl, Ruby, AppleScript, etc.  The Cron+scripts approach is a good one if you plan to be performing recurring extracts of data and applying your testing to them in an automated fashion.  Scripts are very extensible, so if you have to do complex sorts, queries, or combine data from multiple sources into one consolidated dataset, the Cron+script approach might be best for you.  Cron, like most Unix implementations is open-source as are most scripting languages.</li>
</ul>
<p><strong>For Analyzing Data</strong></p>
<ul>
<li><a href="http://microsoft.com/office" target="_blank">Microsoft Access/Excel</a> &#8211; Although Microsoft applications sometimes get a bad rap from ACL folk, they can be very useful in data analysis.  Access is the Microsoft desktop database and can perform joins between tables, sort, filter, and print reports.  Access 2007 makes some of these tasks fun with the new ribbon toolbar.  Excel is the spreadsheet of choice among business users and it does have some handy statistical tools as well.  Both solutions are better geared for smaller datasets (i.e. those less than 65k records), though the Office 2007 set does provide some capacity for larger datasets &#8212; though you might suffer a performance penalty if you use these tools for big data.</li>
<li><a href="http://www.sas.com/" target="_blank">SAS</a>/<a href="http://www.spss.com/" target="_blank">SPSS</a>/<a href="http://www.minitab.com/" target="_blank">MiniTab</a> &#8212; These three statistics packages are designed for hardcore statisticians, though SPSS is a little more geared for the liberal arts / social sciences mindset as it has tools for these professions built into the GUI.  SAS is a scripting engine that can be used in a Cron+scripting solution and it is geared for massive datasets, though the language can be a little esoteric &#8212; as any research graduate student can attest.  MiniTab is the favorite desktop statistics application among the Six Sigma elite and is commonly found among engineers.</li>
<li><a href="http://www.caseware-idea.com/" target="_blank">Caseware IDEA</a> &#8212; This is a competitor to ACL in the desktop audit analytics space.  Like ACL, IDEA has a desktop client that auditors can use to sort/filter/join data and apply test results.  The server edition competes with ACL AuditExchange and provides workgroup access controls and shared data/test repositories.</li>
</ul>
<p><strong>For Printing Data Reports</strong></p>
<ul>
<li><a href="http://www.businessobjects.com/product/catalog/crystalreports/">Crystal Reports</a> &#8212; This is popular desktop reporting application that takes datasets large and small and renders them to paper or PDF printed reports.  Crystal Reports has features to sort, filter, and group data, and calculate subtotals.  Crystal Reports also has a powerful cross-tab reporting feature.  In the past ACL has used Crystal Reports to print ACL datasets, but the software can be connected to most commercial datasources from basic Excel spreadsheets to complex SAS data cubes.</li>
<li><a href="http://www.adobe.com/products/indesign/" target="_blank">Adobe In-Design/In-Copy</a> &#8212; Adobe In-Design and Adobe In-Copy are &#8220;sister applications&#8221; used in the publishing industry to render high-quality, graphical reports and layouts.  <a href="http://www.adobe.com/products/vdp/">Variable Data Publishing (VDP)</a> is a practice in marketing to tie professionally-produced report templates (i.e. company financial statements, glossy audit reports, direct mail advertisements) to data in databases and render print-ready materials.  Auditors can create In-Design templates for their reports and put XML placeholders in the pages for their audit test results.  Then they can match the template to the data file and produce a printed report.  It&#8217;s sort of like mail-merge on steroids.  Adobe In-Copy is used to change the text of In-Design pages without modifying the structure and could be used to reduce the amount of time it takes to prepare a printed report.</li>
</ul>
<p>Of course, these are just a few applications that come to mind.  You can add your own in the comments box below.</p>
]]></content:encoded>
			<wfw:commentRss>http://centraljerseyacl.com/2008/04/18/is-acl-the-only-game-in-town/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
