Search found 42189 matches

by chulett
Sun Nov 20, 2011 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset row count
Replies: 7
Views: 2669

Do an exact search here for "Controller problem: Unhandled failure".
by chulett
Sat Nov 19, 2011 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To generat a report in particular format
Replies: 2
Views: 981

Build the list of columns first, setting a stage variable to "col" when empty and ",col" when not. After all have been checked append " is null" to it if it is not empty when you add it to the output row or use "No null column" if it is.
by chulett
Sat Nov 19, 2011 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To generat a report in particular format
Replies: 2
Views: 981

Fixed your examples for you. You need to use

Code: Select all

 tags to preserve whitespace.
by chulett
Sat Nov 19, 2011 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Vertical Pivot in Server Job
Replies: 1
Views: 1701

It's still a vertical pivot, it's just that you have no stage to automate that in Server jobs. However, there are techniques (generally involving a transformer and stage variables) that have been documented here quite a number of times. Rather than me typing it all in again, please do an exact searc...
by chulett
Sat Nov 19, 2011 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Unique IDs Based on Timestamp with Milliseconds
Replies: 12
Views: 6295

That's the one. Don't forget you'll need to shut down DataStage before making any change to uvconfig and then run uvregen before restarting it.
by chulett
Fri Nov 18, 2011 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data not loaded into target should be collected
Replies: 4
Views: 1272

Help us understand what "missed" means here. The records that failed one or more lookups? Were rejected by the target stage?
by chulett
Fri Nov 18, 2011 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Unique IDs Based on Timestamp with Milliseconds
Replies: 12
Views: 6295

I don't recall the setting name but you can bump it up past the default of 15. Or you can switch to the "string math" functions like sadd which will not have that limitation.
by chulett
Fri Nov 18, 2011 2:19 pm
Forum: General
Topic: Parameters for executable jobs
Replies: 7
Views: 2080

Exactly. Everything still works and the jobs run the same it's just that you don't have access to the "design time" information - you have nothing to open in the Designer.
by chulett
Fri Nov 18, 2011 10:26 am
Forum: General
Topic: DataStage job failed with return code : 269
Replies: 12
Views: 9455

When your script uses dsjob what "wait" option does it use? Is it "-wait" or "-jobstatus"?
by chulett
Fri Nov 18, 2011 9:06 am
Forum: Site/Forum
Topic: I've had this feeling a few times
Replies: 2
Views: 3588

Ah yes, my old alias. :wink:
by chulett
Fri Nov 18, 2011 9:02 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Manually Configuring Web Service Pack
Replies: 10
Views: 10992

Why not just ask in your post? I'm sure the people who suggested it would be happy to tell you how to do that if you are unsure.
by chulett
Fri Nov 18, 2011 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why all the Sequential file stages cant start at the same ?
Replies: 4
Views: 1703

There's a difference between starting and starting to return records.
by chulett
Fri Nov 18, 2011 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code usage from Server jobs environment to Parallel jobs ???
Replies: 5
Views: 1467

Re: Code usage from Server jobs environment to Parallel jobs

1.How to parameter jobs without code modifications for file creation everytime?? Ray may have undestood this question but I have no clue what you are asking. Are you asking if you can add parameters to a job without modifying the job itself? Again wondering what exactly "code" means in th...
by chulett
Fri Nov 18, 2011 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code usage from Server jobs environment to Parallel jobs ???
Replies: 5
Views: 1467

Please clarify what you mean by "DataStage code". Tt seems you are not including the actual jobs in that statement but rather all of the ancillary supporting objects like scripts, source files, etc? Is that true? :?
by chulett
Fri Nov 18, 2011 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Results
Replies: 3
Views: 853

Perhaps something like?

INDEX('ALPS', (if expression = '' then '~' else expression),1)