Search found 4605 matches
- Mon Jun 05, 2006 5:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to find out howmany records were processed and rejected
- Replies: 35
- Views: 6542
- Mon Jun 05, 2006 5:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Guidlines needed - DataStage
- Replies: 5
- Views: 1689
- Mon Jun 05, 2006 5:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between DSLogfatal and DSStopJob
- Replies: 14
- Views: 5503
- Mon Jun 05, 2006 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs and Sequences
- Replies: 3
- Views: 920
DwNav will show you these relationships. This link http://www.dsxchange.com/viewtopic.php? ... ParamNames will also show you.
- Sun Jun 04, 2006 8:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange permissions issue with /tmp files
- Replies: 5
- Views: 1176
The t (text bit) works differently on different UNIX platforms. Sometimes you can see an s bit set as well. Like drwsrwx--- or drwxrws---. The later is supposed to allow anyone in the group to delete files even though they do not have permission to do so. This directory should be owned by the DataSt...
- Fri Jun 02, 2006 8:56 pm
- Forum: Site/Forum
- Topic: Video Tech Tip Series - FEEDBACK
- Replies: 49
- Views: 73519
- Thu Jun 01, 2006 6:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting universe information about a Job
- Replies: 11
- Views: 3663
Code: Select all
0 Server Jobs
2 Sequence Jobs
3 PX Jobs
Mainframe is probably 1. This is field 6 of DS_JOBS. The easiest way to get this value is:
JobType = TRANS("DS_JOBS",JobName,6,"X")
- Thu Jun 01, 2006 6:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Error in a Sequencer
- Replies: 6
- Views: 2055
- Thu Jun 01, 2006 6:01 pm
- Forum: Infosphere Master Data Management
- Topic: what is the basic difference between kimball and billinmon
- Replies: 10
- Views: 16573
- Thu Jun 01, 2006 7:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting Name of jobs using DSExecute command
- Replies: 5
- Views: 1876
- Thu Jun 01, 2006 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting universe information about a Job
- Replies: 11
- Views: 3663
I posted a routine called KgdIsJobSequence(). Look at it to create what you want. You may need to figure out a new way to calculate what is a parallel job. This routine uses what is in field 40 of the ROOT record in DS_JOBOBJECTS. I think you can look only at the DS_JOBS record which would greatly s...
- Thu Jun 01, 2006 6:47 am
- Forum: Infosphere Master Data Management
- Topic: what is the basic difference between kimball and billinmon
- Replies: 10
- Views: 16573
I understand what you mean but I was not talking about dumbing down my solutions. I don't think my solutions are simplistic. I do think my solutions are streamlined and clean in their design. I don't like over engineered or overly complicated solutions like Ray was talking about. There is a way to ...
- Wed May 31, 2006 4:57 pm
- Forum: Infosphere Master Data Management
- Topic: what is the basic difference between kimball and billinmon
- Replies: 10
- Views: 16573
Buzz, Buzz, Buzz. Lots of buzzwords. There is value in these books but why is it that the people who can quote from these books build terrible DataStage jobs? Simple solutions to complex problems are sometimes very beautiful. I think a lot of developers get lost in these books. Practical solutions w...
- Wed May 31, 2006 4:24 pm
- Forum: Site/Forum
- Topic: Its time again!!!!
- Replies: 5
- Views: 2389
- Wed May 31, 2006 4:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDC with single stage
- Replies: 19
- Views: 4263