Simple informations on datastage components

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
2per
Participant
Posts: 1
Joined: Thu Jul 03, 2008 3:35 am

Simple informations on datastage components

Post by 2per »

Hello,

I am new on using datastage. I just like to ask for information(function/use) regarding some datastage components:

- lookup stage
- hashfile stage
- sorting stage
- dataset stage

I know this is a silly question but I really want to learn this stuff. Thanks in advance! :D
saikir
Participant
Posts: 92
Joined: Wed Nov 08, 2006 12:25 am
Location: Minneapolis
Contact:

Post by saikir »

Hi,

Lookup Stage: You don't have lookup stage in server. In server you do Lookups using Hashed files.

In parallel version you have a lookup stage for performing lookup's.

Sorting Stage: As the name implies, it is used for sorting.

DataSet Stage: The Data Set stage is a file stage. It allows you to read data from or write data to a data set

Dont get confused between server and parallel stages and DataStage documentation is the best place to start with.

Sai
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

welcome

Online manual is best to start with.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

From your Start menu, navigate to 'Ascential DataStage / Online Manuals / DataStage Documentation'. From that pdf, scroll down and open the Server Job Developer's Guide for Server and the Parallel Job Developer's Guide for PX jobs. It's all there. I'd also suggest you check out the Designer Guide as well. At the very least.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply