Search found 29 matches

by saugat_1982
Tue Mar 29, 2011 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loop in 8.5
Replies: 2
Views: 2087

Nagraj, Examples in the developer guide are very self explanatory ones. Loop is a new feature , so definitely you ll see a no. of threads going forward, when developers will face any hurdles. When you are asking about loop (I mean logic here , not syntax), you can find at least 1 million code exampl...
by saugat_1982
Wed Mar 23, 2011 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read Foxpro .DBF files
Replies: 12
Views: 8785

@ Craig - Requirement is to read from dbf files , no access to Foxpro DB .
So I am not sure, will just an "ODBC" be a solution ?

@ Ray - I beleive 3rd party will definitely able to do , but client is insisting on xploring any feature in IIS can do that or not ?

Thnx
Saugat
by saugat_1982
Wed Mar 23, 2011 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To read Foxpro .DBF files
Replies: 12
Views: 8785

To read Foxpro .DBF files

I am interested to read foxpro dbf files ( created in Window) to read through DataStage ( in Linux) .

Can you please any one suggest me the steps /prerequisites for this process ?

Thank you .
by saugat_1982
Tue Oct 12, 2010 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The view adapter has a binding for the non-existent destinat
Replies: 9
Views: 12637

Another Solution :-

1.Tick the Column (Which was causing the warning) as a Key .
2. Compile (Better Force Compile)
3. UnTick
4. Compile (Better Force Compile)

Warning will be vanished. :)
by saugat_1982
Sat Jul 17, 2010 9:15 pm
Forum:
Topic: Data Lineage for other ETL tools....
Replies: 5
Views: 3363

Thanks Ernie , these are relly useful tips.
by saugat_1982
Fri Jul 16, 2010 4:40 am
Forum:
Topic: Data Lineage for other ETL tools....
Replies: 5
Views: 3363

Re: Data Lineage for other ETL tools....

Hi Ernie,

Thanks for this post . Can you please put some light on the best practices/tips across a typical data lineage project ?

It will be helpful if you can put some light if ETL is non- DS and DB is non-DB2.



Thanks
Saugat
by saugat_1982
Fri May 08, 2009 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Operation
Replies: 6
Views: 2728

why "the receiving party will have an heck of translation" ?
output is expected to 'n' numbers of characters/NULL separted by each pipe
by saugat_1982
Fri May 08, 2009 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Operation
Replies: 6
Views: 2728

Thanks Ray for the reply. But I guess , it is not the requirement . from input I will get a number (integer) .Lets say 'a'. value of 'a' can be anything between 1 to 'n'(Max Value, in this case I m saying 10). Now in output I want to generate a string (2n length). Lets call the output string as 'out...
by saugat_1982
Fri May 08, 2009 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Operation
Replies: 6
Views: 2728

String Operation

Hi , I ve a input column which can give a integer value from 1 to 10 or NULL. I am interested to create a string of char(20) where I will like to put a 'X' on position value provided by input col , and rest as empty space delimited by |. For example , if input is 2 then output should look like '|X||...
by saugat_1982
Thu Jan 22, 2009 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch Stage
Replies: 7
Views: 2688

Switch

But Pdf file explains the way I ve don e,
Can you please explain bit

Thanks .
Saugat
by saugat_1982
Thu Jan 22, 2009 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch Stage
Replies: 7
Views: 2688

Switch case

yes
in C-Programing it shld be like this

swicth(RELEASE)
CASE R1: pass to output dataset 0
CASE R2: pass to output dataset 1
.........


So can you please suggest , I am doing right or not?
by saugat_1982
Thu Jan 22, 2009 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch Stage
Replies: 7
Views: 2688

Switch Stage

Hi I am using SWITCH stage in a job , and there are 3 cases are there .but when I m passing "user-defined Mapping" in "Case" I am passing case as case="R1"=0,"R2"=1,"IG"=2 , I am getting thefollowing error . SW_CIDN: Parse error on case string: "...
by saugat_1982
Wed Jan 02, 2008 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in a job
Replies: 1
Views: 1655

Warning in a job

HI all Wish u a happy new year. I am getting these warnings (here I am giving some of the examples of the warnings but I am getting in all stages ) in each stage/attribute of a Job where I am using a Join stage, one Transfer and two modify stages and few dataset/Teradata PE. can you please help me t...
by saugat_1982
Wed Oct 10, 2007 7:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Dataset Reading
Replies: 4
Views: 1965

No . of Nodes in both jobs should be same .