Search found 15603 matches

by ArndW
Sun May 11, 2008 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored proc Stage and Oracle
Replies: 10
Views: 3220

Is your date column declared as VarChar() or DATE? I assume it is VarChar, as your SQL does a to_date() conversion on it.
by ArndW
Sun May 11, 2008 6:09 am
Forum: General
Topic: Article: Run-time Architecture of DataStage Server Jobs
Replies: 17
Views: 21035

...It is that wrong you consider and It should not be a false assertion as you yelled out. Not only that, the VLIST output of DSD_GenRuntime.B may tell you teh functionalities in a lucid manner. Besides that, DSD_CompileJob.B does call this Runtime program. Please verify that... Actually, I was cur...
by ArndW
Sun May 11, 2008 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored proc Stage and Oracle
Replies: 10
Views: 3220

In your first test, the date is the 5th parameter, in the second it is the 3rd.
by ArndW
Sun May 11, 2008 4:55 am
Forum: General
Topic: Article: Run-time Architecture of DataStage Server Jobs
Replies: 17
Views: 21035

Re: Article: Run-time Architecture of DataStage Server Jobs

[quote="ag_ram...directly calls one of the Run time Interfaces (the DataStage BASIC compiled Subroutines starting with name DSD_) DSD.GenRuntime.B (The DataStage Job Compiler internally)...[/quote] The only compiler in the DataStage Engine is the BASIC compiler, it is invoked with the "BASIC" comman...
by ArndW
Sun May 11, 2008 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file
Replies: 9
Views: 2213

Ok, time to [/fun], otherwise veera24 will think the worse of us.
by ArndW
Sun May 11, 2008 4:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with International Characters
Replies: 9
Views: 4682

veera24 - I can't explain your log contents since I don't know what they are. Note that the client software often displays characters that it cannot display correctly as a "?" question mark; you need to differentiate between an actual question-mark and a non-displayable character. I seriously doubt ...
by ArndW
Sun May 11, 2008 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored proc Stage and Oracle
Replies: 10
Views: 3220

It looks like the values of all 6 parameters are given as non-numeric. Which of your columns is defined as numeric?
by ArndW
Sun May 11, 2008 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between dataset and virtual dataset
Replies: 6
Views: 3222

pradeep_nov18 wrote:...i want to know how virtual dataset impact on dataset wat error we can face in real time regarding memory...
If you run out of virtual memory you can get a number of errors, ranging from "no space" to "unable to allocate memory".
by ArndW
Sun May 11, 2008 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with single quote in Job parameter.
Replies: 16
Views: 17445

minhajuddin - if the eCase isn't resolved then I don't understand why you are surprised that you can't pass a single quote in a parameter.
by ArndW
Sun May 11, 2008 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Conditional flow not happenening
Replies: 6
Views: 1566

What was the return value from your job activity?
by ArndW
Sat May 10, 2008 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file
Replies: 9
Views: 2213

Ok, I fixed it.

[DataStage][/Rules]
by ArndW
Sat May 10, 2008 4:08 am
Forum: General
Topic: Traceback error
Replies: 5
Views: 3200

do a "reset" of the job and check the job log for an entry starting with "from previous run..." and you will at least find out which signal caused the job to abort.
by ArndW
Sat May 10, 2008 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load XML files to message queue
Replies: 8
Views: 5454

Yes, you can use the XML Output stage to feed an MQ Connecter.
by ArndW
Sat May 10, 2008 3:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with International Characters
Replies: 9
Views: 4682

[quote="veera24... Before, make sure that there is no '?' symbol in it because I've faced the same problem long back. usually UTF8 wont support other usual symbols....[/quote] I've never had probems with other usual symbols and the Question mark character is definately supported in UTF8. Could you e...
by ArndW
Sat May 10, 2008 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file
Replies: 9
Views: 2213

Download the UniVerse System Description and read the chapter on UniVerse File Structures. Some of the are no longer supported in the DataStage server Engine but it will give you a good idea of where to start your experimentation.