Search found 531 matches

by prasson_ibm
Fri Jan 25, 2013 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Funnel stage while adding one file to the end
Replies: 5
Views: 3021

Re: Problem with Funnel stage while adding one file to the e

Have you checked the link ordering and also make sure that your data should not be repartitioned in any of downstream stages after funnel.
by prasson_ibm
Thu Jan 24, 2013 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex coding in Datastage
Replies: 6
Views: 3414

Ok, here it goes:- Source----sort stage-----transformer------link0 --funnel----target -----link1--- In sort stage,on input tab define partition as hash Key-empwmail usage-patitoning Emppath usage -sorting In stage tab :- Key-empmail Create key change column-true In transformer stage define three sta...
by prasson_ibm
Thu Jan 24, 2013 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filename column for multiple file read
Replies: 7
Views: 4475

In case of file pattern,datastage perform just like unix "cat" command,since all the metadata of files are same,so its read bunches of the files togather.
by prasson_ibm
Thu Jan 24, 2013 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert into single cell - All values
Replies: 4
Views: 2686

For me it looks like interview question,it seems it has been asked same question to many people recently.
by prasson_ibm
Thu Jan 24, 2013 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex coding in Datastage
Replies: 6
Views: 3414

Re: Complex coding in Datastage

Hi,
I think using sort,transformer and funnel stages you can achieve this.
Hash partiton on email and sort on filepath and emailid columns and use key change column. Use transformer stage and split keychane:0 and 1 and funnel it after.
by prasson_ibm
Tue Jan 22, 2013 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Keep MQ job running
Replies: 5
Views: 3403

Hi,

Thanks for your reply,but unfortunatly we cant use target as database.
by prasson_ibm
Tue Jan 22, 2013 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Keep MQ job running
Replies: 5
Views: 3403

Keep MQ job running

Hi, Is there any parameter setting in MQ connector stage such that i can design a job with soruce as MQ connector and target as File. MQ connector stage has to always look for a message in a queue and at a time only 1 message will be landing to the queue. I have seen some posts here but it did not h...
by prasson_ibm
Mon Jan 21, 2013 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert each row into a column
Replies: 19
Views: 9000

Hi,
Column that need to be converted are static or dynammic?
by prasson_ibm
Mon Jan 21, 2013 1:45 am
Forum: General
Topic: Design a job with infinite loop
Replies: 10
Views: 4472

Hi Everyone, Thanks for your input.My client is very rigid and they dont want to change their flow so we cant directly schedule our jobs in appworks. We have only this option to look for trigger file which is given to DS as MQ message and then need to trigger out sub sequence.For loop we have given ...
by prasson_ibm
Sat Jan 19, 2013 12:01 am
Forum: General
Topic: Design a job with infinite loop
Replies: 10
Views: 4472

Hi Chetan,
Thanks for your input,but we cant use unix script here to create a loop,this we are doing in job sequence.
by prasson_ibm
Fri Jan 18, 2013 1:41 pm
Forum: General
Topic: Design a job with infinite loop
Replies: 10
Views: 4472

Design a job with infinite loop

Hi, I have a requirement where i have to design a sequence job which will keep on running and it will look for trigger file. Trigger file will be created by another master job,which has source as MQ. This job will also keep on running and as soon as message land up to the MQ it will create trigger f...
by prasson_ibm
Thu Jan 17, 2013 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: basic transformer stage
Replies: 1
Views: 932

basic transformer stage

Hi,

I have a requirment to convert text data into hexadecimal,for that I am looking for basic transformer stage in parallel job,but I can't find out this in datastage 8.7.
I am just wondering, Is it not available with the IIs 8.7 client installation.
by prasson_ibm
Thu Jan 10, 2013 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I pass through columns in Aggregator?
Replies: 10
Views: 9659

Re: Aggregator

Hi,

You can design your job in this way:

Code: Select all

input---> copy---->Aggregator     ----->left outer Join ----->output
               ---> pass 10 cols
  


Thanks
Prasoon
by prasson_ibm
Wed Jan 09, 2013 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ payload message as filename
Replies: 1
Views: 1016

MQ payload message as filename

Hi All, I have a requirment to develop a job where sourse is MQ connector stage and target is a file.I need to create file of same name as MQ payload message.If multiple messages are coming to MQ togather,job should run with one message at one time and should create a file and then for other message...
by prasson_ibm
Tue Jan 08, 2013 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Error:- JNIWrapper: load library failed
Replies: 3
Views: 2357

Hi All, After doing some investigation i am able to resolve this issue.As DATASTAGE_JRE and DATASTAGE_JVM enviorments are not required for IIS8.5 and above,so i removed from .profile but before we started our datastage server with some modification in dsenv and even after removing these variables fr...