Search found 42189 matches

by chulett
Wed May 04, 2016 4:04 pm
Forum: General
Topic: IIS 11.5: MultiClient Manager fails to switch versions
Replies: 3
Views: 2065

Support.
by chulett
Wed May 04, 2016 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot Dynamic Array Size
Replies: 5
Views: 5159

Others will need to chime in here but I'm not aware of any way to make that Array Size in the stage 'dynamic', so thinking you'll need to handle whatever passes for the maximum number of records to pivot to columns. I wonder if transformer looping would be a better option here? And then it seems to ...
by chulett
Wed May 04, 2016 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregation and fetch values based on the logic
Replies: 2
Views: 2328

:idea: People, please make use of the Preview option if you are posting something that you expect to look a certain way, like the examples above. Then you can perfect them and make them actually usable rather than making me do that. The forum software removes all 'extra' whitespace so if you want to...
by chulett
Tue May 03, 2016 11:23 pm
Forum: General
Topic: Happy Star Wars Day !
Replies: 3
Views: 2196

LOL
by chulett
Tue May 03, 2016 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL query character limit
Replies: 7
Views: 3509

Okay... the view would hide all of the looping / iterations / grouping shenanigans from DataStage and just look like a straight select from a single table so seems to me it shouldn't really need to be any kind of 97K characters huge... but okay. :?
by chulett
Tue May 03, 2016 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL query character limit
Replies: 7
Views: 3509

Can you put a view over all that, source from the view instead?
by chulett
Tue May 03, 2016 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL query character limit
Replies: 7
Views: 3509

Not really... does it really need to be user defined? Curious also what you mean by "loops" in the SQL.
by chulett
Tue May 03, 2016 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle multiple reject links in parallel jobs
Replies: 9
Views: 2714

Then that should be pretty straight forward.
by chulett
Tue May 03, 2016 8:01 am
Forum: General
Topic: scheduling - possible corruption issue
Replies: 5
Views: 2244

Wow, that's still going on? From what I recall, it does stash them somewhere so cron has access to them but don't recall the where. And I seem to recall a change to a schedule possibly triggering that so we would delete and recreate it instead. Sorry, got nothing else except this right now: :? I thi...
by chulett
Tue May 03, 2016 7:57 am
Forum: General
Topic: create a job to go through all the reject output files
Replies: 6
Views: 1745

That doesn't sound like any kind of a summary. Use whatever you are most comfortable with to create the summary - Server job, Parallel job, script - if your rejects are plain text files than any of those could be used. And IMHO create one file with a summary of all rejects and attach that, the Notif...
by chulett
Tue May 03, 2016 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wild card character not working
Replies: 10
Views: 3743

Seems to be an issue specific to Windows from what I could find.
by chulett
Mon May 02, 2016 11:10 pm
Forum: General
Topic: create a job to go through all the reject output files
Replies: 6
Views: 1745

Not sure there's any need for a "routine" quite yet. A Sequence job can easily be used to create a file and then email that as an attachment. I think we'd need to know a bit more about what you mean by "a summary" to provide more help. If your reject files are all datasets then y...
by chulett
Mon May 02, 2016 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle multiple reject links in parallel jobs
Replies: 9
Views: 2714

Out of curiosity, what kind of "processing" do you need to do with them?
by chulett
Mon May 02, 2016 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wild card character not working
Replies: 10
Views: 3743

Can you be more specific about what "not working" means here? If you are getting an error, please post it. Both of those are perfectly valid DOS/Windows wildcard patterns that work just fine from a command line so not really sure why they wouldn't as a File Pattern. SRS_????????.csv SRS_??...