Search found 4605 matches
- Mon May 15, 2006 12:03 pm
- Forum: Site/Forum
- Topic: What's this to Charter Member
- Replies: 6
- Views: 3423
- Fri May 12, 2006 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Search "Metadata"
- Replies: 6
- Views: 1291
I would look at these posts:
http://www.dsxchange.com/viewtopic.php?t=93363&start=0
http://www.dsxchange.com/viewtopic.php? ... =FILE_NAME
http://www.dsxchange.com/viewtopic.php?t=93363&start=0
http://www.dsxchange.com/viewtopic.php? ... =FILE_NAME
- Fri May 12, 2006 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Display a Link statistics in a file
- Replies: 2
- Views: 903
- Fri May 12, 2006 6:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Syntax issue using execute and capturing
- Replies: 29
- Views: 6974
This is definitely not the best way to get this field. I would open "DS_JOBS" and read this record directly because you have the key. There are many examples of this in EtlStats and other posts. Search for GetJobCategory. I think Ray posted a GetJobNumber routine. If you cannot figure it out then as...
- Fri May 12, 2006 6:22 am
- Forum: DSXchange Testimonials
- Topic: hi..this is really great learning curve for all
- Replies: 3
- Views: 13506
- Wed May 10, 2006 4:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get no. of rows inserted and updated
- Replies: 8
- Views: 1935
- Wed May 10, 2006 1:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get no. of rows inserted and updated
- Replies: 8
- Views: 1935
- Wed May 10, 2006 12:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call .exe file thru DataStage
- Replies: 10
- Views: 5557
- Wed May 10, 2006 12:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: count row with an aggragator
- Replies: 1
- Views: 784
- Wed May 10, 2006 8:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing return value from ExecuteCommand
- Replies: 5
- Views: 6222
- Wed May 10, 2006 7:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing return value from ExecuteCommand
- Replies: 5
- Views: 6222
Early versions of DataStage have a bug where the parameter does not substitute correctly in the Execute Command. This does not appear to be your problem. The return value is the last command executed. When you string together several commands then I would imagine that they all work succesfully so th...
- Wed May 10, 2006 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installing Datastage (Windows) on a SAN drive - is it possib
- Replies: 5
- Views: 1946
- Tue May 09, 2006 8:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installing Datastage (Windows) on a SAN drive - is it possib
- Replies: 5
- Views: 1946
- Tue May 09, 2006 6:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restarting a job with the same parameters
- Replies: 15
- Views: 4792
- Tue May 09, 2006 2:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetLinkInfo - with Link Variables
- Replies: 5
- Views: 2310
If I understand your question correctly then you have one stage with 2 links to another stage without a transform in between. I think if you look in the Director and monitor these jobs then it will become more clear. Sometimes DataStage creates ident links in order to separate the data flows. Links ...