Search found 15603 matches

by ArndW
Wed Jun 16, 2010 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 'WEEK.TAG' with Sunday as start of week
Replies: 16
Views: 6681

Sainath, my motorcycle isn't working; can you help me too?
by ArndW
Wed Jun 16, 2010 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar to Float Conversion
Replies: 6
Views: 2792

Just declare the column as type "float" and DataStage converts it and you can use it in your job.
by ArndW
Wed Jun 16, 2010 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot Determine the type Error in DS EE 7.5
Replies: 5
Views: 2721

Does the query create columns through expressions? If not too complex or involved, perhaps you could post the query there.
by ArndW
Wed Jun 16, 2010 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar to Float Conversion
Replies: 6
Views: 2792

Ray - that's what I thought at first, but I did a quick test program on a sequential file and it turns out that PX will do this automatically.
by ArndW
Wed Jun 16, 2010 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar to Float Conversion
Replies: 6
Views: 2792

Declare the column as "float" and DataStage will automagically perform your conversion from scientific notation to internal format.
by ArndW
Wed Jun 16, 2010 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job compilation takes about 4 hrs
Replies: 17
Views: 4849

Unless your server is an old 386SX processor with the turbo switch turned off, or it is extremely overloaded with other process then 3 transforms and 3 lookups shouldn't take that long!

As in my earlier response to datiseq, please measure your system loads to see if you can identify the bottleneck.
by ArndW
Tue Jun 15, 2010 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job compilation takes about 4 hrs
Replies: 17
Views: 4849

datisaq - I use the windows taskmgr to see the client PC usage and have sometimes seen the local CPU and particularly the I/O go up significantly during compiles, this is because parts of the compilation are actually done on the PC and not on the server and much data can be passed between the two, h...
by ArndW
Tue Jun 15, 2010 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration File
Replies: 6
Views: 1816

udayk answered your question very well
by ArndW
Tue Jun 15, 2010 8:00 am
Forum: General
Topic: Transformer Compilation Error
Replies: 4
Views: 2146

The "Parameter specified but not used in flow: DSPXWorkingDir..." message is just a warning and not the cause of the failed transform compile. What other messages do you get?
by ArndW
Tue Jun 15, 2010 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job does not see the change in Shared container
Replies: 8
Views: 1884

Normally that message only occurs if, indeed, the job was not recompiled after the shared container was modified and saved. But I am in a project where at present we have 3-4 people working on jobs that all use a common shared container which I am still constantly making changes to; and in the past ...
by ArndW
Tue Jun 15, 2010 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot Determine the type Error in DS EE 7.5
Replies: 5
Views: 2721

How about getting rid of the warning to see if that might be triggering your problem? What data types do you have in your query (i.e., anything out of the ordinary char,varchar,number types)?
by ArndW
Tue Jun 15, 2010 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter for field warning while reading sequential file
Replies: 16
Views: 21212

Those "$" signs might be coming from your terminal emulator, since the line breaks are continued on the next line. How about using "vi" to see if the data is correct? If the first line is column names, then look at line 2 in vi and at position 153, does that correspond to the err...
by ArndW
Tue Jun 15, 2010 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset
Replies: 11
Views: 2701

Good one Craig, that is probably it.
by ArndW
Tue Jun 15, 2010 6:34 am
Forum: General
Topic: Error While running dsjob utility
Replies: 2
Views: 1702

I'd add an echo of the runtime value for $file or of the whole command line for debugging purposes.
by ArndW
Tue Jun 15, 2010 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimiter for field warning while reading sequential file
Replies: 16
Views: 21212

Varchar datatype, but what width does that column have?