Something about DataStage, DataStage Administration, Job Designing,Developing, DataStage troubleshooting, DataStage Installation & Configuration, ETL, DataWareHousing, DB2, Teradata, Oracle and Scripting.
Showing posts with label target. Show all posts
Showing posts with label target. Show all posts
Wednesday, June 04, 2014
Surrogate Key Generator - Generate Surrogate Key for Data
In this post, We will see how to generate surrogate key for data, where we have to use surrogate key stage.
A) Design :
Below design is a demo design of job. Here our data source is a row generator which is generating rows. In real time scenario, Source can be a flat file, DB stages, Passive Stage or can be a Active stage also.
In Row Generator Stage, we are generating a col "Name".
Labels:
DataSet
,
design
,
Designer
,
develop
,
Job
,
keys
,
output
,
properties
,
row generator
,
source
,
stages
,
surrogate
,
surrogate key generator
,
target
Sunday, May 04, 2014
ETL Testing : Approach
Testing is undoubtedly an essential part of DW life-cycle but it received a few attention with respect to other design phases.
DW testing specification:
– Software testing is predominantly focused on program code, while Software testing is predominantly focused on program code, while DW testing is directed at data and information DW testing is directed at data and information. .
– DW testing focuses on the correctness and usefulness of the information delivered to users information delivered to users
– Differently from generic software systems, DW testing involves a huge data volume huge data volume, which significantly impacts performance and productivity.
– DW systems are aimed at supporting any views of data, so the possible number of use scenarios is practically infinite and only few them are known from the beginning.
– It is almost impossible to predict all the possible types of errors that will be encountered in real operational data.
Labels:
Activity
,
Approach
,
Area
,
Challenges
,
database
,
DataSet
,
DataWareHouse
,
ETL
,
Landing
,
process
,
source
,
Staging
,
target
,
Testing
,
transaction
,
transformation
,
Trends
,
Unix
,
validation
Wednesday, December 11, 2013
DataStage Scenario - Problem6
Goal : Get the count of Vowels in Columns
Input :
Akash Aggrawal
Priya Awasthi
Anil chahal
Diya Singh
Kashish Patel
Sunil Verma
Rashid Patel
Rashmi Arya
Gopal Joshi
Neha Tomar
Thursday, August 22, 2013
How to split source column into multiple target columns ( full name to first and Last)
Approach:
CREATE SET TABLE test
(
fullname varchar(30)
);
INSERT INTO test12 ('nitin raj');
INSERT INTO test12 ('nitin agarwal');
INSERT INTO test12 ('abhishek gupta');
Friday, May 24, 2013
Issuing commands to a Queue Manager (runmqsc)
Once we have created a Queue Manager, we will want to
perform administrative tasks, such as creating queues, among others. To enable
us to communicate with our Queue Manager, we use the RUNMQSC MQ command,
which opens the MQSC (MQ Script Center) environment.
After entering the MQSC environment, we can issue one of the following MQSC commands: ALTER, CLEAR, DEFINE, DELETE, DISPLAY, END, PING, REFRESH, RESET, RESOLVE, RESUME, START, STOP, or SUSPEND. Each of these commands has it's own options, which are shown in the following table:
Wednesday, May 08, 2013
Friday, May 03, 2013
Tuesday, April 23, 2013
Read/Write/Load Message with MQ : Part-1
Previous Post : What is MQ Stage ???
Stage MQ: The 3 parameters are:
Queue manager, User and Password.
Wednesday, April 17, 2013
What is MQ Stage ???
The
WebSphere MQ stage is a
passive stage that offers a message based solution to customers where messaging
represents another form of source and target data. The WebSphere MQ stage lets
WebSphere DataStage read from and write to WebSphere MQ message queues. You can
use this stage as:
- An intermediary between applications, transforming messages as they are sent between programs
- A conduit for the transmission of legacy data to a message queue
- A message queue reader for transmission to a non-messaging target
Subscribe to:
Posts
(
Atom
)
.jpg)
