Search found 15603 matches

by ArndW
Tue Sep 05, 2006 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incremental Loading in DS
Replies: 3
Views: 1328

Karthikgk0705,

If you keep the interview question numbers in your posts it makes it easier to keep track.
by ArndW
Tue Sep 05, 2006 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance statistics question
Replies: 5
Views: 1385

Mb/Minute isn't shown directly, you need to compute it from the number of rows * bytes-per-row and then divide that into the total runtime in minutes. The longer the runtimes the bette the results and the lower standard deviation you get.
by ArndW
Tue Sep 05, 2006 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: kicking off sequences one after the other and knowing errors
Replies: 9
Views: 2050

I'm not sure what you mean by a batch job (sometimes that term is used to denote sequences). A sequence can call other DataStage objects but can also start external shell commands on both UNIX and Windows platforms. So I think that the answer to your question is yes.
by ArndW
Tue Sep 05, 2006 4:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ": ds_uvput() - Write failed for record id '38890'"
Replies: 5
Views: 3458

Most likely the first time it failed the user had read but not write access to the file and the second time, when it work, either the user's profile had changed or the access rights to the file.
by ArndW
Tue Sep 05, 2006 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncation in Table.
Replies: 15
Views: 4334

At least it is now a relatively simple test case for support. Please keep us informed on this thread so that someone with the same problem in the future can use this instead of going through the headaches that you are.
by ArndW
Tue Sep 05, 2006 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Datastage PX
Replies: 6
Views: 1411

The only version of DataStage you can use for this is 7.5x2. Do you have this and the Microsoft Visual Studio.
by ArndW
Tue Sep 05, 2006 3:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delimiter reading
Replies: 1
Views: 669

You cannot solve your problem with the quote character defined as a ".
This is because the line is not well-formed due to unbalanced quotes. You will need to specify another quote character or delimiter to avoid this.
by ArndW
Tue Sep 05, 2006 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserDefined Transforms
Replies: 3
Views: 1850

The Transforms and Routines are DataStage server objects and not PX ones.
by ArndW
Tue Sep 05, 2006 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routines vs transformations
Replies: 1
Views: 853

Although both are written in BASIC code a transformation is a one-line piece of code that is replaced at compile-time into the job. A routine is a separately compiled program that is called as a function [it takes n-arguments and returns 1 value].
by ArndW
Tue Sep 05, 2006 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to work on PEx in stand-alone machine?
Replies: 2
Views: 1496

Unless you have 7.5x2 installed you will not be able to compile any PX jobs. Also, Windows XP is not an officially supported platform although it does work.
by ArndW
Tue Sep 05, 2006 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncation in Table.
Replies: 15
Views: 4334

Can you distill this problem into a simple job with a row generator with just one column defined as CHAR(7) and with generated value of "profile" and going straight to your DB? If this still truncates then you can submit it to IBM/Ascential as a bug report.
by ArndW
Mon Sep 04, 2006 8:16 am
Forum: General
Topic: Hats off for Steve Irwin
Replies: 5
Views: 3057

That is really sad - he was a charismatic and outspoken personage!
by ArndW
Mon Sep 04, 2006 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Truncation in Table.
Replies: 15
Views: 4334

Umm, now I am confused. If you declare this column as CHAR(8) and assign it the value "profile " it gets truncated to "profil "?
by ArndW
Mon Sep 04, 2006 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem when Executing an script
Replies: 5
Views: 2291

Craig - :shock: I missed that line! Good catch.
by ArndW
Mon Sep 04, 2006 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: updating DS_ROUTINES custom routine to 'NRO'
Replies: 6
Views: 1958

Add AND WHERE DSRID = "{your routine}" to the query.