<?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>AncaA&#039;s tech journal &#187; Business Intelligence</title>
	<atom:link href="http://ancaa.eu/tag/business-intelligence/feed/" rel="self" type="application/rss+xml" />
	<link>http://ancaa.eu</link>
	<description></description>
	<lastBuildDate>Tue, 13 Jul 2010 10:01:42 +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>Creating and designing jobs with DataStage</title>
		<link>http://ancaa.eu/business-intelligence/creating-and-designing-jobs-with-datastage/</link>
		<comments>http://ancaa.eu/business-intelligence/creating-and-designing-jobs-with-datastage/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 06:33:00 +0000</pubDate>
		<dc:creator>Anca Alimanescu</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Cognos]]></category>
		<category><![CDATA[Datastage]]></category>
		<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://aanca.com/?p=46</guid>
		<description><![CDATA[Some frequent tasks developers can do using Datastage:
Creating a job using the Design module. Here you have to define the source and the target of the job. This can be either a text file or an Oracle table. After choosing the source and the target, the job must be implemented and the unit tests executed.
Creating [...]]]></description>
			<content:encoded><![CDATA[<div>Some frequent tasks developers can do using Datastage:</div>
<p>Creating a job using the Design module. Here you have to define the source and the target of the job. This can be either a text file or an Oracle table. After choosing the source and the target, the job must be implemented and the unit tests executed.<br />
Creating the job control. The job that has just been created should be integrated into a set of job and the moment of launchment should be established(after what job it starts). The job will be executed and the logs viewed with the help of the DataStage Director.</p>
<p>1. Job Design</p>
<p>In order to design a job there are a few steps to follow:</p>
<ul>
<li>
Define the entering parameters</li>
<li>Use stages like: databases, ODBC, sequential files, hashed files, folders, containers, transformer, aggregator, pivot, sort, link partitioner, link collector.</li>
<li>Define the derivations(transforming functions)</li>
<li>Execute the unit tests. In order to execute the unit tests, the definition of parameters is required, real time view of the number of lines treated as well as the end of the job(Error or Succes). This can be done using the Director module.The logs are not visible in the designer.</li>
</ul>
<p><a href="http://4.bp.blogspot.com/_MBRd7tNOK4I/SKL_DsdpL7I/AAAAAAAAHRQ/35iqXWbIsdU/s1600-h/designer.jpg"><img id="BLOGGER_PHOTO_ID_5234026155898122162" style="CURSOR: hand" src="http://4.bp.blogspot.com/_MBRd7tNOK4I/SKL_DsdpL7I/AAAAAAAAHRQ/35iqXWbIsdU/s320/designer.jpg" border="0" alt="" /></a></p>
<p>Frequent tasks when creating a job:</p>
<ul>
<li>Adding a Transformer item that can be based either on a formula, a filter or some variables.</li>
<li>Adding a hashed file for creating and alimenting a table.</li>
<li>Adding a lookup(database of hashed file ).</li>
<li>Adding a OCI Oracle (query type/ sql overload)</li>
</ul>
<p>Frequent transformations in a job:</p>
<ul>
<li>
Alimenting a table using insert else update</li>
<li>
Aggregation</li>
<li>
Sort</li>
<li>Removing duplicates</li>
<li>Manage the rejects: generating one ore more rejects starting from a single line .</li>
<li>Lookup for a big database table.</li>
</ul>
<p>2. Job Control</p>
<p>The steps in executing a job are the following:</p>
<ul>
<li>define the entry parameters</li>
<li>use the stages: Job Activity, Execute Command, Wait for file activity, Routine Activity, Sequencer, Terminator Activity, Exception Handler, StartLoop activity, EndLoop Activity.</li>
<li>execute the unit test</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ancaa.eu/business-intelligence/creating-and-designing-jobs-with-datastage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General things about DataStage, an ETL tool</title>
		<link>http://ancaa.eu/business-intelligence/general-things-about-datastage-an-etl-tool/</link>
		<comments>http://ancaa.eu/business-intelligence/general-things-about-datastage-an-etl-tool/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 01:54:00 +0000</pubDate>
		<dc:creator>Anca Alimanescu</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Datastage]]></category>
		<category><![CDATA[ETL]]></category>

		<guid isPermaLink="false">http://aanca.com/?p=45</guid>
		<description><![CDATA[DataStage is an ETL(Extract, Transfer, Load) tool.
Like all the ETL tools it satisfies the following needs:

extract data from the datawarehouse or from files that arrive from different other applications
transform and modify the data and after
insert or load data into the datawarehouse.

DataStage is composed of more modules that will allow you to implement these three main [...]]]></description>
			<content:encoded><![CDATA[<p>DataStage is an <a href="http://en.wikipedia.org/wiki/Extract,_transform,_load">ETL(Extract, Transfer, Load) tool</a>.<br />
Like all the ETL tools it satisfies the following needs:</p>
<ul>
<li>extract data from the datawarehouse or from files that arrive from different other applications</li>
<li>transform and modify the data and after</li>
<li>insert or load data into the datawarehouse.</li>
</ul>
<p>DataStage is composed of more modules that will allow you to implement these three main functionalities:</p>
<p><strong>The client module:</strong></p>
<ul>
<li>Designer – creates the jobs</li>
<li>Director – launches and stops the jobs, enables you to consult the logs of the jobs</li>
<li>Administrator – manages the projects , the users and the security</li>
<li>Manager – manages the objects of a project: Import &#8211; Export</li>
</ul>
<p><strong>The server module:</strong></p>
<ul>
<li>The DataStage Server – can be installed on Windows/Unix/Linux</li>
<li>The Repository – stores all the Datastage objects as well as the logs</li>
</ul>
<p><strong>Different other products:</strong></p>
<ul>
<li>Datastage Server</li>
<li>Datastage Parallel Extender</li>
<li>Datastage MVS</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ancaa.eu/business-intelligence/general-things-about-datastage-an-etl-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First steps in Business Intelligence</title>
		<link>http://ancaa.eu/business-intelligence/first-steps-in-business-intelligence/</link>
		<comments>http://ancaa.eu/business-intelligence/first-steps-in-business-intelligence/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 03:28:00 +0000</pubDate>
		<dc:creator>Anca Alimanescu</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>

		<guid isPermaLink="false">http://aanca.com/?p=40</guid>
		<description><![CDATA[As a beginner in this area, I thought the first things to do is to get a little familiarized with the main concepts it involves. So, some of the keywords to start with are :
Bussines Intelligence, Data warehouse, Data mart, Key performance indicators, Extract Transfer Load (ETL), Data mining, OLAP Modelling, Multidimensional analysis, Type of [...]]]></description>
			<content:encoded><![CDATA[<p>As a beginner in this area, I thought the first things to do is to get a little familiarized with the main concepts it involves. So, some of the keywords to start with are :</p>
<p>Bussines Intelligence, Data warehouse, Data mart, Key performance indicators, Extract Transfer Load (ETL), Data mining, OLAP Modelling, Multidimensional analysis, Type of models, Cube model.</p>
<p>My Cognos training was composed of the following :</p>
<p><span style="FONT-WEIGHT: bold">Impromptu Series 7 Administration.</span></p>
<p>The course contained :</p>
<ul>
<li>Administrator Role</li>
<li>Planning Process</li>
<li>The Project lifecycle in 14 steps</li>
<li>How to use the catalog’s data</li>
<li>Joints</li>
<li>Folders</li>
<li>How to create user profiles</li>
<li>How to optimize the performance</li>
<li>User defined functions</li>
<li>System deployment and mentenance</li>
</ul>
<p><span style="FONT-WEIGHT: bold">Power Play Series 7 Version 3 – OLAP Modelling using Transformer</span></p>
<p>The modules studied were :</p>
<ul>
<li>Plannfication, creation and use of a model plan</li>
<li>Organizing multiple data sources</li>
<li>How to use the measurements and the data dimensions</li>
<li>Customizing the model in order to satisfy specific business needs</li>
<li>Cubes customization and optimization</li>
<li>Customizing the dimensions</li>
<li>Security application </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ancaa.eu/business-intelligence/first-steps-in-business-intelligence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
