Search found 42189 matches

by chulett
Tue Aug 31, 2010 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation logic - need to grab substring
Replies: 15
Views: 4244

hemanthakumar wrote:i applied the logic, but its giving wrong result.
You'd have to show us how you "applied" it and what results you saw as it should have worked just fine. And, like most things, there are multiple solutions to most problems - dcount and field being one such example.
by chulett
Tue Aug 31, 2010 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence number within the Job
Replies: 8
Views: 2223

True, FMT would be another option. I don't recall what '%' means off the top of my head, I would usually specify a zero as the pad character:

Code: Select all

FMT(DSLink34.SEQ_NO,"R'0'9")
by chulett
Tue Aug 31, 2010 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence number within the Job
Replies: 8
Views: 2223

In your Oracle select, use to_char() with the appropriate mask to select it in that format. Inside the job, lpad() would do the trick.
by chulett
Tue Aug 31, 2010 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to configure a unix server for datastage client
Replies: 11
Views: 3467

FTP would be one answer. Depending on what exactly you are doing, you may be able to use the FTP stage for that, and there's always command line ftp you could script for landed data.
by chulett
Tue Aug 31, 2010 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation logic - need to grab substring
Replies: 15
Views: 4244

Index() would find the position of the "-" and then you conditionally substring off everthing after it. Or not.
by chulett
Tue Aug 31, 2010 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to send datastage director log details to database
Replies: 5
Views: 3728

Ah... if you just mean you want to store them in the XMETA repository rather than the 'old Universe RT_xxx tables, then yes that's a setting. Search here for RTLooging or ORLogging for the details.
by chulett
Tue Aug 31, 2010 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to send datastage director log details to database
Replies: 5
Views: 3728

In other words you need to build a process to extract the log information you need and then load it to your target of choice. If you search here for ETLStats you'll find a free framework to do just that written by our friend Kim Duke, you can use or extend that.
by chulett
Tue Aug 31, 2010 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set Parameter Value Dynamcially
Replies: 2
Views: 1218

For the latter, search the forums here for SetUserStatus.
by chulett
Tue Aug 31, 2010 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data loading from varchar to char field
Replies: 8
Views: 3301

$APT_STRING_PADCHAR controls that and the default is a hex zero. Change it to a hex 20 to pad with spaces.
by chulett
Tue Aug 31, 2010 6:09 am
Forum: General
Topic: Univers : how to get jobs dependency
Replies: 10
Views: 4059

The same query that the dssearch command runs? :wink:
by chulett
Mon Aug 30, 2010 8:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs with multiple aggregator is failling
Replies: 2
Views: 2308

How are you sorting? From the other posts you would have seen the need to declare this new sorted order in the Aggregator stage, did you?
by chulett
Mon Aug 30, 2010 8:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To call a shellscript within User Defined Server Routine
Replies: 9
Views: 2509

Ah... been awhile, forgot the 'SH' rather than 'UNIX' part.
by chulett
Mon Aug 30, 2010 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is RTLogging & ORLogging ?
Replies: 5
Views: 3540

Got nothing to to with metadata, see Andy's post here.
by chulett
Mon Aug 30, 2010 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unhandled CodePoint: C600
Replies: 2
Views: 1456

Nope... can you post the complete, unedited error, please?