Search found 15603 matches

by ArndW
Mon Oct 01, 2007 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple readers on a Seq File
Replies: 2
Views: 637

Sure, it isn't too difficult to make the job use multiple readers. Each 'reader' defines a sequential file stage then a transform to filter out unwanted records [i.e. use MOD(RowNum,#ofReaders)=0] then going to a link collector stage. But it would be surprising if the sequential file read were the a...
by ArndW
Sun Sep 30, 2007 8:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Memory Size Isuue
Replies: 5
Views: 1952

Ray - you've done the needful. Thanks.
by ArndW
Sun Sep 30, 2007 8:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg: Date Dimension load
Replies: 6
Views: 1653

There is no direct function to get quarter, but you could extract the month number, then take the truncated result of dividing by 4.
by ArndW
Sat Sep 29, 2007 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate Hex(15) in Seq File
Replies: 7
Views: 2108

NAK is char 15, not char 21. I don't know where you picked up the 21 from.
by ArndW
Sat Sep 29, 2007 5:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade to EE
Replies: 4
Views: 1121

Unless you intend on using the new EE functionality there is not much that needs to be done, the existing server jobs will run as they did before. EE might look similar to server, but it is a different product altogether and the first thing you should think of doing is enrolling in training. Many of...
by ArndW
Sat Sep 29, 2007 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command output of ExecCommand
Replies: 24
Views: 14220

You are trying to do too many things at once. Take a step back and debug step-by-step. Create a job with just the command stage and then use a routine activity calling UtilityMessageToLog to output your ExecCmd.$CommandOutput value. Is it what you expected? Is the first line actually the output you ...
by ArndW
Sat Sep 29, 2007 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate Hex(15) in Seq File
Replies: 7
Views: 2108

Hello and welcome to DSXchange.

The transform stage will let you use the CHAR(15) function to generate this character.
by ArndW
Sat Sep 29, 2007 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing numeric and string value
Replies: 3
Views: 1178

In order to do the comparison an implicit conversion is done, after which the two values are identical.
by ArndW
Sat Sep 29, 2007 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calculating no of days from timestamp values
Replies: 6
Views: 1811

"YYYY-MM-DD" is an invalid conversion code, use "D4-YMD" instead.
by ArndW
Sat Sep 29, 2007 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command output of ExecCommand
Replies: 24
Views: 14220

That means that one (or more) of your job activity command parameter values are of the incorrect type.
by ArndW
Sat Sep 29, 2007 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After-job routine returned error: No error
Replies: 7
Views: 2104

That is not the way it works; if the routine is successful then it will execute the after-job, otherwise it won't execute the after-job routine.
by ArndW
Sat Sep 29, 2007 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Transformer
Replies: 2
Views: 776

The correct variable to use is "@OUTROWNUM"
by ArndW
Fri Sep 28, 2007 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear the RT_LOG file for a specified date logs
Replies: 3
Views: 1563

Yes, it can be done. But it involves writing some DS/BASIC code. It is simpler and safer to use the auto-purge settings to let DataStage do this work for you automatically.
by ArndW
Fri Sep 28, 2007 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command output of ExecCommand
Replies: 24
Views: 14220

Try outputting "ReadFile.$CommandOutput" to a message in the logfile in your job sequence to see the contents.
by ArndW
Fri Sep 28, 2007 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find parameter file record DSParams in &UFD&
Replies: 12
Views: 10036

If you start a dssh session or go into the Administrator, what is the output when you issue the command "LIST &UFD& DSParams"?