Search found 39 matches

by ds_dwh
Mon Sep 27, 2010 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to run a job if job failed ofter loading some records
Replies: 5
Views: 5565

how to run a job if job failed ofter loading some records

hi, i know if sequencer failed ofter loading some records but how to run a job if job failed ofter loading some records Ex:i have 1000 records in source job is aborted ofter loading 600 records how to load remaining 400 records i faced this one in one interview normally if job is aborted i didn't fi...
by ds_dwh
Thu Sep 23, 2010 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any relation b/w dataset, configuration file
Replies: 7
Views: 4282

Is there any relation b/w dataset, configuration file

Is there any relation b/w dataset, configuration file or seq file and configuration file
by ds_dwh
Mon Aug 23, 2010 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd 2 implementation
Replies: 1
Views: 1466

scd 2 implementation

can any one please how to implement scd2 with stages are required and with sample data. with either 7.5 or 8.0 versions actually i my project we are not maintaining any SCD's



i need lo know about scd's
by ds_dwh
Mon Aug 23, 2010 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset update
Replies: 1
Views: 1022

dataset update

how to update data in dataset,

normally we r using write method is overwrite,

instated of overwrite how to use update.
i want update data in my dataset
by ds_dwh
Wed Jul 28, 2010 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing duplicates
Replies: 8
Views: 2918

Re: Capturing duplicates

Hi,

take sort stage set properties like allow duplicates=T,
creatate key change column=T,

in filter u can write conditions like
whre creatate keychange cloumn=0---->to capture duplicate records

where creatate keychange cloumn=1---->to capture unique records
by ds_dwh
Wed Jul 28, 2010 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any information on Pre partitions techniques in datastage
Replies: 3
Views: 2323

any information on Pre partitions techniques in datastage

hi ,

i heard about pre partitions techniques in datastage can any one share information on this.
by ds_dwh
Mon Jun 28, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert Square_feet into Square_meter
Replies: 9
Views: 2715

What is the problem you are facing ? Is it giving incorrect values or you need to know how to do the coding ? If you are using a database as our target, you can create an user-defined SQL to cal ... HERE SOURCE IS FLAT FILE TARGET IS INFORMIX SOURCE FIELD IN SQUARE_FEET IN TARGET I NEED IN SQUARE_M...
by ds_dwh
Mon Jun 28, 2010 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert Square_feet into Square_meter
Replies: 9
Views: 2715

ray.wurlod wrote:In a server job or in a BASIC Transformer stage you can use the SDK Transform MeasureAreaSqFeetToSqMeters.

Detail of its transform definition:

Code: Select all

(%SqFeet% * .09290)
Otherwise ...
I NEED IN PARALLEL JOBS
by ds_dwh
Sun Jun 27, 2010 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert Square_feet into Square_meter
Replies: 9
Views: 2715

how to convert Square_feet into Square_meter

how to convert Square_feet into Square_meter in my source file one column in square_feet i need to convert into Square_meter when loading data into the target. i know 1 square feet=0.0929 square meter i taught by using transformer 0.0929*square_feet column=square_meter this is possible or any other ...
by ds_dwh
Tue Jun 15, 2010 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset
Replies: 11
Views: 4242

Re: Dataset

Hi all, Can anyone tell me what are files created when we create a Dataset and their locations? And i searched in this forum then i came to know descriptor file and control file will be created for each dataset. Whichfile will be created in Resource disk path? And where will be actual data stored? ...
by ds_dwh
Tue Jun 15, 2010 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle duplicate records in sequential file
Replies: 7
Views: 4185

with using sequential file only

nagarjuna wrote:duplicates stage , sort stage , transformer stage ......
with using sequential file only

not using sort,remove duplicate,T/F
by ds_dwh
Mon Jun 14, 2010 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle duplicate records in sequential file
Replies: 7
Views: 4185

how to handle duplicate records in sequential file

hi,

how to handle duplicate records in sequential file

either deleting or sending to rej link
by ds_dwh
Thu Jun 10, 2010 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to eliminate left & right side zero's
Replies: 7
Views: 3605

how to eliminate left & right side zero's

my i/p like this
column
001
102
1300
00102

required o/p like this
column
1
102
13
102

how to achive this one
by ds_dwh
Wed Jun 09, 2010 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove all duplicate records
Replies: 6
Views: 2330

remove all duplicate records

hi,

source wiil be like this:
co1,col2,col3
100,a,hyd
101,b,hyd
102,c,blore

if i use remove duplicate o/p will be like this:100,a,hyd
102,c,blore
but required o/p will be like this:102,c,blore

can any one help.......
by ds_dwh
Tue Jun 08, 2010 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About functional specification documentation
Replies: 4
Views: 2467

About functional specification documentation

hi,

recntly i got the job in DataStage,

i know some documentation nemes like
1.mapping doc, 2.Technical doc,3.test csae doc,4.functional doc

i know abe all above doc Except functional doc
can any one give me brier introduction about functional doc