Search found 53125 matches
- Mon Aug 30, 2010 3:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NullToValue and other Null handling functions result error
- Replies: 20
- Views: 11811
- Mon Aug 30, 2010 3:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get the job names which is running more than 10 mins
- Replies: 4
- Views: 1827
Why do you think a command would be any different from using the graphical user interface?
Actually it will, because less data is being returned.
Actually it will, because less data is being returned.
Code: Select all
SELECT NAME FROM DS_JOBS WHERE NAME NOT LIKE '\\%' AND CATEGORY = '<<Category Name>>' ORDER BY NAME;- Mon Aug 30, 2010 3:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple row generation for a single row source
- Replies: 6
- Views: 2148
- Mon Aug 30, 2010 3:01 am
- Forum: General
- Topic: NLS button is now switched off
- Replies: 8
- Views: 2743
- Mon Aug 30, 2010 12:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: want to capture data which is causing error
- Replies: 18
- Views: 6134
- Mon Aug 30, 2010 12:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple row generation for a single row source
- Replies: 6
- Views: 2148
- Sun Aug 29, 2010 12:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error with DB2 stage
- Replies: 1
- Views: 2399
- Sun Aug 29, 2010 12:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp comparision
- Replies: 9
- Views: 3169
- Sun Aug 29, 2010 1:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parsing of string
- Replies: 14
- Views: 5340
- Sun Aug 29, 2010 1:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp comparision
- Replies: 9
- Views: 3169
What do you want to do with the time component of the timestamp?
What is the data type of the target? Assuming it's a string of some kind, then one answer is
What is the data type of the target? Assuming it's a string of some kind, then one answer is
Code: Select all
Oconv(Iconv(Field(InLink.TheTimestamp, " ", 1, 1), "DYMD"), "DMDY[2,2,4]" : @VM : "MCN")- Sat Aug 28, 2010 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parsing of string
- Replies: 14
- Views: 5340
- Sat Aug 28, 2010 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp comparision
- Replies: 9
- Views: 3169
Code: Select all
Left(Trim(InLink.TheTimestamp),4) Matches "4N"You can use a mix of Iconv() and Oconv() functions to change the format. Please advise your exact output format requirement.
- Fri Aug 27, 2010 7:40 pm
- Forum: General
- Topic: Move jobs to different category
- Replies: 4
- Views: 1437
There is no longer a Manager client in version 8.0 and later. All Manager functions are subsumed into Designer. Try some right clicks around the Repository toolbar and explore what's possible in the main menu when an object is selected in the Repository. I suspect that Move To has gone, because the ...
- Fri Aug 27, 2010 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hardcoded values in odbc.ini files
- Replies: 2
- Views: 1688
- Fri Aug 27, 2010 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: source type dfloat to result type int32
- Replies: 7
- Views: 12609