Search found 15603 matches
- Wed Aug 23, 2006 2:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob -logsum -type -INFO -max 50
- Replies: 5
- Views: 1637
- Wed Aug 23, 2006 2:53 am
- Forum: Site/Forum
- Topic: Ken Hits 4000
- Replies: 17
- Views: 8797
- Wed Aug 23, 2006 2:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot logon to Datastage- error 80011, 81011
- Replies: 8
- Views: 8721
- Tue Aug 22, 2006 2:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What's DB2 API stage?
- Replies: 5
- Views: 1439
- Tue Aug 22, 2006 2:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to pass parameter from Datastage Job to shell script
- Replies: 4
- Views: 4682
There are various ways that you can do this. How you solve it depends upon exactly where you calculate this date and where you call up the external command. The easiest solution might be to write this date value to a file (one row, one column) and then you use the contents of this file indirectly in...
- Tue Aug 22, 2006 2:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Autostart options
- Replies: 2
- Views: 599
- Mon Aug 21, 2006 1:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logical Nodes vs Number of Partitions
- Replies: 4
- Views: 1465
- Mon Aug 21, 2006 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems concerning implicit trasformation of a string
- Replies: 12
- Views: 2671
- Mon Aug 21, 2006 9:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job running continously
- Replies: 3
- Views: 896
- Mon Aug 21, 2006 9:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems concerning implicit trasformation of a string
- Replies: 12
- Views: 2671
- Mon Aug 21, 2006 6:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ABOUT FIELD MARKS
- Replies: 3
- Views: 1657
- Mon Aug 21, 2006 6:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Only Sequence jobs fail compilation - trigger expression
- Replies: 8
- Views: 1550
- Mon Aug 21, 2006 6:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Joblogging
- Replies: 12
- Views: 4003
I should have also added that you can look at Kim's etl utilities, which also collect some informatinon. At present I am doing something similar for a large implementation. This involves quite a lot of coding to make sure that no logging information is lost and it collects logging information for 8 ...
- Mon Aug 21, 2006 6:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Joblogging
- Replies: 12
- Views: 4003
If you need to extract this information immediately after every run you would have to either: a) use an after-job subroutine that is fired off regardless of job status b) If you use an external scheduler, create your own "interlude" dsjob call which not only starts the job but also starts job loggin...
- Mon Aug 21, 2006 6:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ABOUT FIELD MARKS
- Replies: 3
- Views: 1657
The mark characters are just non-displayable ASCII representations that sometimes have special meanings (depending upon where they are used) in DataStage. @FM are used in dynamic arrays (another way of saying strings in DS) to separate fields. They need to be carefully used for hashed files, if you ...