Search found 6797 matches

by DSguru2B
Wed Mar 07, 2007 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Build op - Float comparison.
Replies: 6
Views: 1785

I am not that experience in BuildOps, I go for routines. But instead of comparing with 89, specify a const float and initialize it with 89. Do your comparison with that variable. Also before you try that, try changing your data type to float and then run your code, unchanged, and see if the error pe...
by DSguru2B
Wed Mar 07, 2007 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding Child Level
Replies: 4
Views: 1468

B-trees or linked lists in C are very powerful datastructures and widely used in the C world. You can explore that possiblity and code your solution in C.
by DSguru2B
Wed Mar 07, 2007 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking the Date Modified of a flat file
Replies: 8
Views: 2601

The basic STATUS() command can be used on an open file. The command retrieves a dynamic array with all sorts of info. Fields 15 and 16 is what your interested in. Refer to the Basic Guide for more info.
by DSguru2B
Wed Mar 07, 2007 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to locate a job in the repository
Replies: 17
Views: 4343

Now that is something I hardly use. Get to learn something new every time from this website.
by DSguru2B
Wed Mar 07, 2007 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to export /import jobs from DS using command lines
Replies: 4
Views: 1071

From unix cmd, you can only import. And really why dont you have access, me curious ???
These .exe files are at the client end and if you have access to datastage, you have access to these files.
by DSguru2B
Wed Mar 07, 2007 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the version number of an executable job?
Replies: 2
Views: 926

Ray ji recently posted a fancy piece of code to get that info. You could probably run that and get your desired info. Search will help.
by DSguru2B
Tue Mar 06, 2007 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic for Lookup
Replies: 8
Views: 1403

Your explanation is vague, or maybe its just me. Can you give some sample data from file1 and file2 ?
by DSguru2B
Tue Mar 06, 2007 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New features related to automatic error handling in Sequence
Replies: 4
Views: 967

There is a readme document that ships with the product. It has a section "Whats new". You will be able to find your answers there.
by DSguru2B
Tue Mar 06, 2007 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle password has $ character in it
Replies: 3
Views: 1058

Whatever sails your boat :wink:
by DSguru2B
Tue Mar 06, 2007 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to kill a parallel job in windows
Replies: 5
Views: 2120

I had director instead of administrator. Sorry about that. I fixed my previous post.
by DSguru2B
Tue Mar 06, 2007 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64BIT Hashed Files
Replies: 27
Views: 8641

kaps wrote:acef 020c



Ray wrote:adef010c indicates 32-bit, adef020c indicates 64-bit.


I don't see any contradiction. Other than the fact that its acef and not adef. The main part to look at is the 010c for 32 bit hashed file and 020c for 64 bit hashed file.
by DSguru2B
Tue Mar 06, 2007 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64BIT Hashed Files
Replies: 27
Views: 8641

That means that all your hashed files that will be created will be 64 bit hashed files.
by DSguru2B
Tue Mar 06, 2007 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage "where clause" format
Replies: 8
Views: 11080

No you dont need to if it comes in as char. I was under the impression that it was in integer format.
Lets take a step back. How many filter where clauses do you have. Start with one, see if that works. Add on more conditions later.
by DSguru2B
Tue Mar 06, 2007 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00904 Invalid identifier
Replies: 6
Views: 7873

Make sure you have the correct qualified name for the database table.
by DSguru2B
Tue Mar 06, 2007 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: encryption of client login credentials
Replies: 9
Views: 1945

...which is no different then any other application using the client server architecture.