Search found 15603 matches
- Mon Jan 07, 2008 4:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bad trailing quote character
- Replies: 8
- Views: 3792
- Mon Jan 07, 2008 4:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Look up in Server Job
- Replies: 16
- Views: 5671
Pratik, a) This is a completely different question from the thread. b) This is a PX/EE question, but this thread is in a Server forum c) What exact version of DataStage on Windows do you have? There is only one version that will allow PX jobs to run, and from the error message it seem that you don't...
- Mon Jan 07, 2008 3:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Error for parellel transformer stage
- Replies: 6
- Views: 3162
I don't have V8 on windows with your compiler, making it hard to find the error. I would start with a very simple job, i.e. Row Generator -> Transform -> Peek. Use only 1 column and compile. I see that you have a missing library error message in your original post - leading me to believe you haven't...
- Mon Jan 07, 2008 3:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup using Lookup File set
- Replies: 5
- Views: 1023
- Mon Jan 07, 2008 3:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Look up in Server Job
- Replies: 16
- Views: 5671
- Mon Jan 07, 2008 3:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bad trailing quote character
- Replies: 8
- Views: 3792
- Mon Jan 07, 2008 3:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage certification
- Replies: 8
- Views: 2803
- Mon Jan 07, 2008 3:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Accessing Shell variable in a job
- Replies: 2
- Views: 818
- Mon Jan 07, 2008 3:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup using Lookup File set
- Replies: 5
- Views: 1023
- Sun Jan 06, 2008 1:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: alignment tables ....
- Replies: 8
- Views: 2241
- Sun Jan 06, 2008 12:48 pm
- Forum: General
- Topic: alignment tables .... Urgent Please !!
- Replies: 2
- Views: 810
Double-posting here won't make an answer come any closer.
- Sun Jan 06, 2008 12:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: alignment tables ....
- Replies: 8
- Views: 2241
It seems that you don't consider READMEs to be worth reading and that the use of the builtin search engine isn't of any interest to you either. Perhaps you can rethink your urgency and why it should affect the members of this forum. In addition, the concept of an "alignment table" is not a general I...
- Sun Jan 06, 2008 4:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job sequencer
- Replies: 7
- Views: 1937
- Sun Jan 06, 2008 4:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job sequencer
- Replies: 7
- Views: 1937
- Sat Jan 05, 2008 10:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Round to 2 decimal places For Double (53)
- Replies: 9
- Views: 2463
PX has 2 functions that do this : CEIL and FLOOR. Try
Note this will truncate, not round. For rounding you should first do a decimal conversion using rtype "round_inf"
Code: Select all
FLOOR(In.DBLCol*100)/100