Search found 42189 matches

by chulett
Mon Apr 01, 2013 7:45 am
Forum: General
Topic: Language Pack for DataStage
Replies: 7
Views: 2823

매우 흥미로운

:wink:
by chulett
Mon Apr 01, 2013 7:14 am
Forum: General
Topic: Pass Current Job name to Shell Script
Replies: 5
Views: 2419

Perhaps equivalent but the officially documented InfoType is DSJ_JOBNAME with an underscore. There's also a macro you can use.
by chulett
Sun Mar 31, 2013 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to call a server routine in a Parallel Job
Replies: 1
Views: 1242

Yes. You can call it from a BASIC Transformer or a Server Shared Container in PX jobs. Or you can rewrite it.
by chulett
Sat Mar 30, 2013 3:20 pm
Forum: General
Topic: How to run the EXCUTE COMMAND stage parallal
Replies: 6
Views: 2079

... and here we are in the proper forum.
by chulett
Sat Mar 30, 2013 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with seq file in server jobs
Replies: 3
Views: 1684

... if you are certain that it is a space and not something more typical like a TAB.
by chulett
Fri Mar 29, 2013 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 20
Views: 4783

There's no aggregation needed here.

If you don't need to preserve the input order, what about using a Sort stage and having it add a group change key? You could then do what you need in stage variables after that.
by chulett
Fri Mar 29, 2013 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Decimal conversion
Replies: 3
Views: 1591

You use the StringToDecimal() function. Show us your syntax and some samples of the incoming data. Also, are you saying that you always get zeroes regardless of the original string value?
by chulett
Fri Mar 29, 2013 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 20
Views: 4783

No worries, that message was for everyone - not picking on you specifically. :wink:
by chulett
Fri Mar 29, 2013 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 20
Views: 4783

Hargun, you know the drill by now... what have you tried? What problems are you having? Your requirement seems pretty straight-forward so far.

Do you need to preserve the original file order? That's the only thing that might make this a little tricky.
by chulett
Fri Mar 29, 2013 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 20
Views: 4783

Cleaned up your example. :idea: People, please remember that you MUST use code tages if you want to preserve white-space in your super duper examples with (for example) columns of data. Otherwise the forum software removes all of your 'extra' spaces. It has been doing this for years, learn to love t...
by chulett
Fri Mar 29, 2013 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate xml output of below format
Replies: 7
Views: 1921

I'd also like to know your exact version of DataStage.
by chulett
Fri Mar 29, 2013 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate xml output of below format
Replies: 7
Views: 1921

Being "new to XML" could turn this into a long and painful conversation as it's not really something you could learn in a forum post or twelve. Is there anyone you work with who knows XML and could help? Most of what you'd need to do is not specific to DataStage, so don't let that scare so...
by chulett
Thu Mar 28, 2013 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Open commands in SQL Server Enterprise Stage
Replies: 5
Views: 1773

Typically, that would be a stored procedure written by the DBAs that you would have execute grants on. It would have the grants needed to do the truncate and could handle any RI constraints as well.
by chulett
Thu Mar 28, 2013 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import Oracle Table - Lengths multiplied by 3
Replies: 5
Views: 1695

I'm not sure if there is anything you can do about it other than manually edit it afterwords. You may find that you need to leave it that way when dealing with multi-byte charactersets, however. If your instances use "byte semantics" then this may be a needed workaround. Specifically, when...
by chulett
Thu Mar 28, 2013 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import Oracle Table - Lengths multiplied by 3
Replies: 5
Views: 1695

clarcombe wrote:As for the NLS_LANG, can different databases have different NLS_LANG values specified ?
Instance level.