Search found 42189 matches

by chulett
Fri Jul 29, 2005 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migrating from 7.1 - 7.5.1
Replies: 3
Views: 1598

You bet. Or from a 6.x job or a 5.x job or... :wink:

I don't think there's anything major to worry about. The readme should include any points of interest, things that have been changed in the new release.
by chulett
Fri Jul 29, 2005 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-Defined SQL behaves differently in 7.5.1A
Replies: 16
Views: 3702

If that's the case I'd say that's a new bug, not something corrected, and it should definitely get presented to IBM/Ascential support.

I'm curious, though - not only should it not be sorted but that last constraint (And CT.CASE_REPORTED_SFX > ' ') should also not be happening. Is that true?
by chulett
Thu Jul 28, 2005 10:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Identity column value
Replies: 6
Views: 1909

Sometimes it is trivial. Back in my Informix days, a SERIAL column would generate a new unique identifier upon insert (if you fed it a zero) and then a check of a specific field in the SQLCA record would retrieve the inserted value. Not sure how you would manage that in DB2 or DataStage for that mat...
by chulett
Thu Jul 28, 2005 10:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-Defined SQL behaves differently in 7.5.1A
Replies: 16
Views: 3702

Not really. As long as there's a return at the end of the commented string, the comment should end there. In any tool, I would think. If it's really the case that everything from there down is now commented out in 7.5.1A, alot of the jobs that other people have written here will break as well when w...
by chulett
Thu Jul 28, 2005 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hexadecimal to Char
Replies: 2
Views: 1286

Umm... that's not hex, that's EBCDIC.
by chulett
Wed Jul 27, 2005 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppress Null Handling Msg
Replies: 3
Views: 1244

Lance - If you're on 7.5 you can use that spanky 'message handler' functionality thingy. I think you may be able to suppress specific messages, or at the very least 'promote' or 'demote' its severity level, changing it from a Warning to an Info message. From what I recall in our class, all you need ...
by chulett
Wed Jul 27, 2005 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert/Update on SQL SERVER Database
Replies: 11
Views: 1685

Well, that's too darn bad. :?

I was speaking from my Oracle experience, should have figured SQL Server would work differently...
by chulett
Wed Jul 27, 2005 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert/Update on SQL SERVER Database
Replies: 11
Views: 1685

It's not about the links, it's about the stages. Two links into two stages = possible locks. Two links into one stage = no locks.
by chulett
Wed Jul 27, 2005 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRC32
Replies: 5
Views: 1255

mhester wrote:Craig - maybe it's time I write that FAQ????? :lol:

Perhaps... perhaps... :wink:
by chulett
Wed Jul 27, 2005 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob showing status code = 1
Replies: 16
Views: 7497

Sorry, not off the top of my head. My DOS days were long ago and far away. :wink:
by chulett
Wed Jul 27, 2005 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Insert using DB2 Plug DOES NOT WORK
Replies: 8
Views: 1826

Yah, it's been posted here more than once that the DB2 plugin is different from any other DB plugin in that it wants dates in internal rather than external format for some reason. As to the reason, you'd have to ask whomever wrote the darn thing. :?

Sorry you had to go through all that.
by chulett
Wed Jul 27, 2005 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to capture the link info from server routine
Replies: 4
Views: 1688

You could work this out after the Aggregator by building a 'single' record with all of your desired fields in it, formatted as shown but with a record terminator between each 'record'. For UNIX that would be a line feed, for Windows a CR/LF pair. It would then be three records when read by a subsequ...
by chulett
Wed Jul 27, 2005 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob showing status code = 1
Replies: 16
Views: 7497

When ever you run the dsjob command it only echos the job status not job return code. Not really, the behaviour depends on the command line options you choose. Assuming you are wanting to wait for the job to actually finish before moving on to the next step in your script, it works one of two ways:...
by chulett
Wed Jul 27, 2005 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to capture the link info from server routine
Replies: 4
Views: 1688

You run this on every row? So for the first row it counts from 1 thru 1, the second row 1 thru 2, then 1 thru 3, etc? Is that really what you want? For example, the Amount passed in on row 3 gets added to intTotAmount three times, does it not? Why not just write this information out to a flat file a...
by chulett
Tue Jul 26, 2005 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Definition Migration or Promotion
Replies: 5
Views: 1411

Not that I'm aware of.