Search found 243 matches

by gssr
Wed Oct 28, 2009 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fork join performance:?:
Replies: 5
Views: 2565

Explain about the difference between the jobs :either stage wise or property wise
by gssr
Wed Oct 28, 2009 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenation
Replies: 5
Views: 1729

You can use Aggregator stage to group my the key value
by gssr
Wed Oct 28, 2009 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When checking operator: Dropping component
Replies: 17
Views: 20082

As the message itself clearly tells you, there is a column name that is similar in the two links that you have used. Try the message handler to avoid the message
by gssr
Tue Oct 27, 2009 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Signed numeric
Replies: 3
Views: 1563

Can use varchar datatype to read it through the sequential file and then use type conversion which is relevant to your requirement..
by gssr
Mon Oct 26, 2009 2:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: while convert timespamp to string getting warnings
Replies: 13
Views: 4301

Which function are you using..?
Try this TimestampToString(DATA,[%yyyy-%mm-%dd])
by gssr
Mon Oct 26, 2009 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: while convert timespamp to string getting warnings
Replies: 13
Views: 4301

Re: while convert timespamp to string getting warnings

ArndW wrote:Try "StringToTimeStamp(In.column:" 00:00:00","%YYYY%MM%DD %HH:%NN:%SS") ...
I think he want to convert Timestamp to String ""while convert timespamp to string getting warnings""
by gssr
Mon Oct 26, 2009 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: while convert timespamp to string getting warnings
Replies: 13
Views: 4301

are you trying to convert "Timestamp to String" or "String to Timestamp"..Can you able to read the data in the Source file?? :?
by gssr
Mon Oct 26, 2009 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: while convert timespamp to string getting warnings
Replies: 13
Views: 4301

Remove the %hh%mm%ss and try to execute
by gssr
Thu Oct 22, 2009 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job substituting default params in place of the passed ones
Replies: 13
Views: 3623

Please post the topic in appropriate forum
by gssr
Thu Oct 22, 2009 1:41 am
Forum: General
Topic: How to replicate the REPLACE function of SQL in DataStage
Replies: 2
Views: 1880

You can also use trim function to trim the string "," in transformer stage
by gssr
Thu Oct 22, 2009 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commonly used parameters
Replies: 5
Views: 2227

It was user specified and hence you can use your own parameters for DB connection. The commonly used are DataSource,Username, PassWord,HostName etc..
by gssr
Wed Oct 21, 2009 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of date range
Replies: 14
Views: 3960

I think you can write a stage variable that add the value of 3 to your date 1 with constraints not exceeding the date2
by gssr
Tue Oct 20, 2009 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading txt file with date in its name, in daily cycle
Replies: 18
Views: 4802

Thanks for all,
I think i have to work out different options....

Thank you once again for all,
by gssr
Tue Oct 20, 2009 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading txt file with date in its name, in daily cycle
Replies: 18
Views: 4802

Can we use the difference in the date (in the file name) while loading the file and rejectin the already loaded file?

Thanks,
by gssr
Tue Oct 20, 2009 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To skip a job for null dataset
Replies: 14
Views: 5968

Thank you all for your replies,
But now i have a doubt about the dataset stage
:: I am overwriting a dataset here, If there are no records passed ,then the dataset should be emptied.But i am having the past run records. Why is it so....
Please clarify my doubt

Thanks to all once again,