What is the data type of the column you're sorting?
Incidentally, DataStage sort in 8.1.1 and later will always out-perform Unix sort. The option has really only been left in the stage for backwards compatibility.
Search found 53125 matches
- Fri Apr 19, 2013 5:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort utility in sort stage
- Replies: 3
- Views: 2336
- Fri Apr 19, 2013 5:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector Stage And Data Type Date/Timestamp
- Replies: 5
- Views: 1734
- Fri Apr 19, 2013 5:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to allocate communication resources?
- Replies: 8
- Views: 7957
- Fri Apr 19, 2013 1:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to allocate communication resources?
- Replies: 8
- Views: 7957
- Thu Apr 18, 2013 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could not find "APT_DB2ReadOperator"...
- Replies: 12
- Views: 4324
- Thu Apr 18, 2013 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing multiple condition in single Survive Rule
- Replies: 1
- Views: 962
- Thu Apr 18, 2013 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDate() issue in transformer stage
- Replies: 5
- Views: 2329
- Thu Apr 18, 2013 4:22 pm
- Forum: General
- Topic: where is the link count stored
- Replies: 13
- Views: 2597
There is no such thing as a sample record from RT_STATUSnnn - records for different object types have different structures. Enjoy.
You haven't actually shown the key values. Try this query.
You haven't actually shown the key values. Try this query.
Code: Select all
SELECT @ID FMT '50L', F1 AS OBJECTTYPE FROM RT_STATUS97 USING DICT VOC ORDER BY 1;- Thu Apr 18, 2013 4:18 pm
- Forum: General
- Topic: Issue with universe query
- Replies: 2
- Views: 1248
- Thu Apr 18, 2013 5:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conditional Deletion
- Replies: 22
- Views: 5872
- Thu Apr 18, 2013 5:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDate() issue in transformer stage
- Replies: 5
- Views: 2329
CurrentDate() is not a string, so Convert() will not work on it. Leave it out.
Code: Select all
DateToString(CurrentDate(),"%yyyy%mm%dd") - Thu Apr 18, 2013 3:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conditional Deletion
- Replies: 22
- Views: 5872
- Thu Apr 18, 2013 12:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Replace value in parallal jobs
- Replies: 3
- Views: 1122
Assuming that the data type of Phone is string (of some kind):
Code: Select all
If (Len(InLink.Phone) = 11) Then InLink.Phone Else "0" : Right(InLink.Phone,10)- Thu Apr 18, 2013 12:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning in Transformer Stage?
- Replies: 1
- Views: 565
- Thu Apr 18, 2013 12:01 am
- Forum: General
- Topic: Assigned roles not working with LDAP groups
- Replies: 3
- Views: 1679