Search found 6797 matches
- Tue May 01, 2007 1:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting from Ascii Decimal to Packed Decimal
- Replies: 1
- Views: 682
- Tue May 01, 2007 10:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dssearch, dsadmin
- Replies: 1
- Views: 1472
- Tue May 01, 2007 10:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Overriding APT_ORAUPSERT_COMMIT_ROW_INTERVAL
- Replies: 3
- Views: 1071
Setting these parameters will overide the default settings. Thats why your job aborted when you set the time interval to 0. Something else is going on. You will see the same behaviour when you set it at the project level as well. What makes you think the data is not getting committed at the commit i...
- Tue May 01, 2007 10:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Does the SetDSParamsFromFile exist for DSEE
- Replies: 12
- Views: 3868
- Tue May 01, 2007 10:00 am
- Forum: General
- Topic: Converting a Smallint to Decimal
- Replies: 1
- Views: 1451
- Tue May 01, 2007 9:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Overriding APT_ORAUPSERT_COMMIT_ROW_INTERVAL
- Replies: 3
- Views: 1071
- Tue May 01, 2007 9:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Does the SetDSParamsFromFile exist for DSEE
- Replies: 12
- Views: 3868
- Tue May 01, 2007 8:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Topics to be perpared for Datastage Certification
- Replies: 3
- Views: 1039
- Tue May 01, 2007 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Facing a problem in order to pass a value from Sequencer
- Replies: 8
- Views: 3137
- Tue May 01, 2007 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find the length for decimal field
- Replies: 17
- Views: 5511
- Mon Apr 30, 2007 7:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find the length for decimal field
- Replies: 17
- Views: 5511
My bad. The matches argument is wrong. Please try again with the following.
Try both:
OR
Try both:
Code: Select all
If Frm_Sort.Price Matches "10N.2N" then "A" else "B"
OR
Code: Select all
If Frm_Sort.Price Matches " 10N.2N" then "A" else "B"
- Mon Apr 30, 2007 7:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Marking a Flag as "Y"
- Replies: 5
- Views: 780
The way I see it, it really depends upon ID1. Do a group by on ID1 and get the max of ID2 and ID3. Is that correct? If yes then pass that sql and create a hashed file that has only the first three keys. This hashed file will now contain all the keys that need to be set to Y. In one job take ID1 from...
- Mon Apr 30, 2007 6:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find the length for decimal field
- Replies: 17
- Views: 5511
- Mon Apr 30, 2007 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find the length for decimal field
- Replies: 17
- Views: 5511
Is the name of your stage variable inColumn.Price ? I doubt it. Say your stage variable is called StgVar, then the constraint for Decimal(12,2) should be
Code: Select all
StgVar = "A"- Mon Apr 30, 2007 2:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC for Accessing Flat Files
- Replies: 10
- Views: 1548
O yea. Sorry guys, my mind was still on the other post where I did provide a reference. Here's the site: m I was even answering this post while my mind was still stuck on the other one. I dont think you have to worry about the 30 day limit if you will be doing it via ODBC stage. I have never tried t...