Search found 42189 matches

by chulett
Tue Nov 18, 2014 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Substring function when find a dash
Replies: 7
Views: 3923

Show us your input string, the derivation you are using, the output you are getting and what you want it to be.
by chulett
Tue Nov 18, 2014 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creation of sequential files using a dynamic parameter
Replies: 3
Views: 1698

Look up the "Target/Write Method" property in the Parallel Job Developer's Guide or the online help. It allows you to specify a field as a "Key" and then use that key value in the filename.
by chulett
Mon Nov 17, 2014 10:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion (YYYY-MM-DD to MM-DD-YYYY)
Replies: 6
Views: 3348

Hopefully your target field is a string. True DATE data types are just an internal number and thus have no format so I do believe you can skip the IConv and try it with the OConv alone. Either that or leverage whatever DB2 uses for a "to char" function directly in the source SQL.
by chulett
Mon Nov 17, 2014 4:13 pm
Forum: General
Topic: Autosys JOB is not waiting for the Shell Script to complete
Replies: 9
Views: 3588

I don't believe there is a DataStage component to this and thus no use of dsjob... best I can tell, anywho.
by chulett
Mon Nov 17, 2014 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round to nearest tenth
Replies: 3
Views: 1933

Hmmm... mod? Mod by 10 and then add the remainer? Decimal values you may need to round up first, me thinks.
by chulett
Mon Nov 17, 2014 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Substring function when find a dash
Replies: 7
Views: 3923

Use Index() to find the correct dash and then use the position it returns in your substring.
by chulett
Mon Nov 17, 2014 8:27 am
Forum: General
Topic: Information Server Databases and Oracle RAC
Replies: 3
Views: 2628

Any update on this?
by chulett
Mon Nov 17, 2014 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datasliceid clarification
Replies: 2
Views: 2966

Why not try it and see? Assuming it's a contiguous number, your mod() mechanism would distribute them fairly evenly. However - the results of the mod would be 0-3 so you'd need to subtract 1 from the node-number in your expression for the check to work properly.
by chulett
Sun Nov 16, 2014 9:13 pm
Forum: General
Topic: Autosys JOB is not waiting for the Shell Script to complete
Replies: 9
Views: 3588

So... not a DataStage issue or question. Probably better to ask this on an Autosys support forum. Regardless, my previous reply still stands - there's obviously something incorrect in your script if it only works correctly when run manually.
by chulett
Sat Nov 15, 2014 11:58 pm
Forum: General
Topic: Autosys JOB is not waiting for the Shell Script to complete
Replies: 9
Views: 3588

A little lost. :? Is this actually a DataStage question or are you simply having a problem using Autosys to run a shell script? For the latter I'm going to give you some standard advice for shell scripts, especially for ones that 'work perfectly' when run manually but fail in some fashion when run u...
by chulett
Sat Nov 15, 2014 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datasliceid clarification
Replies: 2
Views: 2966

"node-number" would be 1,2,3 or 4 in your case. As for the Netezza specific questions you keep asking, those should be going to your DBA.
by chulett
Sat Nov 15, 2014 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_IMPORT_HANDLE_SHORT env var
Replies: 1
Views: 2226

Interesting... trying to make up for some of the discrepancies between PX and Server handling, it would seem.
by chulett
Fri Nov 14, 2014 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset : size of data file change after orchadmin cp
Replies: 11
Views: 7097

OK, so no. Your question implied that they were. In that case I would stick with the previous explanation.
by chulett
Fri Nov 14, 2014 3:29 pm
Forum: General
Topic: Switching Data Centers - Challenges
Replies: 9
Views: 2688

qt_ky wrote:I really doubt that the IP address is embedded anywhere in the software. We have changed IP addresses on our servers without incident.
Yah my bad, went back and searched for some of the topics I thought I was remembering on the subject and it is the host names that are the key.