Search found 42189 matches

by chulett
Mon Nov 28, 2005 12:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS question re: Spanish characters
Replies: 13
Views: 5482

ArndW wrote:If you output the strings to a sequential file after reading them are they already incorrect?

Good to hear. Not sure on this, let me check...

Sorry, but I'll need some clarification on what you mean by 'conversion in DS is none' and what the 'correct ENV settings for Oracle' would be.
by chulett
Mon Nov 28, 2005 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS question re: Spanish characters
Replies: 13
Views: 5482

NLS question re: Spanish characters

Ok, I'll be the first to admit I'm an NLS virgin - I understand the concept but haven't had a need yet to work outside of the default, non-NLS-enabled character set. I'm not even sure how to check what the character set is when NLS is not enabled. So, I have a question... Both source and target data...
by chulett
Mon Nov 28, 2005 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of Named pipes in sequential file
Replies: 23
Views: 5264

The 'File Name' would need to be the complete path to the pipe. Don't forget you need something to write to the pipe as well, assuming this job is the 'reader' job. :wink:
by chulett
Mon Nov 28, 2005 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Validation in DataStage
Replies: 2
Views: 2319

Do you mean that you've enabled the 'Validate Output XML' option in the stage? In the documentation, it states that you need to reference the schema to check against in your doucment using the schemaLocation attribute, did you do that as well?
by chulett
Mon Nov 28, 2005 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot append %DateIn Metatags to target DRS
Replies: 6
Views: 1880

Have you considered doing the equivalent in the job before sending it off to the DRS stage?
by chulett
Mon Nov 28, 2005 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: varying count of delimiter
Replies: 9
Views: 2250

As Arnd notes, your example doesn't help illustrate your situation at all. And there isn't a question in your post unless "which will go to first field" is really "which will go to first field?"? You should probably look at the Field function to bring the individual fields out, but we need a better ...
by chulett
Mon Nov 28, 2005 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional lookup using hased files
Replies: 13
Views: 3878

The original subject, "Condition lookup", means that the second lookup is only attempted should the first lookup meet a condition. All lookups in a single tranformer are always attempted. Constraints have no impact whether a reference SQL is fired or a hash reference read is made. Never said that t...
by chulett
Sun Nov 27, 2005 10:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional lookup using hased files
Replies: 13
Views: 3878

Exactly.
by chulett
Sun Nov 27, 2005 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log for Multiple instance
Replies: 14
Views: 3662

It will be the current default for any new jobs created in the project post change.

If you want to change it for your multi-instance job, change it for that one. You can override the default, ya know.
by chulett
Sat Nov 26, 2005 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to use setzero function-want to know how to use that
Replies: 1
Views: 641

Re: want to use setzero function-want to know how to use tha

Welcome aboard, Sandy. :D Rather than rush down the Yellow Brick Road and pursue a function that may or may not help or even exist, how about expanding on this for us: I am unable to compare zero values. How are you unable to do this? What have you tried and what kind of problems or errors have you ...
by chulett
Sat Nov 26, 2005 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_CONFIG 1342 - Unable to write record to file
Replies: 4
Views: 5417

Re: RT_CONFIG 1342 - Unable to write record to file

When I am trying to save or compile jobs, I am getting this eeror - Unable to write record <Job Name> to file RT_CONFIG 1342 This has been happening frequently now, and has been hampering my developmnet a lot. An someone please tell me what this error is, or how this can be dealt with. Once this co...
by chulett
Fri Nov 25, 2005 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-pipe (or non-virtual data set) with .v in its name
Replies: 5
Views: 3412

You should be able to search for the key words in the error as it has been discussed here before - this being one such example.
by chulett
Fri Nov 25, 2005 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional lookup using hased files
Replies: 13
Views: 3878

Or just have it do both lookups and check them in the proper order. No need for stage variables or extra links, really. For something as simple as this I don't see a need to go to the trouble of Link Collectors and all that, but it should be kept in mind for the future. Your post has almost the exac...
by chulett
Fri Nov 25, 2005 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String -> XML out
Replies: 3
Views: 946

Welcome Aboard. :D Have you read the 'XML Pack Designer Guide' pdf? It will help with the process of using the various stages, but a lot comes from experimentation - and it *is* a lot to absorb. You should be able to get what you need from the XML Output stage. More information would help here. What...
by chulett
Fri Nov 25, 2005 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in sequencer job
Replies: 4
Views: 1291

How to notify the job? You mean, how to have the job notify you? That would be through the use of the Notification Activity stage, oddly enough. It is used to send an email, typically when something goes wrong but could be for any purpose where notification is required. Suggest you read the Designer...