Search found 6797 matches
- Tue Mar 20, 2007 7:36 am
- Forum: General
- Topic: Merging Records
- Replies: 30
- Views: 8622
- Tue Mar 20, 2007 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Possibility of partial reading of flat file
- Replies: 4
- Views: 834
- Tue Mar 20, 2007 7:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Possibility of partial reading of flat file
- Replies: 4
- Views: 834
- Tue Mar 20, 2007 7:09 am
- Forum: General
- Topic: Merging Records
- Replies: 30
- Views: 8622
- Tue Mar 20, 2007 7:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: main_program: Fatal Error: Source "<Field> is alr
- Replies: 7
- Views: 2968
- Tue Mar 20, 2007 7:01 am
- Forum: General
- Topic: UNIX Forums
- Replies: 8
- Views: 2295
chulett wrote:And as long as you don't get all crazy on us, we'll help here too.
A good laugh in the morning
I concur with Craig's advice. Its better to go through a good book for shell scripts. Get it right from the core. Start building small snippets of code. For specifics, google will help, etc etc.
- Tue Mar 20, 2007 6:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: mandatory field rejection for Fixed width file
- Replies: 3
- Views: 840
- Tue Mar 20, 2007 6:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to change server jobs to parallel?
- Replies: 8
- Views: 2629
- Tue Mar 20, 2007 6:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warnings in Datastage
- Replies: 3
- Views: 4867
- Tue Mar 20, 2007 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning
- Replies: 2
- Views: 874
- Mon Mar 19, 2007 7:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is run time column propagation ?
- Replies: 7
- Views: 1660
- Mon Mar 19, 2007 4:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Connection Problem
- Replies: 12
- Views: 5604
- Mon Mar 19, 2007 4:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing pattern as a Job parameter
- Replies: 4
- Views: 1257
Do you want to replace the Month part and the yyyy part automatically or provide parameter values to them. The latter is easy. But for the former you will have to do OCONV() on Date() to get Month as you require and the OCONV() on Date() with conversion code "DY[4]" for yyyy, in the derivation of jo...
- Mon Mar 19, 2007 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: writing Positive decimal with + sign
- Replies: 13
- Views: 3629
Ok. Lets get your output right first before appending the + sign. Just put DecimalToString(in.field). It has a second argument as well. Read about it in DS help and specify the correct one. Once you get that working, your Index() check for - will work and the + sign will get appended. Also make sure...
- Mon Mar 19, 2007 3:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Connection Problem
- Replies: 12
- Views: 5604
Once your inside uv prompt. Log onto your project by supplying the following command
Replace <<Your Project Name>> with your project name and then try executing DS.TOOLS again.
Code: Select all
LOGTO <<Your Project Name>>
Replace <<Your Project Name>> with your project name and then try executing DS.TOOLS again.