Search found 4992 matches
- Thu Mar 02, 2006 3:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job name length
- Replies: 3
- Views: 1226
- Thu Mar 02, 2006 1:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slowness is kicking off jobs
- Replies: 9
- Views: 2928
If your before-routine is using "openseq" commands on a common sequential file, they will LOCK each other out. Consider passive reads such as calling DSExecute to "type" the file into screen output return variables. I'd bet a box of donuts your jobs are locking each other out. OPENSEQ will obtain an...
- Thu Mar 02, 2006 12:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slowness is kicking off jobs
- Replies: 9
- Views: 2928
How do you determine if the job is "running"? What is the status of the job in Director? Are there stages that say "Starting" in the Monitor that contain SQL? Are there before-job routines that are executing? What's in the logs of the jobs? Have you check the DS server to see what processes are curr...
- Thu Mar 02, 2006 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.SEQOpen Failed
- Replies: 4
- Views: 1349
Also, would the suggested change apply to the use of hash files? It's very common for me to see jobs in which a hash file is populated in the same job in which it is referenced. Hashed files are not the same as sequential files in these regards. It's perfectly fine to read and write to the same fil...
- Tue Feb 28, 2006 7:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clear Status File
- Replies: 6
- Views: 1005
Re: Automating the process and not a manual clear status fil
this process has to be automated. What do they mean by automated? How about the compiler wizard in DS Manager? That would do the trick. How about the free Batch job on my site that compiles jobs and routines? That would show you the logic you need. Those same jobs have their logic posted on this si...
- Tue Feb 28, 2006 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dividing '-20' by '-10' gives me 2, as i needed '-2'
- Replies: 7
- Views: 1015
Per the user's requirement, the polarity of the percentage doesn't matter:
Code: Select all
If Divisor = 0 Then 0 Else Dividend/ABS(Divisor)- Tue Feb 28, 2006 3:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dividing '-20' by '-10' gives me 2, as i needed '-2'
- Replies: 7
- Views: 1015
- Tue Feb 28, 2006 1:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: passing parameter to a select query
- Replies: 4
- Views: 1060
- Tue Feb 28, 2006 9:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: passing parameter to a select query
- Replies: 4
- Views: 1060
- Tue Feb 28, 2006 9:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fundamentals of Basics Routines
- Replies: 21
- Views: 5659
- Tue Feb 28, 2006 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to call DataStage job through shell script
- Replies: 5
- Views: 1924
For some ideas, look here:
http://www.dsxchange.com/viewtopic.php?t=85578
http://www.dsxchange.com/viewtopic.php?t=85578
- Mon Feb 27, 2006 10:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cleanse/Confirm Question ?
- Replies: 25
- Views: 5979
You're on the right track. My company wrote a data cleansing function library to use an external table of data quality rules that is called from DS. It's a lot like you've suggested. The basic idea I would recommend is to not call a function on every column in every row, but rather develop a stand-a...
- Mon Feb 27, 2006 10:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error when writing records to hash file
- Replies: 13
- Views: 3155
- Mon Feb 27, 2006 9:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error when writing records to hash file
- Replies: 2
- Views: 774
- Mon Feb 27, 2006 9:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error when writing records to hash file
- Replies: 13
- Views: 3155