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.
Search found 42189 matches
- 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
- 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
- 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...
- 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...
- Thu Jul 28, 2005 6:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hexadecimal to Char
- Replies: 2
- Views: 1286
- 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 ...
- 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
- 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
- Wed Jul 27, 2005 1:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CRC32
- Replies: 5
- Views: 1255
- 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
- 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
- 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...
- 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:...
- 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...
- 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