Search found 113 matches

by pavans
Wed Nov 07, 2007 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Structure......
Replies: 6
Views: 1904

Sequential File Structure......

Hi, I have file in unix whcih has the following structure: TableName|Src|FileId|Processed|Inserts|Updates|Rejects|Datafiles Processed|TimeStamp | AMZN_SHIP_TRAK_W | 71| 8| 148221| 148221| 0| 0|10/18/07-10/18/07 | Fri Oct 19 07:44:50 2007 1 of 7 tables loaded Following tables NOT loaded: AMZN_PMTN_W ...
by pavans
Wed Nov 07, 2007 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File from Unix....
Replies: 1
Views: 1011

File from Unix....

Hi, I have a file in Unix which is in this format. I want to use this as a source in my Datastage job. The problem is the file is located in Unix Env, where the path is differnet from our working directory path. there are 5 differnt files, with this structure. how can i use these in datastage and wh...
by pavans
Sat Oct 06, 2007 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Enter more than LongVarchar (4000) in DataStage
Replies: 0
Views: 1868

How to Enter more than LongVarchar (4000) in DataStage

Hi, I am facing one problem that is in orcale database we are using CLOB datatype now when i import metadata into datastage it will take LongVarchar(4000) only. now i changed this length inot LongVarchr(20000) in datastage and i ran the job still it was support only 4000 remining characters are trim...
by pavans
Sun Sep 02, 2007 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage EE
Replies: 5
Views: 1748

Not really, what was unclear? I note that you don't have premium membership so can't read the entire post. So even if I posted a more complete answer, you'd still only be able to see the first 200 or so characters of it. Read the help or the manuals about each of the stages I've referred to, and st...
by pavans
Wed Aug 29, 2007 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage EE
Replies: 5
Views: 1748

ray.wurlod wrote:Sort data on the first two columns, have the Sort stage generate a Key Change column.
In a Transformer stage use stage variables to accumulate the third column, and use the Key Change column to trigg ...
Hi Ray,
Can u explain me little more detial.
by pavans
Wed Aug 29, 2007 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: removing web characters from incoming string
Replies: 5
Views: 1788

removing web characters from incoming string

Hi
How can we remove web characters from the incoming string.
any logic.
i do no thave any example for this.

thanks
by pavans
Wed Aug 29, 2007 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage EE
Replies: 5
Views: 1748

Datastage EE

Hi My source is oracle table and columns are: elmt_i,node_i,name 1,10,a 1,10,b 1,10,c 1,10,d 2,10,a 2,10,b 3,10,c 3,10,d Mytarget is oracle table and result should be: elmt_i,node_i,name 1,10,abcd 1,10,abcd 1,10,abcd 1,10,abcd 2,10,ab 2,10,ab 3,10,cd 3,10,cd i.e. based on elmt_i i have to concatenat...
by pavans
Mon Jul 02, 2007 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environmental Variable.......error
Replies: 1
Views: 1109

Environmental Variable.......error

Hi I am getting the following error while i m running the job. Could u plza help me. main_program: Warning: the value of the PWD environment variable (/apps/etl/dsadminscripts) does not appear to be a synonym for the current working directory (/apps/Ascential/Projects/edw). The current working direc...