Search found 6797 matches
- Tue Dec 12, 2006 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: trying to truncate the string
- Replies: 9
- Views: 2868
- Tue Dec 12, 2006 2:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Limits on jobs
- Replies: 21
- Views: 4794
- Tue Dec 12, 2006 2:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Limits on jobs
- Replies: 21
- Views: 4794
No No you got it wrong. Your master sequence will have two job activities. Second one dependent upon the first. Say this job is called myMasterSeq. The second sequence job will have wait for file activity connected to the execute command activity stage as i described in my previous post. Fire both t...
- Tue Dec 12, 2006 1:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: access same job
- Replies: 10
- Views: 1714
- Tue Dec 12, 2006 1:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MS SQL Server Load stage. I don't see it!
- Replies: 2
- Views: 798
It was discussed like half an hour ago here
- Tue Dec 12, 2006 1:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Limits on jobs
- Replies: 21
- Views: 4794
How about you change your design a little bit. Design two job sequences. One will have both your job activitys connected. Second job sequence will have a wait for file activity connected to Execute Command stage. Your wait for file activity will have the same specs and the execute command stage will...
- Tue Dec 12, 2006 1:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procedure Stage
- Replies: 3
- Views: 841
- Tue Dec 12, 2006 1:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Limits on jobs
- Replies: 21
- Views: 4794
- Tue Dec 12, 2006 12:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procedure Stage
- Replies: 3
- Views: 841
- Tue Dec 12, 2006 12:51 pm
- Forum: General
- Topic: SQL Server
- Replies: 5
- Views: 2274
- Tue Dec 12, 2006 12:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: trying to truncate the string
- Replies: 9
- Views: 2868
- Tue Dec 12, 2006 11:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: trying to truncate the string
- Replies: 9
- Views: 2868
Welcome Aboard
Use the Field Function. Use DataStage help to see how it works.
For your problem, use this
Use the Field Function. Use DataStage help to see how it works.
For your problem, use this
Code: Select all
Field(in.Col, " ",1)
- Tue Dec 12, 2006 10:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pass a value in parameter for the next job
- Replies: 17
- Views: 4642
- Tue Dec 12, 2006 10:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: access same job
- Replies: 10
- Views: 1714
- Tue Dec 12, 2006 9:21 am
- Forum: General
- Topic: SQL Server
- Replies: 5
- Views: 2274