Search found 42189 matches
- Sun Mar 30, 2008 10:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View data problem in Teradata Enterprise Stage
- Replies: 7
- Views: 1968
- Sun Mar 30, 2008 10:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write Job Log to a new file
- Replies: 4
- Views: 1344
- Sun Mar 30, 2008 10:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding parameterisation in DRS stage
- Replies: 7
- Views: 1276
- Sun Mar 30, 2008 10:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob (-jobinfo works, but -run does not)
- Replies: 30
- Views: 7894
- Sun Mar 30, 2008 2:22 pm
- Forum: General
- Topic: Lookup Generating ORA-01036: illegal variable name/number
- Replies: 13
- Views: 7318
- Sun Mar 30, 2008 9:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Simple XML Read
- Replies: 13
- Views: 6569
You mark one field as the 'repetion key', not all - and that generally the 'deepest' so try 'sal'. And no, while you can cat the contents of the file, the suggestion was to simply use the stage to get the filename. Check Ernie's blog post on the subject:
http://dsrealtime.wordpress.com/2007/12 ... -a-source/
http://dsrealtime.wordpress.com/2007/12 ... -a-source/
- Sun Mar 30, 2008 7:17 am
- Forum: General
- Topic: Error while compiling the job
- Replies: 18
- Views: 6294
- Sun Mar 30, 2008 6:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding JOB CONTROL in dsjob -jobinfo command
- Replies: 6
- Views: 1628
- Sat Mar 29, 2008 8:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Simple XML Read
- Replies: 13
- Views: 6569
- Sat Mar 29, 2008 6:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob (-jobinfo works, but -run does not)
- Replies: 30
- Views: 7894
- Fri Mar 28, 2008 8:29 pm
- Forum: General
- Topic: date function : routines
- Replies: 13
- Views: 5794
Routines are expected to return a zero, but it only comes into play when the 'automatic' handling is enabled. You just have to get used to the fact that routines that return other values (like your date) will always be problematic unless you explicitly handle the 'failures' yourself. Odd that you sa...
- Fri Mar 28, 2008 7:15 pm
- Forum: General
- Topic: date function : routines
- Replies: 13
- Views: 5794
- Fri Mar 28, 2008 5:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob (-jobinfo works, but -run does not)
- Replies: 30
- Views: 7894
- Fri Mar 28, 2008 4:20 pm
- Forum: General
- Topic: Lookup Generating ORA-01036: illegal variable name/number
- Replies: 13
- Views: 7318
Search more better, we've talked about this more than once. That's one of the dangers of 'user defined' sql, especially when you don't understand the rules required by the stage. Check some things for a reference lookup: 1. You must select the same number of fields as you have columns defined in the...
- Fri Mar 28, 2008 4:14 pm
- Forum: General
- Topic: date function : routines
- Replies: 13
- Views: 5794
That's ok and easy to solve - and has been discussed here quite a number of times. A routine that does not return a zero is considered to have failed when you have the 'automatically handle activities that fail' option turned on. If you read the online help for the Sequence job property page that co...