Search found 42189 matches

by chulett
Wed Apr 28, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AS400 data issue
Replies: 1
Views: 836

Re: AS400 data issue

A table in AS400 has a column named CREATED with datatype Date and it is NOT NULLABLE. I am using the DbVisualizer to view the records. In that most of the records in the CREATED column shows as (null). But I don't understand why, since the CREATED column is NOT NULLABLE. That seems like a question...
by chulett
Wed Apr 28, 2010 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split a string into bytes
Replies: 4
Views: 1790

What characterset are you working with? Unless it's multi-byte, those two are synonymous.
by chulett
Wed Apr 28, 2010 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to lock sql server table?
Replies: 3
Views: 1190

I'm assuming your "hint" is being used via user-defined (custom) SQL, yes? You may want to have your DBA help you, found this online as a possible issue for it not working: The table hints are ignored if the table is not accessed by the query plan. This may be caused by the optimizer choos...
by chulett
Wed Apr 28, 2010 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: May I know how can I update SQL server with NULL value???
Replies: 4
Views: 1732

ICE wrote:I use job parameter to pass NULL value.
Hmmm... you can't. An empty string, perhaps, but not a null. :?
by chulett
Wed Apr 28, 2010 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create a parameters
Replies: 2
Views: 1455

As noted, you haven't stated what it is you actually need help with nor asked a question. All you've done is state your task. Please try again.
by chulett
Wed Apr 28, 2010 6:28 am
Forum: General
Topic: Automated Package Installer
Replies: 9
Views: 2583

PhilHibbs wrote:
ray.wurlod wrote:Nice work, Phil.

Do you have too much time on your hands?
:lol:
What I do have is an occasional need to set up several projects within a short timescale, so spending a day now to save half an hour in the future is a worthwhile investment.
:wink:
by chulett
Wed Apr 28, 2010 6:28 am
Forum: General
Topic: what are all the types of file
Replies: 3
Views: 1492

Re: what are all the types of file

reddy1982 wrote:What is the abbrevation for .cks format
Not sure, probably "cks fmt"? However, I suspect that's a typo as I've never heard of it and it's not listed here.
by chulett
Tue Apr 27, 2010 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance tuning in Server Job (part of a sequence)
Replies: 5
Views: 4823

:!: Please don't think that IPC is some kind of magical Silver Bullet such that you can run around and shoot every job with impunity as if you were infested with werewolves. Out of the thousands of Server jobs I've built over the years, probably only a handful actually "needed" IPC. Our go...
by chulett
Tue Apr 27, 2010 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborting - Invalid Identifier coming in Query
Replies: 4
Views: 5037

Right, the quotes are being stripped so you'll need to escape them in the parameter value. Pretty common DataStage issue, btw.
by chulett
Tue Apr 27, 2010 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No Logs found in DS Director
Replies: 5
Views: 1591

From what I recall, they are stored in the DSParams file in each Project and any advice regarding them would be platform independant - Windows or UNIX work the same way in that regard.
by chulett
Tue Apr 27, 2010 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cleanup / Housekeeping system generated files like &PH&a
Replies: 6
Views: 3237

That's not a "command" of any kind but rather a path and &PH& simply a directory. From UNIX, empty it just like you would any other directory.
by chulett
Tue Apr 27, 2010 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs are not aborting
Replies: 4
Views: 1746

What compiler options are enabled? What triggers are you using between activities? Give us a better picture of your Sequence job design.
by chulett
Tue Apr 27, 2010 10:04 am
Forum: General
Topic: call a package in a Sequence Job
Replies: 6
Views: 1911

Yup, that's another option providing you have Server jobs at your disposal. Only reason I mention that is the original post is labelled with a Job Type of "TX".
by chulett
Tue Apr 27, 2010 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with 7.5x2
Replies: 1
Views: 701

I sincerely doubt that 7.5x2 is supported by the MCM.
by chulett
Tue Apr 27, 2010 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Installing BGA 8.1.0 Client from Network location
Replies: 4
Views: 2867

So... any idea what was wrong with the old files? :?