Search found 394 matches

by samsuf2002
Thu Nov 09, 2006 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading from db into a squential file without deilimeter.
Replies: 6
Views: 2469

set the delimiter in seq file as 'none'
by samsuf2002
Wed Nov 08, 2006 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with PX job
Replies: 12
Views: 5084

check the odbc connection and try using join instead of look up.
by samsuf2002
Wed Nov 08, 2006 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interesting Sample stage problem
Replies: 9
Views: 2828

how many rows u r getting in target dataset?
by samsuf2002
Thu Nov 02, 2006 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_delimited()- Required Column Missing
Replies: 23
Views: 8676

it is likely to be bad data what is the format u r giving in seq file
by samsuf2002
Thu Nov 02, 2006 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_delimited()- Required Column Missing
Replies: 23
Views: 8676

how many columns r u getting while importing meta data
by samsuf2002
Thu Nov 02, 2006 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: suggest which typr of partition i use in PX job..
Replies: 13
Views: 4660

hash partitioning would be a good choice
by samsuf2002
Thu Nov 02, 2006 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split one record into several records
Replies: 11
Views: 3917

u can use this code in the transformer if it fits ur requirement Declare stage variables as follows: StageVar =DSLink3.No StageVar1 =StageVar<> StageVar1 StageVar2 =StageVar StageVar3 =DSLink3.Type:',':DSLink3.Name1:',': DSLink3.Name2 StageVar4 =IF StageVar2=1 then DSLink3.No:',': StageVar5 else Tri...
by samsuf2002
Thu Nov 02, 2006 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pivoting data in rows to column
Replies: 9
Views: 21899

search for pivot or vertical pivot in the forum it will help u .
by samsuf2002
Wed Nov 01, 2006 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Memory Usage
Replies: 2
Views: 822

monitoring the memory while the process is running might help u to know where and y u r getting out of memory
by samsuf2002
Wed Nov 01, 2006 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Definition on an SQL Stored Proc
Replies: 7
Views: 2048

Derivation field will be in transformer if u r using one.
by samsuf2002
Wed Nov 01, 2006 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error While loading in to DB2 table
Replies: 4
Views: 1880

check the ODBC connection
by samsuf2002
Wed Nov 01, 2006 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 user defined DDL
Replies: 2
Views: 617

i think if u want to create more than one table u need more than one link for that means more than one ODBC stage .................
by samsuf2002
Tue Oct 31, 2006 5:24 pm
Forum: General
Topic: viewing data from the input sequential file of a paralleljob
Replies: 6
Views: 7824

check the data types for the fields in source file
by samsuf2002
Mon Oct 30, 2006 10:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS not showing job statistics after job runned successsfully
Replies: 13
Views: 4500

is it because the data stage not installed correctly?
by samsuf2002
Mon Oct 30, 2006 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup FileSet question
Replies: 7
Views: 2265

modify operator means modify stage?