Search found 6797 matches
- Thu Oct 12, 2006 8:53 am
- Forum: General
- Topic: Dynamic Meta Data
- Replies: 6
- Views: 3490
Dynamic Meta Data
Hi Guys, I am currently designing an ETL process. One of the main challenges that the client is facing, is the dynamic nature of the input (Oracle). The process should be smart enough to detect a change in the metadata and ripple the effect through the jobs all the way towards the end. I know its no...
- Thu Oct 12, 2006 8:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence Trigger is not getting Triggered
- Replies: 23
- Views: 8841
I think its by passing it. The failure is being handled in the second trigger. If you want unconditional, then explicitly provide them there.
Code: Select all
Stagename.$JobStatus = DSJS.RUNOK Or Stagename.$JobStatus = DSJS.RUNWARN Or Stagename.$JobStatus = DSJS.RUNFAIL- Thu Oct 12, 2006 6:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CASE tatement
- Replies: 3
- Views: 1060
- Thu Oct 12, 2006 6:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deletion of output file
- Replies: 39
- Views: 6927
- Wed Oct 11, 2006 10:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deletion of output file
- Replies: 39
- Views: 6927
- Wed Oct 11, 2006 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deletion of output file
- Replies: 39
- Views: 6927
You can go to the sequential file stage properties and uncheck "First line is column names" option. That will truely keep the file empty if its empty. Look at Rays routine. He is using the STATUS function to determine the file size. STATUS() function returns different information in a dynamic array....
- Wed Oct 11, 2006 9:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting .xls to .csv using datastage
- Replies: 2
- Views: 2370
- Wed Oct 11, 2006 9:38 am
- Forum: General
- Topic: Release Note for 8.0
- Replies: 10
- Views: 5788
- Wed Oct 11, 2006 9:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deletion of output file
- Replies: 39
- Views: 6927
Here, Ray created something like this a while back. Take a look
http://www.dsxchange.com/viewtopic.php?t=101158.
http://www.dsxchange.com/viewtopic.php?t=101158.
- Wed Oct 11, 2006 9:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deletion of output file
- Replies: 39
- Views: 6927
- Wed Oct 11, 2006 6:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage---Hw to Trim A field
- Replies: 2
- Views: 861
Refer to thispost
- Tue Oct 10, 2006 12:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential file
- Replies: 10
- Views: 2422
- Tue Oct 10, 2006 12:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Source and Target have DRS stages data is not loading.
- Replies: 14
- Views: 2607
- Tue Oct 10, 2006 12:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how can we suppress the warnings in sequence
- Replies: 10
- Views: 2447
A while back i wrote a unix script and a basic routine to do almost the same thing. The routine wont work for you but the script will help. Check out thispost
- Tue Oct 10, 2006 10:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date error
- Replies: 6
- Views: 1331