Search found 53125 matches

by ray.wurlod
Tue May 13, 2008 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join two sequential files in to one file
Replies: 10
Views: 2051

It's not clear from your description. Do you want to select rows alternately from each of the two source files? Are there any other constraints that you haven't included? Are the source files guaranteed to have the same number of rows as the other?
by ray.wurlod
Tue May 13, 2008 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: subtract interval from timestamp
Replies: 4
Views: 1621

You might find it easier to convert the time within DataStage. Split the timestamp into date and time components, and perform the arithmetic. A small routine is probably easiest. FUNCTION AddHoursToTimestamp(TheTimestamp,Hours) * Error handling has been omitted for clarity. * I have assumed ...
by ray.wurlod
Tue May 13, 2008 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS jobs
Replies: 13
Views: 3492

DO NOT, whatever you do, attempt to edit these objects using a UNIX editor. You WILL corrupt them by doing so.
by ray.wurlod
Tue May 13, 2008 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameter
Replies: 9
Views: 1869

That's true. Even if you disable prompting for all parameters, the Job Run Options dialog will appear, in case you want to enable stage tracing, set limits, and so on. I don't believe this can be disabled.
by ray.wurlod
Tue May 13, 2008 4:25 pm
Forum: General
Topic: implement "Transaction Control" like Informatica
Replies: 1
Views: 1986

Most stage types that connect to database tables have a property called something like "rows/transaction". This governs how frequently a COMMIT is sent. It is based purely on row count, not on any grouping in the data. In server jobs there is also the ability to perform "tranaction control" in an OD...
by ray.wurlod
Tue May 13, 2008 4:22 pm
Forum: General
Topic: What is SCD.How we in Data Stage
Replies: 13
Views: 20477

Type 4 : Like Type 2, but the history is maintained in a separate table.
by ray.wurlod
Tue May 13, 2008 4:21 pm
Forum: General
Topic: Invalid Character value for cast specification
Replies: 1
Views: 1514

No. DataStage reports everything that is returned from the data source or, in this case, the ODBC driver. That's all you get. That's all you can get. One of the values in your data is inappropriate for the data type to which you are directing it. I'm also curious about the leading "." on the table n...
by ray.wurlod
Tue May 13, 2008 4:17 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Which is latest version of Datastage
Replies: 10
Views: 19981

I am not certain. There may be an 8.0.2 for some platforms. Check the IBM website or your account rep for up to date details.
by ray.wurlod
Tue May 13, 2008 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: mod stage
Replies: 3
Views: 2250

You can save a Decimal(38,0) in a String(max=40) but not successfully in a String(2). Think about why that is.
by ray.wurlod
Tue May 13, 2008 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executable file of a DS Job
Replies: 26
Views: 17921

DSBINARY relates to version 5.2 and earlier. DSBPBINARY was introduced (as a direct replacement) in version 6.0.
by ray.wurlod
Tue May 13, 2008 5:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameter
Replies: 9
Views: 1869

The only way to suppress prompting for job parameter values is via the Set Defaults option in the Job menu in Director.
by ray.wurlod
Tue May 13, 2008 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using variable name as source file path
Replies: 9
Views: 1778

The prompt will appear even if the job parameter is an environment variable. You can prevent the prompt from appearing using Set Defaults from the Job menu in Director.
by ray.wurlod
Tue May 13, 2008 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge 2 files into 1
Replies: 14
Views: 5174

Code: Select all

              HashedFile2
                   |
                   |
                   V
HashedFile1 ---> Transfomer ---> Target
by ray.wurlod
Tue May 13, 2008 4:41 am
Forum: General
Topic: Update to SDKSequences hungs
Replies: 7
Views: 4260

What happens if you execute

Code: Select all

SELECT @ID, F1 FROM SDKSequenes USING DICT VOC;
?
by ray.wurlod
Tue May 13, 2008 4:34 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Which is latest version of Datastage
Replies: 10
Views: 19981

WTX = WebSphere Transformation extender, which is the successor to DataStage TX.

It is no longer a direct part of the DataStage family of products, and therefore is separately versioned.