Search found 42189 matches

by chulett
Thu May 04, 2006 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change PWD
Replies: 6
Views: 1739

No problem. This just illustrates the need to not make any assumptions about environment in your scripts. This applies in general but especially when writing scripts for execution inside DataStage. We see tons of posts that basically say "My script works fine from the command line but not from DataS...
by chulett
Thu May 04, 2006 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change PWD
Replies: 6
Views: 1739

Simple answer is - don't use relative paths in your scripts. Fully path the usage of the 'a.ksh' and 'b.ksh' scripts. Either that or explicity 'cd' to the directory in question in the script so that is actually does become the current working directory. Then your relative paths will work. Either way.
by chulett
Thu May 04, 2006 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: usage analysis in ds manager
Replies: 2
Views: 891

If you have been disciplined in your use of metadata, there is the little 'beaker' button in Manager for Usage Analysis. Find the entry in the Manager for the metadata of the hashed file in question and the Usage Analysis tool will show you all jobs it has been used in. If you haven't been, then yo...
by chulett
Thu May 04, 2006 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing subroutine
Replies: 7
Views: 2487

'Versioned Folders' need to be in a Project directory. Create a soft link there if your actual location is different.
by chulett
Thu May 04, 2006 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performance improving while fetching data from oracle stage
Replies: 4
Views: 1359

Another thing to consider would be to switch to the native OCI stage rather than using ODBC.
by chulett
Thu May 04, 2006 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading comp-3 field from AS400 with Ascential driver
Replies: 17
Views: 5310

Ok, so there is no other 'magic' compression other than what is native to the COMP-3 fields? Basically, all you've got is an EBCIDIC record in a database field. Fair enough. First of all, there are routines to unpack fun stuff like this and it seems like you've already found them. In a previous post...
by chulett
Thu May 04, 2006 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running PX on windows
Replies: 9
Views: 3126

Re: PX on Windows

The job get aborted with the error: Fatal: This jobtype is not currectly runable on this platform. Answer is right there in the message. While any version can be installed on Windows, only a very specific version can also run PX jobs on Windows - and 7.5.1A is not that version. A search for your er...
by chulett
Thu May 04, 2006 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log report messages
Replies: 2
Views: 2155

In the Administrator, all you are setting are defaults to be used whenever a new Sequence job is created. Those four options match the four options found on the General tab of a Sequence job and, when you create a new one, you've told it to 'check' (enable) that particular option automatically. The ...
by chulett
Thu May 04, 2006 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change PWD
Replies: 6
Views: 1739

Re: Change PWD

dprasanth wrote:Can anybody suggest whether it is possible to do this?

No, it's not. Why do you think you need to do this? What are you trying to accomplish?
by chulett
Wed May 03, 2006 8:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CAN we run Serverjob in Parallel Environment ?
Replies: 4
Views: 1290

Hmmm... and where would this forthcoming paper be forthcoming, pray tell? :lol:
by chulett
Wed May 03, 2006 8:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file Resize
Replies: 6
Views: 2322

Try posting the link again, Kris - that one is no good. I think yours is from your own search results, you need the simple url like the one that shows at the top of this thread: m Should just have a 'topic number', then you'll be ok. I edited my post to reflect the thread you meant to link to - chec...
by chulett
Wed May 03, 2006 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared containers in parallel -- multiple instances?
Replies: 7
Views: 1353

My question is more along the general line of "does each instance get its own thread and/or variables? Or are the variables shared?" Ah... not what you asked. You are over thinking it. Think of what the two jobs do without regards to the fact that they have a 'shared container' in them. Can you run...
by chulett
Wed May 03, 2006 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared containers in parallel -- multiple instances?
Replies: 7
Views: 1353

Can they run in parallel? Yes. Without conflicting one another? Depends on what you are doing in the container.

It's just reusable code that gets compiled into your job. It's more about whether your jobs can run concurrently without issue, not just what is in the shared container.
by chulett
Wed May 03, 2006 11:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Sequence from DataStage
Replies: 3
Views: 1504

If you don't need to know it, you could use it directly in a custom insert sql statement.