Search found 42189 matches

by chulett
Thu Feb 09, 2012 9:25 pm
Forum: General
Topic: looping in sequencer
Replies: 11
Views: 3912

Because of the nature of your parameter, you need to write a procedure and build dynamic SQL that the proc executes. It's not about local variables, it's about the nature of the binding you are doing.
by chulett
Thu Feb 09, 2012 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically update parameter in XML filename
Replies: 2
Views: 857

I don't believe there is a way to control the XML Output's filename based on input data, at least not that I found in the versions I worked with. You give it a base name and you can control the split to a new filename with the Trigger Column, but you are stuck with the sequential numbering it does. ...
by chulett
Thu Feb 09, 2012 8:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with creating index on hash file
Replies: 12
Views: 3270

devnhi wrote:It is not taking OVERWRITING as the filename though :(..Anything wrong with my syntax?
I assumed you were creating the VOC record with SETFILE, hence the OVERWRITING comment. No clue why you'd be using ED. :?
by chulett
Thu Feb 09, 2012 8:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 904 Error
Replies: 7
Views: 1773

Sort the data by the grouping columns and then assert in the Aggregator that your input is sorted.
by chulett
Thu Feb 09, 2012 8:48 pm
Forum: General
Topic: Restoring VOC
Replies: 10
Views: 3578

SQUAWK?
by chulett
Thu Feb 09, 2012 12:17 pm
Forum: General
Topic: looping in sequencer
Replies: 11
Views: 3912

You have to write a procedure in the db and then call the procedure in the Stored Procedure stage, it won't run "procedure code" directly.
by chulett
Thu Feb 09, 2012 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ds job should run daily and pick the current date file.
Replies: 9
Views: 10247

I would argue against a "current date" file check but would implement an "unprocessed" file check. Move/archive the files elsewhere after processing so that anything found in that directory needs to be loaded, this allows you to catch up if need be.
by chulett
Thu Feb 09, 2012 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ds job should run daily and pick the current date file.
Replies: 9
Views: 10247

Something has to run to check the files, so yes a Sequence job would be appropriate and it could trigger the processing job only if a file is found.
by chulett
Thu Feb 09, 2012 10:11 am
Forum: General
Topic: Restoring VOC
Replies: 10
Views: 3578

Create a new (temporary) project and copy from there?
by chulett
Thu Feb 09, 2012 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ds job should run daily and pick the current date file.
Replies: 9
Views: 10247

Again, start by posting in the correct forum - the FAQ Discussion forum is not it.
by chulett
Thu Feb 09, 2012 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DTS Stage truncating SQL Reject message in RejectQ
Replies: 9
Views: 2814

No clue. Contact your official support provider.
by chulett
Thu Feb 09, 2012 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job CREATE/UPDATE
Replies: 15
Views: 13559

Start by posting in the correct forum.
by chulett
Thu Feb 09, 2012 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with creating index on hash file
Replies: 12
Views: 3270

Add the keyword OVERWRITTING to the command.
by chulett
Thu Feb 09, 2012 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Random() function
Replies: 8
Views: 5457

mouthou wrote:And also surprisingly it generates the same duplicate random numbers for the consequtive runs.
Not sure why, that's the way all "random" number generators work given the same seed value.
by chulett
Thu Feb 09, 2012 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Fattal while doing XML input stage operation
Replies: 5
Views: 2887

Show us exactly what you tried in the External Source stage.