Search found 42189 matches

by chulett
Fri Jul 03, 2009 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: installation issue
Replies: 6
Views: 1734

Then you need to ask that. That 'process to follow' is fully documented. As to your other qestions:

1) Depends on if your have MQ installed on your DataStage server or not, from what little I know, never having played with it.

2) That one should be obvious based on what you posted.
by chulett
Fri Jul 03, 2009 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert numeric value to COMP data type
Replies: 10
Views: 3070

If you're asking if the Server Sequential File stage can automatically write EBCDIC and/or COMP fields, the answer is no. From what I recall, the PX stage can, however.
by chulett
Fri Jul 03, 2009 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the advantage of audit logs in datastage
Replies: 9
Views: 2471

In datastage how to implement the audit logs mechanism :idea: When someone asks you to explain what you mean, you cannot simply repeat the same string of words over and over. You rephrase, you explain using different words, you go into details so people know what you need help with rather than havi...
by chulett
Fri Jul 03, 2009 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert numeric value to COMP data type
Replies: 10
Views: 3070

ArndW wrote:Since the CFF stage is only for reading and that original SDK cobol routines come from me, I'll supply a COMP-3 conversion routine.
Nice! Not sure I knew that... but I do now. :wink:
by chulett
Thu Jul 02, 2009 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert numeric value to COMP data type
Replies: 10
Views: 3070

Of course, really meant to mention that in my other post but somehow didn't.
by chulett
Thu Jul 02, 2009 9:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort the output file
Replies: 10
Views: 2347

Right, completely agree with your assessment of the non-involvement of the FTP stage proper.
by chulett
Thu Jul 02, 2009 6:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert numeric value to COMP data type
Replies: 10
Views: 3070

True... but for converting from those types not to them, from what I recall.
by chulett
Thu Jul 02, 2009 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load Tuning in PX8.1
Replies: 2
Views: 1309

You generally tune sql not loads but as noted, let's start with the gory details of what you are doing now, be it a bulk load or whatever.
by chulett
Thu Jul 02, 2009 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort the output file
Replies: 10
Views: 2347

Usually a Sequential File stage is feeding the FTP stage for a 'put' so I'm guessing that any 'resorting' may be coming from there if multiple nodes are involved.
by chulett
Thu Jul 02, 2009 2:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the Datastage port to communicate SQL server
Replies: 6
Views: 1979

There's no "port on the DataStage side" here, that is the one you need to have opened.
by chulett
Thu Jul 02, 2009 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the Datastage port to communicate SQL server
Replies: 6
Views: 1979

That sounds familiar... but one should still check to find out was it setup with as that default value is not guaranteed to have been used. Or just try it and then check if it doesn't work. :wink:
by chulett
Thu Jul 02, 2009 2:12 pm
Forum: General
Topic: Lookup issue
Replies: 6
Views: 1899

So, If I am understanding both the problem and Craig's explanation, the count on the hashed file link plus the count from the output link should equal the input count. If my understanding of the design is correct as well - that a reference hashed file of existing keys is checked and only new keys a...
by chulett
Thu Jul 02, 2009 1:39 pm
Forum: General
Topic: Lookup issue
Replies: 6
Views: 1899

There's only one output link from the transformer, so it doesn't really make sense to have it as a reject link. As noted, first double-check everything - that you are referencing the right hashed file, using a proper key value, etc etc. Then let us know what counts show in the monitor when you run t...
by chulett
Thu Jul 02, 2009 1:34 pm
Forum: General
Topic: Transactional Loading in Datastage
Replies: 11
Views: 4831

Sorry, any other option than aborting? No, not if you want the rollback to occur. Some stages have a 'Treat warnings as fatal' option you can check or you can run with a very low warning threshold (like 1 for example) but the job must abort. Or... I take that back. The ODBC stage does not enforce me...
by chulett
Thu Jul 02, 2009 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage in Parallel and Server
Replies: 10
Views: 5550

OK, that I've seen before and I don't recall if there is a true solution for this or even a good workaround. For some reason PX really doesn't handle those embedded quotes well in a quote delimited string, don't know why.

Hopefully somebody else will chime in here.