Search found 42189 matches
- Thu Dec 18, 2014 8:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sql Server Bulk Load
- Replies: 4
- Views: 1448
- Thu Dec 18, 2014 8:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenate the rows
- Replies: 5
- Views: 3004
Welcome aboard... a couple of things. First, I've put you into your own post and linked back to the 'similar' thing you are trying to do. Secondly, this meant I had to guess at some things, can you clarify for us: 1) Your DataStage version 2) Your server Operating System Thanks. I'd also be curious ...
- Wed Dec 17, 2014 10:43 pm
- Forum: General
- Topic: Get record count as a User Variable
- Replies: 7
- Views: 2439
- Wed Dec 17, 2014 3:22 pm
- Forum: General
- Topic: Get record count as a User Variable
- Replies: 7
- Views: 2439
It's been discussed quite a bit so there's a lot to wade through when you search for it. I've found a fairly representative example in this post. If that all gets too complicated, you could always simply write the count to a flat file and then use something to read it back into the sequence job... i...
- Wed Dec 17, 2014 1:05 pm
- Forum: General
- Topic: dsjob utility PID not terminating/ending in UNIX environment
- Replies: 9
- Views: 3979
- Wed Dec 17, 2014 1:03 pm
- Forum: General
- Topic: Get record count as a User Variable
- Replies: 7
- Views: 2439
- Tue Dec 16, 2014 2:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to preserve the formatting (spaces) in varchar field
- Replies: 6
- Views: 1962
I would wager that your spacing is just fine as it's not something that DataStage would change. Betting that it is whatever tool you are using to view the data after it has been inserted - it's probably using a proportional font which makes it look messed up when in fact it isn't. Try forcing it to ...
- Tue Dec 16, 2014 11:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to preserve the formatting (spaces) in varchar field
- Replies: 6
- Views: 1962
Re: How to preserve the formatting (spaces) in varchar field
Sure. Upload it to a file sharing site and then use the [Img] tags.UAUITSBI wrote:I think my post is not showing the formatting issue correctly though it did while typing. Is there a way I can attach a screenshot in the post ?
- Tue Dec 16, 2014 11:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to preserve the formatting (spaces) in varchar field
- Replies: 6
- Views: 1962
You'll need to be more specific as to your exact issue as all of your formatting is removed by the forum software unless you use
Code: Select all
tags.
ps. DataStage doesn't change spaces in a string unless you code it to do so.- Tue Dec 16, 2014 2:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert EBCDIC Hexcode to EBCDIC Character
- Replies: 10
- Views: 4630
- Mon Dec 15, 2014 12:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert EBCDIC Hexcode to EBCDIC Character
- Replies: 10
- Views: 4630
- Mon Dec 15, 2014 11:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle commit
- Replies: 3
- Views: 2218
It's far too late to rollback anything except Job3's work if Job3 fails. The work done in any previous jobs has already been comitted so no rollback is possible. If you really want the data gone you need to run some kind of 'cleanup' job to do that provided you have some way to identify the records ...
- Mon Dec 15, 2014 11:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert EBCDIC Hexcode to EBCDIC Character
- Replies: 10
- Views: 4630
- Sun Dec 14, 2014 10:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to replace special characters in datastage 8.7 Versio
- Replies: 3
- Views: 3635
I'm a little lost... why not show us the code you are using? What are you trying to replace them with or are you in fact trying to strip them? Also unclear why you would be worried about hexadecimal anything when all characters have a decimal equivalent. EReplace is useful when you need to replace a...
- Sat Dec 13, 2014 8:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Nodes
- Replies: 3
- Views: 1609
Or attend some training if you haven't yet. FYI - one of the first things we check when we see someone new on the site is how they rank themselves when they set up their profile. You've marked yourself for DataStage as a 5 for Teacher level, no offense but you might want to dial that down a notch. A...