Search found 53125 matches
- Fri Aug 26, 2011 5:52 am
- Forum: General
- Topic: Unable to access to IS web console
- Replies: 4
- Views: 2185
The appropriate way to determine whether the WAS is running is to use the serverStatus server1 command. The servers can be started from UNIX command line (or by rebooting the server). From memory the command to start the WebSphere Application Server process is startServer server1 then you have to st...
- Fri Aug 26, 2011 5:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Logic...
- Replies: 2
- Views: 1025
Code: Select all
Int((MonthFromDate(InLink.TheDate)-1)/3)+1- Fri Aug 26, 2011 5:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help in rectifying Pivot Warning
- Replies: 2
- Views: 1276
- Fri Aug 26, 2011 5:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: help in joining two tables
- Replies: 14
- Views: 5200
- Fri Aug 26, 2011 5:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing table name from incoming field value
- Replies: 7
- Views: 2371
- Fri Aug 26, 2011 5:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing special character
- Replies: 6
- Views: 3617
- Fri Aug 26, 2011 5:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Custom Query for Oracle Stage in 8.01
- Replies: 3
- Views: 1736
- Fri Aug 26, 2011 5:36 am
- Forum: General
- Topic: Unable to access to IS web console
- Replies: 4
- Views: 2185
- Fri Aug 26, 2011 1:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing table name from incoming field value
- Replies: 7
- Views: 2371
- Fri Aug 26, 2011 1:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Help in Convert DSJobStartTimeStamp to integer
- Replies: 2
- Views: 1555
You only need one Convert() function.
Code: Select all
Convert("-/:. ", "", TimestampToString(DSJobStartTimestamp, "%yyyy-%mm-%dd"))- Fri Aug 26, 2011 1:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD Type 1 - how to implement no change in some values
- Replies: 10
- Views: 2925
- Fri Aug 26, 2011 1:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing special character
- Replies: 6
- Views: 3617
Find out what that character actually is, using a hex viewer such as the od -xc command in UNIX or an editor like UltraEdit. Then you can use an appropriate Char() function to represent that character and either remove it or convert it to something else. Just be sure that it's valid (according to th...
- Fri Aug 26, 2011 12:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: help in joining two tables
- Replies: 14
- Views: 5200
- Fri Aug 26, 2011 12:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD Type 1 - how to implement no change in some values
- Replies: 10
- Views: 2925
- Fri Aug 26, 2011 12:32 am
- Forum:
- Topic: bind a Data set file to a DS stage Metadata Workbench
- Replies: 2
- Views: 2931