Search found 42189 matches

by chulett
Tue Oct 01, 2013 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Manipulation
Replies: 9
Views: 3094

Is a string sort acceptable for that data? If so, you should be able to leave the field as a string and override the default Aggregator behavior that converts everything to double in the stage. There should be a 'Preserve Type' option in there somewhere that will accomplish that.
by chulett
Mon Sep 30, 2013 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Manipulation
Replies: 9
Views: 3094

Sure, you can certainly convert character data to numeric, that's what functions like StringToDecimal() are for. HOWEVER, it must be convertible - something '23 xyz' is not, if that's behind the question being asked.
by chulett
Mon Sep 30, 2013 3:15 pm
Forum: General
Topic: datastage installation in windows or linux
Replies: 4
Views: 1912

So... you are looking for the software? Guessing so from the 'or', this rather than looking for help installing the software that you already have. Yes?
by chulett
Mon Sep 30, 2013 11:22 am
Forum: General
Topic: running job new version of job without compiling sequence
Replies: 2
Views: 1072

Yes.
by chulett
Mon Sep 30, 2013 11:05 am
Forum: General
Topic: How to pause job execution for availability of the job
Replies: 3
Views: 2353

You could write a custom routine, use the API to check the status of the status of the job in question and then do whatever seems appropriate should it be running. Sleep, check again... repeat as needed. Use a routine activity stage before the job that may need to wait.
by chulett
Mon Sep 30, 2013 6:46 am
Forum: General
Topic: DataStage 7.5 extracting from Oracle 11g
Replies: 1
Views: 918

Continue to use the 10g client to access the 11g database, you should be fine. Vice versa? Not so much.
by chulett
Fri Sep 27, 2013 4:07 pm
Forum: General
Topic: Sequencer status inside another sequencer
Replies: 18
Views: 5595

You could do that. I assume you are talking about a new Sequence job here, you could also simply incorporate these four Routine stages into the existing "fifth Sequence". In either case you would have them run first, with all four trigger links going to a Sequencer set to "All" a...
by chulett
Fri Sep 27, 2013 1:00 pm
Forum: General
Topic: Mamu Kim hits 5000 posts
Replies: 4
Views: 926

We wish! :wink:
by chulett
Fri Sep 27, 2013 11:45 am
Forum: General
Topic: Mamu Kim hits 5000 posts
Replies: 4
Views: 926

8)

Seems like we need a big stickied post somewhere directing people with this popular request to Kim's site.
by chulett
Fri Sep 27, 2013 8:20 am
Forum: Site/Forum
Topic: Please block the user rydqddzem
Replies: 10
Views: 8400

Wowzers Andy, didn't know you had such powers. 8)

Thanks!
by chulett
Fri Sep 27, 2013 7:36 am
Forum: Site/Forum
Topic: Please block the user rydqddzem
Replies: 10
Views: 8400

It's always 'back'... as noted sometimes I kill them before you see them, sometimes they survive long enough (say, overnight) for people to notice. Not quite sure what's going on with Dennis lately, no reply or help shutting this stupid thing down. :? Problem is, without a better (bot-resistant) reg...
by chulett
Fri Sep 27, 2013 7:26 am
Forum: General
Topic: Sequencer status inside another sequencer
Replies: 18
Views: 5595

Or just one. I for one see no need for this to be any kind of 'generic' routine that you call four times. In your shoes I would have one dedicated routine that (one after the other) checks all four by name and then decides what to pass back based on the result. Did all four run successfully? Pass ba...
by chulett
Thu Sep 26, 2013 9:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Anonymous PL/SQL block - Oracle Connector
Replies: 3
Views: 3897

You set the Read Mode property to PL/SQL (this rather than 'Select') and then put your anonymous block of code in the Connector where you would otherwise have a SQL select. While there's no specific examples there is plenty of discussion on how to use PL/SQL in the connector to either read from or w...
by chulett
Thu Sep 26, 2013 7:19 am
Forum: General
Topic: Repository views do not match
Replies: 4
Views: 1777

Hey - Lance!

What Andy said. :wink:
by chulett
Wed Sep 25, 2013 12:11 pm
Forum: General
Topic: DataStage BackUp process
Replies: 11
Views: 7981

What exact version are you on?