Search found 42189 matches

by chulett
Thu Nov 14, 2013 8:14 am
Forum: General
Topic: XML Stage Edit assembly error
Replies: 3
Views: 1617

If this only happens to you on your PC then I would think the client should be uninstalled / reinstalled.
by chulett
Thu Nov 14, 2013 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partition doubt
Replies: 3
Views: 898

Never said anything about using Auto partitioning. Was wondering if you're concerned about which partitioning method the Data Set will use, why not set it to Hash in the Data Set stage itself? Maybe I'm misunderstanding what your "How do I make sure the hash partition on those keys which I have...
by chulett
Wed Nov 13, 2013 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partition doubt
Replies: 3
Views: 898

Why not set the partitioning directly in the Data Set?
by chulett
Wed Nov 13, 2013 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read PIC -9.9 in complex flat file
Replies: 5
Views: 2380

Hmmm... I'd try changing the FD to show PIC S9.9 for that column and see if that works.
by chulett
Wed Nov 13, 2013 5:27 pm
Forum: General
Topic: Operation Console 8.7 stopped working
Replies: 14
Views: 10700

You need to switch to DEBUG, this should be helpful: https://www-304.ibm.com/support/docview ... wg21509567
by chulett
Wed Nov 13, 2013 12:09 pm
Forum: General
Topic: records as parameter to DB
Replies: 5
Views: 1152

If you need to manipulate the value and then send it in as a job parameter then you'll need two jobs and a Sequence. And he specifically noted a Server job for the first step so you can leverage USERSTATUS which makes the transfer of data between the jobs trivial.
by chulett
Wed Nov 13, 2013 10:27 am
Forum: General
Topic: records as parameter to DB
Replies: 5
Views: 1152

suryadev wrote:Please suggest how to store that value and pass it in the query for the Table2 in parallel job
He did.
by chulett
Tue Nov 12, 2013 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple job has to write to a single file
Replies: 6
Views: 1399

It's not strange, it's the nature of sequential media which supports multiple readers but only a single writer. You'd need to sequence your jobs so they append their output.
by chulett
Tue Nov 12, 2013 12:47 pm
Forum: General
Topic: Controlling Multiple instance of a job
Replies: 1
Views: 670

Your script would have to count the number of times the job had been launched and stop at 5. You could also monitor the number running and when it drops below 5, launch more until it is back at 5. Repeat until you run out of table names.
by chulett
Tue Nov 12, 2013 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RmDp_3: When checking operator: User inserted sort "Srt
Replies: 6
Views: 3678

If that was true, you wouldn't be seeing the warning.
by chulett
Tue Nov 12, 2013 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RmDp_3: When checking operator: User inserted sort "Srt
Replies: 6
Views: 3678

The keys you are using in the Remove Duplicates stage do not match with the keys you sorted on before it.
by chulett
Mon Nov 11, 2013 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 5
Views: 2756

Probably. I'd check the release notes for your version or ping support. It could also be something that changed in the Oracle client version, if that was upgraded between the DataStage versions. Ray is correct though, neither of those string sizes make sense for "working perfectly", it nee...
by chulett
Mon Nov 11, 2013 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 5
Views: 2756

You were taking advantage of a bug in the earlier version, something they fixed in a later release. Not exactly an uncommon occurrence.