Search found 53125 matches
- Mon Feb 17, 2014 8:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Test Connection" issue on DataStage 9.1.2.
- Replies: 4
- Views: 3500
- Mon Feb 17, 2014 8:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Importing table definitions from a data set in command line
- Replies: 3
- Views: 1452
- Mon Feb 17, 2014 8:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading XML file from a URL
- Replies: 3
- Views: 2456
- Mon Feb 17, 2014 8:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Break operation in row wise comparison
- Replies: 14
- Views: 6308
- Mon Feb 17, 2014 8:00 pm
- Forum: General
- Topic: Different ways to execute SQL from a Sequence
- Replies: 1
- Views: 974
- Sun Feb 16, 2014 9:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup job hanging up
- Replies: 5
- Views: 2186
- Sun Feb 16, 2014 9:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Default Message Handler doesnt get removed
- Replies: 3
- Views: 2831
- Sat Feb 15, 2014 5:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Shared Table Definitions?
- Replies: 3
- Views: 1996
- Thu Feb 13, 2014 7:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Type Conversion Error ..String to Date Function
- Replies: 6
- Views: 3158
Re: Reply
That won't work for "2012/3/11".ssnegi wrote:StringToDate(Inputlink.colname[1,4]:'-':Inputlink.colname[5,2]:'-':Inputlink.colname[7,2],"%yyyy-%mm-%dd")
This is working correctly for me. Check the data to see if there are any errors like nulls, wrong format etc
- Thu Feb 13, 2014 7:27 pm
- Forum: General
- Topic: I couldn't see anything in repository at all!!!
- Replies: 2
- Views: 1173
- Thu Feb 13, 2014 2:29 pm
- Forum: General
- Topic: DS 8.1 Server installation issue
- Replies: 1
- Views: 748
- Thu Feb 13, 2014 4:55 am
- Forum: General
- Topic: how to restrict concurrent logins in datastage
- Replies: 5
- Views: 1492
- Wed Feb 12, 2014 3:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Changing date format from YYYY-MM-DD to DD-MON-YY
- Replies: 4
- Views: 2744
Date data types are stored in a binary form, so do not have formats. To convert from one string representation to another, convert to and from Date data type with appropriate format strings. That is, use StringToDate() and DateToString() functions, assuming you're using a Transformer stage. Or date_...
- Wed Feb 12, 2014 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Iconv Date format from variable/parameter
- Replies: 4
- Views: 1891
- Wed Feb 12, 2014 3:18 pm
- Forum: General
- Topic: dscmdexport question v9.1
- Replies: 1
- Views: 917