Search found 6797 matches

by DSguru2B
Wed Apr 04, 2007 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange Behaviour of Jobs...
Replies: 2
Views: 1491

Search really helps. Try this for instance.
by DSguru2B
Wed Apr 04, 2007 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning
Replies: 1
Views: 698

Welcome Aboard :)
Do an exact search on keywords "Unrecognized top level format property".
by DSguru2B
Wed Apr 04, 2007 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling sybase stored procedure
Replies: 2
Views: 773

I believe you can if it has only IN or INOUT paramters. Never tried it myself but the only limitation for calling odbc stored procedures is that it only supports IN and IN OUT parameters.
by DSguru2B
Wed Apr 04, 2007 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rangelookup
Replies: 8
Views: 2494

Dont have to go through all that, just load your files into a two different tables in a schema and write sql to do it. It will be much easier.
by DSguru2B
Wed Apr 04, 2007 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: db2 lookup refresh
Replies: 7
Views: 1738

Thanks Craig for jumping in and brining into attention a very important point that I failed to mention.
Craig wrote:They then become available for further processing if you disable caching of the hashed file lookup or if you choose 'Enabled, locked for updates'. The former is generally safer
by DSguru2B
Tue Apr 03, 2007 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling decimals
Replies: 6
Views: 1890

Re: handling decimals

pp wrote:Is it so that datastage adds this space for a signed value ?


Welcome Aboard :)
There you go, you have the answer right there. If you have to trim the space you need to convert it to varchar using DecimalToString() and then apply the trim to it.
by DSguru2B
Tue Apr 03, 2007 9:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Query
Replies: 7
Views: 1276

Its complaining that you have defined it as ustring? What is the datatype, set it as timestamp or Date with length 38. The sql select will automatically stick in a TO_CHAR() to it.
by DSguru2B
Tue Apr 03, 2007 9:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Component DSSE_ServerEngine problem
Replies: 9
Views: 3240

Making it work is one thing and a supported platform is another. At IBM's website they are a matrix chart which has all information about supported platforms.
by DSguru2B
Tue Apr 03, 2007 9:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: db2 lookup refresh
Replies: 7
Views: 1738

Do a lookup against the hashed file that contains data from table XYZ and load into the same hashed file. This way the hashed file will be updated and looked upon at the same time. Finally load that hashed file into your table XYZ.
by DSguru2B
Tue Apr 03, 2007 8:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Hash File in job sequence with multiple instances
Replies: 5
Views: 1301

You need to have dynamic names for all files you use in multiple instance jobs. Having that said, its better if you create the file in one job and outside a multiple instance job.
by DSguru2B
Tue Apr 03, 2007 8:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row by row execution
Replies: 13
Views: 2373

dsisbank wrote:I didn't understand how I get the previous values in transformer...

Its the order of execution. The stage variables are executed in the order they are defined so the last variable will have the previous rows value by the time the first stage variable is being executed for the current row.
by DSguru2B
Tue Apr 03, 2007 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to list the Job names under the category?
Replies: 17
Views: 3972

videsh77 wrote:But I have seen the column information is getting wrapped. How to avoid this wrapping of column info?

What do you mean by that? Do you mean the column name, thats just first two lines, you can delete the first two lines.
by DSguru2B
Tue Apr 03, 2007 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rangelookup
Replies: 8
Views: 2494

How many keys are you going to be joining on?
by DSguru2B
Tue Apr 03, 2007 12:15 pm
Forum: IBM QualityStage
Topic: DS Job Abort
Replies: 1
Views: 1030

Someone or some program killed your process. Try to find out what happened.
by DSguru2B
Tue Apr 03, 2007 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional Schedulling through DS Director
Replies: 7
Views: 1597

O thats fine. Just wanted to throw in my 2 cents by letting you know that such a thing is possible with enterprise schedulers.