Search found 42189 matches

by chulett
Mon May 04, 2015 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output with recursive fields
Replies: 8
Views: 1969

mpunktmayer wrote:The example below was not real.
I tried to describe my problem as easy as possible.
ps. Never a good idea. Real examples get you real answers.
by chulett
Mon May 04, 2015 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read EBCIDIC file
Replies: 8
Views: 1361

Yes. Of course the metadata will need to be correct, match the COBOL FD.

And just me being anal again but there's only one "I" in EBCDIC.
by chulett
Sun May 03, 2015 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read EBCIDIC file
Replies: 8
Views: 1361

Also, this FAQ post may help as well:

viewtopic.php?t=143596
by chulett
Sun May 03, 2015 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read EBCIDIC file
Replies: 8
Views: 1361

'Directly' in what sense? COBOL picture clauses are noted here and can be a little odd / confusing if you've never worked with them before. You are correct in that X is character and 9 is numeric but the addition of an S means the number is signed (+/-) so you have to account for it in the size. Tha...
by chulett
Sun May 03, 2015 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read EBCIDIC file
Replies: 8
Views: 1361

1. CFF as that is exactly what it was built for.
2. Pretty sure you can read them directly but technically S9(4) would be a CHAR(5).
by chulett
Fri May 01, 2015 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hungs up when trying to update table
Replies: 5
Views: 3083

So not hung up or 'locked' but rather just... slow. From the full table scan each update had to perform.
by chulett
Thu Apr 30, 2015 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call SSIS package from DataStage 9.1
Replies: 9
Views: 3473

That would have been my next question. :wink:
by chulett
Thu Apr 30, 2015 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge/Join Stage
Replies: 6
Views: 1598

It's hard for anyone to say anything other than 'ensure there are no data issues that will cause rejects'. Look at why those 16 (that I assume you think shouldn't be) are getting rejected and see what you can do about them. Design issue? Settings? Data? If you need more help we would need much more ...
by chulett
Thu Apr 30, 2015 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge/Join Stage
Replies: 6
Views: 1598

From what I recall, those 'errors' are normal when (for example) there is no matching master record and they would go down the reject link you should have in place. And apparently you should get 100 of them. Ignore them. Do you get the 100 that you want as well, not rejected? And the Merge stage req...
by chulett
Thu Apr 30, 2015 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge/Join Stage
Replies: 6
Views: 1598

What makes you think you can't merge them? Have you tried? If you have and you had either errors or unexpected results, explain for us what you did and what results you had.
by chulett
Thu Apr 30, 2015 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call SSIS package from DataStage 9.1
Replies: 9
Views: 3473

How would you call it if you weren't using DataStage?
by chulett
Thu Apr 30, 2015 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading flat files with multiple record types in different t
Replies: 1
Views: 1018

You're not going to be able to design a job that dynamically adjusts the number of target tables. You can, however, design one that targets all known target tables where not all will actually receive data during any given run. And yes, the CFF can handle multiple record types but there are other mec...
by chulett
Thu Apr 30, 2015 8:58 am
Forum: General
Topic: Oracle 12c supported?
Replies: 8
Views: 10551

Version.